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:
Javier Viguera 2014-03-12 12:15:30 +01:00
parent e11af0bec2
commit 7fc50ada0f
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ runimagecmd_jffs2() {
runimagecmd_sum.jffs2 = "${runimagecmd_jffs2}" runimagecmd_sum.jffs2 = "${runimagecmd_jffs2}"
runimagecmd_ubifs = "${runimagecmd_jffs2}" runimagecmd_ubifs = "${runimagecmd_jffs2}"
runimagecmd_boot.vfat() { IMAGE_CMD_boot.vfat() {
# #
# Image generation code for image type 'boot.vfat' # Image generation code for image type 'boot.vfat'
# #