From 7fc50ada0f0df6327ed73afed6a88133f0d2b42a Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Wed, 12 Mar 2014 12:15:30 +0100 Subject: [PATCH] image_types_digi.bbclass: fix boot.vfat image creation The way to create rootfs images has changed in poky master. The whole process has been reworked in python and the hook to create a new image is the IMAGE_CMD variable. The old 'runimagecmd' shell function has been deleted so we cannot override it in our custom class. https://jira.digi.com/browse/DEL-996 Signed-off-by: Javier Viguera --- meta-digi-arm/classes/image_types_digi.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-digi-arm/classes/image_types_digi.bbclass b/meta-digi-arm/classes/image_types_digi.bbclass index 97a7d555d..a3ed34e58 100644 --- a/meta-digi-arm/classes/image_types_digi.bbclass +++ b/meta-digi-arm/classes/image_types_digi.bbclass @@ -77,7 +77,7 @@ runimagecmd_jffs2() { runimagecmd_sum.jffs2 = "${runimagecmd_jffs2}" runimagecmd_ubifs = "${runimagecmd_jffs2}" -runimagecmd_boot.vfat() { +IMAGE_CMD_boot.vfat() { # # Image generation code for image type 'boot.vfat' #