mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
Merge "sdcard_image-rpi.bbclass: use absolute path to rootfs"
This commit is contained in:
commit
27ae741581
|
@ -40,7 +40,7 @@ IMAGE_ROOTFS_ALIGNMENT = "4096"
|
||||||
|
|
||||||
# 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_rpi-sdimg = " \
|
IMAGE_DEPENDS_rpi-sdimg = " \
|
||||||
parted-native \
|
parted-native \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user