summaryrefslogtreecommitdiff
path: root/conf/machine/colibri-imx7-emmc.conf
AgeCommit message (Collapse)Author
2020-03-23colibri-imx7, colibri-imx7-emmc: deploy additional device treesMax Krummenacher
Related-to: ELB-2593 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-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-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-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>
2017-12-22colibri-imx7-emmc: prepare for upstreaming to fslcMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-10-03apalis/colibri-imx6.conf/colibri-imx7-emmc.conf: payload offsetsMarcel Ziswiler
Prepare for configurable boot ROM and SPL payload offsets to be applied to resp. image.json for Toradex Easy Installer. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2017-10-03colibri-imx7-emmc: add machine for Colibri iMX7 Dual 1GB (eMMC)Stefan Agner
Add new machine file for Colibri iMX7 Dual 1GB (eMMC) modules. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>