sdcard_image-sunxi.bbclass: make sunxi-sdimg image dependent on rootfs type

The rootfs may be using a filesystem type other than ext3 so it should
not be hardcoded.

Signed-off-by: Jonathan Liu <net147@gmail.com>
This commit is contained in:
Jonathan Liu 2014-03-06 00:36:01 +11:00
parent dd2ef3c27d
commit aecfa42445

View File

@ -13,8 +13,8 @@ inherit image_types
#
#
# This image depends on ext3 image
IMAGE_TYPEDEP_sunxi-sdimg = "ext3"
# This image depends on the rootfs image
IMAGE_TYPEDEP_sunxi-sdimg = "${SDIMG_ROOTFS_TYPE}"
# Boot partition volume id
BOOTDD_VOLUME_ID ?= "${MACHINE}"