Merge pull request #48 from net147/sunxi-sdimg-typedep

sdcard_image-sunxi.bbclass: make sunxi-sdimg image dependent on rootfs type
This commit is contained in:
Aguirre 2014-03-05 17:11:15 +01:00
commit 48ab2dfe72

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}"