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-23 23:12:29 +0100 |
commit | 85bebd85c4f6603ac8fc1290121c34b92cc434f9 (patch) | |
tree | 76d028c4299fc0da6dcd243f0dbc0192da3ad6c7 | |
parent | b6ee2880fccf04923ede31256ea418451cbf2e46 (diff) | |
download | openembedded-core-85bebd85c4f6603ac8fc1290121c34b92cc434f9.tar.gz openembedded-core-85bebd85c4f6603ac8fc1290121c34b92cc434f9.tar.bz2 openembedded-core-85bebd85c4f6603ac8fc1290121c34b92cc434f9.zip |
self-hosted-image: Update poky revision to point at the 1.2 release branch
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/images/self-hosted-image.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/images/self-hosted-image.bb b/meta/recipes-core/images/self-hosted-image.bb index 1dfdcc26ed..4b6042b31a 100644 --- a/meta/recipes-core/images/self-hosted-image.bb +++ b/meta/recipes-core/images/self-hosted-image.bb @@ -19,7 +19,7 @@ IMAGE_FSTYPES = "vmdk" inherit core-image -SRCREV = "9fcfda78b9699708f5060433ba70a06b9b6536da" +SRCREV = "0a48c697d7f8d70e553e9ac181018627c30b4ddd" SRC_URI = "git://git.yoctoproject.org/poky;protocol=git" IMAGE_CMD_ext3_append () { |