summaryrefslogtreecommitdiff
path: root/conf
AgeCommit message (Collapse)Author
2019-08-27meta: drop useless EXTRA_IMAGEDEPENDSMing Liu
For the recipes listed in EXTRA_IMAGEDEPENDS, bitbake would create a dependency as: | image_pn:do_image_complete -> imagedepends_pn:do_populate_sysroot but we actually need a image task depend on the deploy tasks of EXTRA_IMAGEDEPENDS recipes, setting EXTRA_IMAGEDEPENDS would not help with that, so drop it, use WKS_FILE_DEPENDS instead. Signed-off-by: Ming Liu <ming.liu@toradex.com>
2019-07-22machines: deploy a distro boot scriptMax Krummenacher
This depends on and deploys the distro boot script provided by u-boot-distro-boot. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-07-10u-boot-fw-utils: choose flavour though prefered providerMax Krummenacher
This allows to use u-boot-fw-utils in image recipes. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-07-10u-boot-toradex: update to 2019.07Max Krummenacher
Update to a 2019.07 based U-Boot. Use the openembedded master recipes for u-boot_2019.07 as a base. This makes the u-boot recipe in recipes-bsp/u-boot-mainline/ obsolete, delete it. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-07-10colibri-imx8x: prefer u-boot 2018.03Max Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-07-10apalis-imx8: prefer u-boot 2018.03Max Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-07-04colibri-imx8x: follow changed machine nameMax Krummenacher
Since we changed the machine configuration name, follow with the description and the prefix to the image names. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-07-02colibri-imx8x: add additional product numbersMax Krummenacher
Add the product numbers of additional Colibri iMX8X SKUs. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-07-02apalis-imx8: add additional product numbersMax Krummenacher
Add the product numbers of additional Apalis iMX8 SKUs. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-06-24colibri-imx8x: rename machineMax Krummenacher
For apalis-imx8 we use the family name. Unify that for colibri-imx8x. Related to: #49287 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-06-21apalis-imx8.conf: drop support for a0 siliconMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-06-21colibri-imx8qxp.conf: simplify imxboot targetMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-06-21apalis-imx8.conf: simplify imxboot targetMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-06-05colibri-imx8qxp.conf: revert "use mainline u-boot"Max Krummenacher
mainline currently does not provide the ums command. Without the Toradex Easy Installer this hinders development. This reverts commit a7f384f for colibri-imx8qxp.conf. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-05-29apalis-imx8/colibri-imx8qxp: drop ttyAMA1 from SERIAL_CONSOLESStefan Agner
The device ttyAMA1 stems from ARM AMBA pl011 driver. On i.MX 8 we do not have such an IP, hence this device does not exist. The variable assignment and comment has been copied from NXP machines and they seem to have copied it from other machines. Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2019-05-22apalis-imx8.conf: add hdmi fw also to tezi imagesMax Krummenacher
Use the now available MACHINE_BOOT_FILES variable to deploy the HDMI firmware into the boot partition. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-05-21apalis-imx8.conf: install sha384sum nativeMax Krummenacher
imx-boot needs that, but it is currently only added to the host tools if building for i.MX8X. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-05-20layer.conf: add warrior to LAYERSERIES_COMPATMax Krummenacher
This allows to use the thud-next branch also with oe master. Currently no changes are needed. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-05-20machines: provide a machine name stringMax Krummenacher
Provide the MACHINE_NAME variable which can be e.g. used as part of the image name. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-05-20colibri-imx8qxp: add Tezi supportStefan Agner
Add information required to build a Toradex Easy Installer image. Only support the main SKU Colibri iMX8 QuadXPlus 2GB Wi-Fi / BT IT for now since we do not know yet if the other SKU's need a special device tree or other adjustments. Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2019-05-20apalis-imx8: add Tezi supportStefan Agner
Add information required to build a Toradex Easy Installer image. Only support the main SKU Apalis iMX8 QuadMax 4GB Wi-Fi / BT IT for now since we do not know yet if the other SKU's need a special device tree or other adjustments. Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2019-05-14u-boot: fix mainline not providing a nand targetMax Krummenacher
Our downstream U-Boot provides a u-boot-nand.imx target prepending the binary with a 1k block for easier flashing while the mainline U-Boot does not. Mimic the behaviour in a do_compile_append. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-05-14machines: use mainline u-bootMax Krummenacher
Use for all Toradex machines exept apalis-imx8 a mainline based U-Boot. (For the i.MX8QM mainline is not yet able to boot the kernel) Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-05-13imx: update to 4.14.78_1.0.0_ga bspMax Krummenacher
Update the components which NXP forked or provides to the version used in the 4.14.78_1.0.0_ga BSP. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-05-13machines: drop unused variablesMax Krummenacher
Variables are not used only in the NXP BSP. Also the _mx8 overrides are unneeded. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-04-30machines: mx8: deploy vpu firmwareMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-04-30machines: switch to serial_consoles oe variableMax Krummenacher
SERIAL_CONSOLE has been deprecated for a while now (see [1]) and is replaced by SERIAL_CONSOLES. [1]: https://www.yoctoproject.org/docs/2.7/ref-manual/ref-manual.html#migration-2.6-serial-console-deprecated Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-04-25conf/layer.conf: decrease layer priority to 22Max Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-04-24apalis-imx8.conf: deploy hdmi fwMax Krummenacher
With the change to wic the used oe variable names changed. 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-23colibri-imx8qxp: add machine config fileMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-04-23apalis-imx8: add machine config filesMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-04-23machines: remove defines now set in our distroMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-04-23conf: machine: fix image_fstype for colibri-imx6ull and colibri-imx7-emmcMax Krummenacher
With the move to use '+=' in the assignment the parsing order of the files matters, as assignments with '=' will delete all previously parsed '+=' assignments. Change all assignments to '+='. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-04-17conf: machine: update IMAGE_FSTYPE appendsGerard Salvatella
According to the Yocto manual v.2.6.1 (https://www.yoctoproject.org/docs/2.6.1/mega-manual/mega-manual.html#var-IMAGE_FSTYPES): Due to the way the OpenEmbedded build system processes this variable, you cannot update its contents by using _append or _prepend. You must use the += operator to add one or more options to the IMAGE_FSTYPES variable. Signed-off-by: Gerard Salvatella <gerard.salvatella@toradex.com>
2019-03-07apalis-imx6-mainline: include also the .inc fileMax Krummenacher
This re-enables building the Toradex Easy Installer image type. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-07colibri-imx6-mainline: include also the .inc fileMax Krummenacher
This re-enables building the Toradex Easy Installer image type. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06machines: switch to SERIAL_CONSOLESMax Krummenacher
SERIAL_CONSOLE has been deprecated for a while now. While at it, move from ?= to a = assignment. Since imx-base.inc already definces SERIAL_CONSOLES using ?= makes no sense. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06apalis-imx6-mainline: add a mainline machineMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06colibri-imx6-mainline: add a mainline machineMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-01-04machines: update RDEPENDS to match kernel namingMax Krummenacher
The kernel class now sets RDEPENDS_${KERNEL_PACKAGE_NAME}-base so this include needs to do the same, otherwise bitbake emits a warning and the kernel isn't removed. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-01-04layer: add LAYERSERIES_COMPATMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2018-12-18machines: Update to L4.9.123-2.3.0_8mm_ga releaseMarcel Ziswiler
Actually make use of them various upgrades. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2018-12-18machines: fix spelling in commentMarcel Ziswiler
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2018-10-04colibri-imx6ull: add WiFi non-IT variantColibri-iMX7_LXDE-Image_2.8b4.129-20181005Colibri-iMX6_LXDE-Image_2.8b4.129-20181005Colibri-iMX6ULL_LXDE-Image_2.8b4.129-20181005Colibri-VF_LXDE-Image_2.8b4.129-20181005Apalis-iMX6_LXDE-Image_2.8b4.129-20181005Max Krummenacher
Add support for new SKU 0045 WiFi non-IT variant. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2018-09-27colibri-imx6ull.conf: deploy device trees for asterMax Krummenacher
Device trees for the carrier board Aster are now available, deploy them. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2018-09-26imx6, imx6ull, imx7: Set PREFERRED_VERSION for Gstreamer to use i.MX VersionMarcel Ziswiler
This is required since meta-freescale commit a4158e3425a7 ("gstreamer1.0: Set DEFAULT_PREFERENCE as -1 to imx version") et. al. and is analogous to meta-freescale-distro commit 29e7a3d322c7 ("fsl-base.inc: Set PREFERRED_VERSION for Gstreamer to use i.MX Version" ). Colibri iMX6ULL and Colibri iMX7 were added as according to the i.MX Reference Manual L4.1.15_2.1.0-ga they at least could profit from the Pixel Pipeline (PxP) DMA-ENGINE driver. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2018-06-26colibri-imx6ull: add non-WiFi IT variantStefan Agner
Add support for new SKU non-WiFi IT variant. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2018-03-29colibri-imx7: add Colibri iMX7D 512MB EPDC SKUStefan Agner
The same device tree as the regular Colibri iMX7D SKU uses can be used. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2018-03-29apalis/colibri imx6: switch to zimage instead of uimageMax Krummenacher
Switch to the generic compressed Kernel image type (zImage) instead of the U-Boot specific uImage format. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>