Merge pull request #47 from KristofRobot/ext3-dep

sdcard_image-sunxi.bbclass: adding ext3 dependency (resolves #46)
This commit is contained in:
Aguirre 2014-03-04 22:55:13 +01:00
commit dd2ef3c27d

View File

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