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 <javier.viguera@digi.com>
This commit is contained in:
parent
e11af0bec2
commit
7fc50ada0f
|
|
@ -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'
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in New Issue