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-24 10:17:52 +0100 |
commit | cd591cc2c0e039789fa6b43646b70c194931884e (patch) | |
tree | 5fd65490952cf0cecd6ec17f7a285c5616c9cb0d | |
parent | f6864c1eed5b22db68a43e3380ad7529d2f0f706 (diff) | |
download | poky-cd591cc2c0e039789fa6b43646b70c194931884e.tar.gz |
self-hosted-image: Update poky revision to point at the 1.2 release branch
(From OE-Core rev: 117ca04008415ed0e6e10dcd373ab5f685b3225a)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 4b6042b31a..3897ddda7a 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 = "r14" | 8 | PR = "r15" |
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 = "0a48c697d7f8d70e553e9ac181018627c30b4ddd" | 22 | SRCREV = "3ab5d73f0c49df9fefa2a46031d33436bbd7d" |
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 () { |