mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-08 06:18:22 +01:00
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:
parent
dd2ef3c27d
commit
aecfa42445
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user