From aecfa42445951f46c9cacc255fb97167775629d0 Mon Sep 17 00:00:00 2001 From: Jonathan Liu Date: Thu, 6 Mar 2014 00:36:01 +1100 Subject: [PATCH] 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 --- classes/sdcard_image-sunxi.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/classes/sdcard_image-sunxi.bbclass b/classes/sdcard_image-sunxi.bbclass index 815c539..6c34640 100644 --- a/classes/sdcard_image-sunxi.bbclass +++ b/classes/sdcard_image-sunxi.bbclass @@ -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}"