diff options
author | 2012-04-18 15:58:45 +0100 | |
---|---|---|
committer | 2012-04-22 16:08:34 +0100 | |
commit | 4becd60e658ab720d46ef337b465f7a75ac7b189 (patch) | |
tree | 879373a8ff2321879e35f1f3670e17c40c0ac26d | |
parent | 9fcfda78b9699708f5060433ba70a06b9b6536da (diff) | |
download | poky-4becd60e658ab720d46ef337b465f7a75ac7b189.tar.gz poky-4becd60e658ab720d46ef337b465f7a75ac7b189.tar.bz2 poky-4becd60e658ab720d46ef337b465f7a75ac7b189.zip |
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>
-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" LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" -PR = "r12" +PR = "r14" IMAGE_FEATURES += "x11-mini package-management" @@ -19,7 +19,7 @@ IMAGE_FSTYPES = "vmdk" inherit core-image -SRCREV = "729e7f774c0328688ebf6092ca0780633a357ce9" +SRCREV = "9fcfda78b9699708f5060433ba70a06b9b6536da" SRC_URI = "git://git.yoctoproject.org/poky;protocol=git" IMAGE_CMD_ext3_append () { |