mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-12-26 13:08:21 +01:00
Merge pull request #38 from net147/sdcard
classes/sdcard_image-sunxi: use absolute path to rootfs
This commit is contained in:
commit
f59feea04b
@ -25,7 +25,7 @@ IMAGE_ROOTFS_ALIGNMENT = "2048"
|
|||||||
|
|
||||||
# Use an uncompressed ext3 by default as rootfs
|
# Use an uncompressed ext3 by default as rootfs
|
||||||
SDIMG_ROOTFS_TYPE ?= "ext3"
|
SDIMG_ROOTFS_TYPE ?= "ext3"
|
||||||
SDIMG_ROOTFS = "${IMAGE_NAME}.rootfs.${SDIMG_ROOTFS_TYPE}"
|
SDIMG_ROOTFS = "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.${SDIMG_ROOTFS_TYPE}"
|
||||||
|
|
||||||
IMAGE_DEPENDS_sunxi-sdimg += " \
|
IMAGE_DEPENDS_sunxi-sdimg += " \
|
||||||
parted-native \
|
parted-native \
|
||||||
|
Loading…
Reference in New Issue
Block a user