mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-08 06:18:22 +01:00
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:
commit
48ab2dfe72
@ -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