diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2012-04-01 17:35:39 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-02 04:31:48 +0100 |
commit | 5b9b6a45416263649012814e2db259a2026306a8 (patch) | |
tree | 917609fe609cbab6b396aa1331737abe3d81a47e | |
parent | cf6b3fb48286792272de0ae2c7f310e1cc66e899 (diff) | |
download | poky-5b9b6a45416263649012814e2db259a2026306a8.tar.gz |
self-hosted-image: renew the poky src's SRCREV that's installed into the target
(From OE-Core rev: 826918b634deaa2b7201f3068d6f1410c5641d63)
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
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 e962f3049c..91942eeff8 100644 --- a/meta/recipes-core/images/self-hosted-image.bb +++ b/meta/recipes-core/images/self-hosted-image.bb | |||
@@ -4,7 +4,7 @@ LICENSE = "MIT" | |||
4 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ | 4 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ |
5 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 5 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
6 | 6 | ||
7 | PR = "r7" | 7 | PR = "r8" |
8 | 8 | ||
9 | CORE_IMAGE_EXTRA_INSTALL = "\ | 9 | CORE_IMAGE_EXTRA_INSTALL = "\ |
10 | task-self-hosted \ | 10 | task-self-hosted \ |
@@ -25,7 +25,7 @@ IMAGE_FSTYPES = "vmdk" | |||
25 | 25 | ||
26 | inherit core-image | 26 | inherit core-image |
27 | 27 | ||
28 | SRCREV = "26a46938d3ea1821e7bec4fa6cc8379babad238b" | 28 | SRCREV = "8691a588267472eb5a32b978a0eb9ddfd0c91733" |
29 | SRC_URI = "git://git.yoctoproject.org/poky;protocol=git" | 29 | SRC_URI = "git://git.yoctoproject.org/poky;protocol=git" |
30 | 30 | ||
31 | fakeroot do_populate_poky_src () { | 31 | fakeroot do_populate_poky_src () { |