diff options
-rw-r--r-- | meta/recipes-core/images/self-hosted-image.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta/recipes-core/images/self-hosted-image.bb b/meta/recipes-core/images/self-hosted-image.bb index d8fd4a963c..8adb683744 100644 --- a/meta/recipes-core/images/self-hosted-image.bb +++ b/meta/recipes-core/images/self-hosted-image.bb | |||
@@ -5,7 +5,7 @@ LICENSE = "MIT" | |||
5 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ | 5 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ |
6 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 6 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
7 | 7 | ||
8 | PR = "r9" | 8 | PR = "r10" |
9 | 9 | ||
10 | IMAGE_FEATURES += "x11-mini package-management" | 10 | IMAGE_FEATURES += "x11-mini package-management" |
11 | 11 | ||
@@ -22,6 +22,11 @@ inherit core-image | |||
22 | SRCREV = "8691a588267472eb5a32b978a0eb9ddfd0c91733" | 22 | SRCREV = "8691a588267472eb5a32b978a0eb9ddfd0c91733" |
23 | SRC_URI = "git://git.yoctoproject.org/poky;protocol=git" | 23 | SRC_URI = "git://git.yoctoproject.org/poky;protocol=git" |
24 | 24 | ||
25 | IMAGE_CMD_ext3_append () { | ||
26 | # We don't need to reserve much space for root, 0.5% is more than enough | ||
27 | tune2fs -m 0.5 ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3 | ||
28 | } | ||
29 | |||
25 | fakeroot do_populate_poky_src () { | 30 | fakeroot do_populate_poky_src () { |
26 | # Because fetch2's git's unpack uses -s cloneflag, the unpacked git repo | 31 | # Because fetch2's git's unpack uses -s cloneflag, the unpacked git repo |
27 | # will become invalid in the target. | 32 | # will become invalid in the target. |