summaryrefslogtreecommitdiff
path: root/conf/machine/colibri-imx8x.conf
AgeCommit message (Collapse)Author
2020-03-12machines: move imx wayland/weston version setting to distro layerMax Krummenacher
Thus they are stored in one place and also apply to i.MX6/i.MX7 machines should one build them for wayland/weston. Related-to: ELB-2303 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2020-03-12firmware: update to 4.14.98 2.3.1Max Krummenacher
The seco firmware is now split out of firmware-imx. The seco firmware has now a i.MX8X B0 and C0 silicon version. Related-to: ELB-2351 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2020-01-14meta:mx8: add UBOOT_ENTRYPOINT and UBOOT_RD_LOADADDRESSMing Liu
Add UBOOT_ENTRYPOINT and UBOOT_RD_LOADADDRESS which are needed by fitimage. Signed-off-by: Ming Liu <ming.liu@toradex.com>
2020-01-13meta: drop do_image_teziimg dependenciesMing Liu
That's already handled by WKS_FILE_DEPENDS, drop the redundant dependencies. Signed-off-by: Ming Liu <ming.liu@toradex.com>
2019-11-29machines: unify name and descriptionMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-10-06colibri-imx8x.conf: drop UBOOT_MAKE_TARGET definitionMing Liu
The UBOOT_MAKE_TARGET is being overridden in imx-base.inc by UBOOT_MAKE_TARGET_mx8, so the setting here is useless. Signed-off-by: Ming Liu <ming.liu@toradex.com>
2019-09-19machines: specifiy rt kernelMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-09-18colibri-imx8x.conf: add fsl-imx8qxp-colibri-aster.dtbMing Liu
To support Aster carrier board. Signed-off-by: Ming Liu <ming.liu@toradex.com>
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-10colibri-imx8x: 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-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>