diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-18 15:58:45 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-22 16:08:27 +0100 |
commit | fb0d7fc34fbaeb0057e742b0896bed3dc5bdcee1 (patch) | |
tree | 2e40d3d635f53d48c4b883024df93d633b3752e3 /meta/recipes-core | |
parent | 9018cc1664a645a141435f937c96c434acb8fdaf (diff) | |
download | poky-fb0d7fc34fbaeb0057e742b0896bed3dc5bdcee1.tar.gz |
self-hosted-image: Update poky revision to point at the 1.2 release branch
(From OE-Core rev: b19af63)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/images/self-hosted-image.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/images/self-hosted-image.bb b/meta/recipes-core/images/self-hosted-image.bb index d8f2d2a7e3..1dfdcc26ed 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 = "r12" | 8 | PR = "r14" |
9 | 9 | ||
10 | IMAGE_FEATURES += "x11-mini package-management" | 10 | IMAGE_FEATURES += "x11-mini package-management" |
11 | 11 | ||
@@ -19,7 +19,7 @@ IMAGE_FSTYPES = "vmdk" | |||
19 | 19 | ||
20 | inherit core-image | 20 | inherit core-image |
21 | 21 | ||
22 | SRCREV = "729e7f774c0328688ebf6092ca0780633a357ce9" | 22 | SRCREV = "9fcfda78b9699708f5060433ba70a06b9b6536da" |
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 () { | 25 | IMAGE_CMD_ext3_append () { |