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:26:09 +0100 |
commit | 826918b634deaa2b7201f3068d6f1410c5641d63 (patch) | |
tree | 00d12cfe1323796d66a0fe88cc257361bb803efc /meta | |
parent | 58ba59f034941bf167e70ae6c08117e5184a20ec (diff) | |
download | openembedded-core-826918b634deaa2b7201f3068d6f1410c5641d63.tar.gz openembedded-core-826918b634deaa2b7201f3068d6f1410c5641d63.tar.bz2 openembedded-core-826918b634deaa2b7201f3068d6f1410c5641d63.zip |
self-hosted-image: renew the poky src's SRCREV that's installed into the target
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'meta')
-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" LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" -PR = "r7" +PR = "r8" CORE_IMAGE_EXTRA_INSTALL = "\ task-self-hosted \ @@ -25,7 +25,7 @@ IMAGE_FSTYPES = "vmdk" inherit core-image -SRCREV = "26a46938d3ea1821e7bec4fa6cc8379babad238b" +SRCREV = "8691a588267472eb5a32b978a0eb9ddfd0c91733" SRC_URI = "git://git.yoctoproject.org/poky;protocol=git" fakeroot do_populate_poky_src () { |