From efdf647e2c8f59ea284c179680b078d3ba241506 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Wed, 14 Oct 2020 18:27:47 +0200 Subject: image_type_tezi: colibri-imx7-emmc fix overlay deployment For the colibri-imx7-emmc machine we need the overlays prefixed with colibri-imx7. Due to the changed machine name the machine specific overlays did not get deployed into a image. Fix that. Signed-off-by: Max Krummenacher (cherry picked from commit 75d703f9af475110554d1a88954998291b2ce96a) --- classes/image_type_tezi.bbclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'classes') diff --git a/classes/image_type_tezi.bbclass b/classes/image_type_tezi.bbclass index cdb1c48..682295e 100644 --- a/classes/image_type_tezi.bbclass +++ b/classes/image_type_tezi.bbclass @@ -348,8 +348,9 @@ tezi_deploy_bootfs_files[cleandirs] += "${WORKDIR}/bootfs" TAR_IMAGE_ROOTFS_task-image-bootfs = "${WORKDIR}/bootfs" MACHINE_PREFIX = "${MACHINE}" -MACHINE_PREFIX_colibri-imx8x-v10b = "colibri-imx8x" MACHINE_PREFIX_apalis-imx8x-v11a = "apalis-imx8x" +MACHINE_PREFIX_colibri-imx8x-v10b = "colibri-imx8x" +MACHINE_PREFIX_colibri-imx7-emmc = "colibri-imx7" IMAGE_CMD_bootfs () { deploy_dt_dir=${DEPLOY_DIR_IMAGE}/devicetree/ dtbos= -- cgit v1.2.3