summaryrefslogtreecommitdiff
path: root/buildconf/local.conf
AgeCommit message (Collapse)Author
2021-08-14layer: convert to new override syntaxMax Krummenacher
This is the result of automated script (0.9.3) conversion: ../openembedded-core/scripts/contrib/convert-overrides.py . +# meta-toradex-distro +vars = vars + ["preempt-rt","tdx","upstream"] +# meta-toradex-* machines +vars = vars + ["apalis-","colibri-","verdin-","tegra124"] +# meta-freescale +vars = vars + ["imx","mx6","mx7","mx8","use-mainline-bsp","use-nxp-bsp"] converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2021-05-24local.conf: stop including image-mklibs.bbclassMax Krummenacher
Openembedded core no longer provides the class. Remove it. See commit 908df863b4 ("mklibs: remove recipes and class") Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2021-05-24local.conf: add toradex-sanity to INHERITMing Liu
To involve in basic sanity check for Toradex builds. Related-to: ELB-3944 Signed-off-by: Ming Liu <ming.liu@toradex.com> (cherry picked from commit a12eef0d00f2dce08e65ac3b70075a21abc5c5dc)
2021-03-23buildconf:local.conf: support fitimageMing Liu
It's by default disabled, the end users could choose to enable them by uncommenting two lines. Related-to: TOR-1700 Signed-off-by: Ming Liu <ming.liu@toradex.com> (cherry picked from commit ff7025a26e13326eb12444fb853de655629378e0)
2020-09-16local.conf: use xwayland as the default in the sample local.confMax Krummenacher
Related-to: ELB-2303 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 1e0d10b2851ac455618ab7e4c7db86c9ad1227a0)
2020-06-18local.conf: correct confusing commentMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 276c966a04bbe4d19866becb3b8fc147d1079049)
2020-06-01apalis-tk1-mainline: drop machineMax Krummenacher
The downstream kernel gets to old to be used with the new zeus userspace components. Reuse the apalis-tk1 machine name to build a mainline kernel and drop the apalis-tk1-mainline machine. Related-to: ELB-2733 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 7f8cd66bb84f32c3b7dd4eea95ba9482786770c0)
2020-02-13local.conf: sync with oe-core sampleMax Krummenacher
The 'Parallelism Options' are now set in bitbake.conf to a sensible default. Some options are now set with ?= to allow for easier overrides. A lot of trailing whitspace has been removed. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-12-07local.conf: add verdin-imx8mmMax Krummenacher
Add the new machine now available from meta-toradex-nxp. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-09-30local.conf: add apalis-imx8xMing Liu
Since apalis-imx8x has been supported in meta-toradex-nxp layer, add it into local.conf. Signed-off-by: Ming Liu <ming.liu@toradex.com>
2019-09-09local.conf: add apalis-imx8/colibri-imx8x machinesMing Liu
Signed-off-by: Ming Liu <ming.liu@toradex.com>
2019-04-25local.conf: build i.mx8 machines with tdx-xwayland distroMax Krummenacher
NXP dropped X11 support for i.MX8 and i.MX8X. Thus build our images with the tdx-xwayland distro configuration. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-04-23colibri-vf: drop machineMax Krummenacher
We decided we won't do a BSP 3.0 for Vybrid. For new designs we recommend ULL now. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-04-23local.conf: drop image_fstypes settingMax Krummenacher
There is a resonable default in bitbake.conf. For all our machines it is also set explicitely so there is no need to carry this in local.conf. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-07local.conf: change deploy/download/sstate directoriesMax Krummenacher
Move the DEPLOY_DIR directory to be inside the build directory. Using the same layer metadata to create two independent build directories (e.g. for two builds of the same machine but with different kernels) now has the deploy directory name no longer clash. Move DL_DIR and SSTATE_DIR to the root of the oe installation. This then automatically shares downloads and sstate between different build directories. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06buildconf: moved here from meta-toradex-demoMax Krummenacher
Also adapted to use the now available tdx-x11 distro. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>