diff options
| author | Andrei Gherzan <andrei@gherzan.ro> | 2014-02-21 08:16:16 +0000 |
|---|---|---|
| committer | Gherzan Code Review <gerrit2@gherzan.ro> | 2014-02-21 08:16:16 +0000 |
| commit | 27ae74158157fb204a168889c4cb0832bcd68ede (patch) | |
| tree | 6c2dfcc2589214ef10462b562edc87bd9e47fed6 | |
| parent | 9f79376203d64093b43287a1274867141069dbd8 (diff) | |
| parent | c2102292fae56c2513b9255ac04e886cbceceda9 (diff) | |
| download | meta-raspberrypi-27ae74158157fb204a168889c4cb0832bcd68ede.tar.gz | |
Merge "sdcard_image-rpi.bbclass: use absolute path to rootfs"
| -rw-r--r-- | classes/sdcard_image-rpi.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/sdcard_image-rpi.bbclass b/classes/sdcard_image-rpi.bbclass index eb337dc..c7cfa7c 100644 --- a/classes/sdcard_image-rpi.bbclass +++ b/classes/sdcard_image-rpi.bbclass | |||
| @@ -40,7 +40,7 @@ IMAGE_ROOTFS_ALIGNMENT = "4096" | |||
| 40 | 40 | ||
| 41 | # Use an uncompressed ext3 by default as rootfs | 41 | # Use an uncompressed ext3 by default as rootfs |
| 42 | SDIMG_ROOTFS_TYPE ?= "ext3" | 42 | SDIMG_ROOTFS_TYPE ?= "ext3" |
| 43 | SDIMG_ROOTFS = "${IMAGE_NAME}.rootfs.${SDIMG_ROOTFS_TYPE}" | 43 | SDIMG_ROOTFS = "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.${SDIMG_ROOTFS_TYPE}" |
| 44 | 44 | ||
| 45 | IMAGE_DEPENDS_rpi-sdimg = " \ | 45 | IMAGE_DEPENDS_rpi-sdimg = " \ |
| 46 | parted-native \ | 46 | parted-native \ |
