summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-12-02local.conf: add verdin-imx8mmVerdin-iMX8MM_Console-Image_3.0b3.118-20200101Colibri-iMX8X_Console-Image_3.0b3.118-20200101Colibri-iMX7_Console-Image_3.0b3.118-20200101Colibri-iMX7-eMMC_Console-Image_3.0b3.118-20200101Colibri-iMX6_Console-Image_3.0b3.118-20200101Colibri-iMX6ULL_Console-Image_3.0b3.118-20200101Apalis-iMX8_Console-Image_3.0b3.118-20200101Apalis-iMX8X_Console-Image_3.0b3.118-20191231Apalis-iMX6_Console-Image_3.0b3.118-20191231Apalis-TK1_Console-Image_3.0b3.118-20191231Apalis-TK1-Mainline_Console-Image_3.0b3.118-20200101Max Krummenacher
Add the new machine now available from meta-toradex-nxp. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-10-01distros: provide a variable describing the distro flavourMax Krummenacher
This is used in generating the image name, so that one sees in the Toradex Easy Installer which is which. 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-18tdx distros: add a distro which builds with the downstream rt kernelMax Krummenacher
This defines preempt-rt in distro overrides. The individual machine configuration then needs to choose the RT kernel flavour. While at it, unify comment. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-09-09local.conf: add apalis-imx8/colibri-imx8x machinesMing Liu
Signed-off-by: Ming Liu <ming.liu@toradex.com>
2019-09-09tdx-base.inc: increment thud version to 3.0b3Marcel Ziswiler
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2019-08-05layer.conf: support warriorColibri-iMX8X_Console-Image_3.0b2.65-20190830Colibri-iMX7_Console-Image_3.0b2.65-20190830Colibri-iMX6_Console-Image_3.0b2.65-20190830Colibri-iMX6ULL_Console-Image_3.0b2.65-20190830Apalis-iMX8_Console-Image_3.0b2.65-20190830Apalis-iMX6_Console-Image_3.0b2.65-20190830Apalis-TK1_Console-Image_3.0b2.65-20190830Apalis-TK1-Mainline_Console-Image_3.0b2.65-20190830Stefan Agner
The distro layer seems to work fine with newer OpenEmbedded releases, add warrior to supported series. Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2019-06-17tdx-base.inc: increment thud version to 3.0b2Marcel Ziswiler
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2019-06-02layer.conf: set BBFILE_PATTERN_IGNORE_EMPTYApalis-iMX8_Console-Image_3.0b1.40-20190612Ming Liu
This mutes a following QA warning: | WARNING: No bb files matched BBFILE_PATTERN_meta-toradex-distro | '^/mnt/toradex/toradex-build/build/../layers/meta-toradex-distro/' Signed-off-by: Ming Liu <liu.ming50@gmail.com>
2019-05-22tdx-base.inc: gstreamer: set preferred version for use-mainline-bspMax Krummenacher
Using python to conditionally set PREFERRED_VERSION_xxx does work, however bitbake evaluates the value of PREFERRED_VERSION_xxx before set in the python function. Reverting the conditional assignment in favour of a hard coded upstream value. fixes: 1e400c68e Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-05-20tdx-base.inc: gstreamer: only set imx override if use-mainline-bsp is not usedMax Krummenacher
The recipes for gstreamer* with version 1.14.imx set compatible version to mx6, mx7, mx8. So for machines which use use-mainline-bsp we get a lot of OE warnings during build, e.g.: | NOTE: preferred version 1.14.imx of gstreamer1.0 not available (for item gstreamer1.0) | NOTE: versions of gstreamer1.0 available: 1.14.4 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-05-08bblayers.conf: drop parsing the qt4 layerMax Krummenacher
Qt 4 was first released in 2005 and has been unsupported since 2015. Drop it from what we regularly install. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-05-03tdx-base.inc: fix commentMax Krummenacher
build is actually a file not a directory. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-04-25conf/layer.conf: decrease layer priority to 21Max Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@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-23Merge branch 'thud-next' into 'thud-next'Marcel Ziswiler
Thud next, new features, drop colibri-vf See merge request rd/linux-bsp/meta-toradex-distro!2
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-04-18distro: add tdx-xwayland distroMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-04-18distro: use gstreamer1.0 imx version for imx SoCMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-04-09tdx-base.inc: set hostname by defaultMax Krummenacher
If a derived distro does not want /etc/hostname then that should be added for that distro only. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-11Merge branch 'thud-next' into 'thud-next'Marcel Ziswiler
local.conf: change deploy/download/sstate directories See merge request rd/linux-bsp/meta-toradex-distro!1
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>
2019-03-06populate inital distroMax Krummenacher
Only adds a tdx-x11 distro. Additional flavours to follow. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>