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:45 +0100 |
commit | d50067d7af6ba6b2d337c8261ea517431f826ced (patch) | |
tree | 76d028c4299fc0da6dcd243f0dbc0192da3ad6c7 /meta/recipes-core | |
parent | 7f3155880d81de6546bab1f5054cbb97d12e488a (diff) | |
download | openembedded-core-d50067d7af6ba6b2d337c8261ea517431f826ced.tar.gz openembedded-core-d50067d7af6ba6b2d337c8261ea517431f826ced.tar.bz2 openembedded-core-d50067d7af6ba6b2d337c8261ea517431f826ced.zip |
self-hosted-image: Update poky revision to point at the 1.2 release branch
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-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 () { |