diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2012-11-21 21:54:23 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-21 20:40:43 +0000 |
commit | 0d7d413d64bab8d3c758414c6c8c653ccc325653 (patch) | |
tree | 4e05b18861bc7d8fa7f09bedeeb28154d3652422 /meta | |
parent | 06124dbeafb8151a7927c9af88baf8e23fcca363 (diff) | |
download | poky-0d7d413d64bab8d3c758414c6c8c653ccc325653.tar.gz |
build-appliance-image: Update to dee77eca39f406f90e60d9c5ef7a66fcc8f57dbf commit
There are a lot of improvements in Hob
and a critical fix to bitbake affecting
Build Appliance, so the poky revision
is upped to include these changes.
(From OE-Core rev: 654d5816f8ff696d42d72cfb881d5e51330a79b6)
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/images/build-appliance-image.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/images/build-appliance-image.bb b/meta/recipes-core/images/build-appliance-image.bb index 80cbbecd4b..2bcfe8c508 100644 --- a/meta/recipes-core/images/build-appliance-image.bb +++ b/meta/recipes-core/images/build-appliance-image.bb | |||
@@ -6,7 +6,7 @@ LICENSE = "MIT" | |||
6 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ | 6 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ |
7 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 7 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
8 | 8 | ||
9 | PR = "r16" | 9 | PR = "r17" |
10 | 10 | ||
11 | IMAGE_FEATURES += "x11-base package-management splash" | 11 | IMAGE_FEATURES += "x11-base package-management splash" |
12 | 12 | ||
@@ -21,7 +21,7 @@ IMAGE_FSTYPES = "vmdk" | |||
21 | 21 | ||
22 | inherit core-image | 22 | inherit core-image |
23 | 23 | ||
24 | SRCREV = "f0f23f1741c29baa9601c5fa6b6b4a18175be7c5" | 24 | SRCREV = "dee77eca39f406f90e60d9c5ef7a66fcc8f57dbf" |
25 | SRC_URI = "git://git.yoctoproject.org/poky;protocol=git \ | 25 | SRC_URI = "git://git.yoctoproject.org/poky;protocol=git \ |
26 | file://Yocto_Build_Appliance.vmx \ | 26 | file://Yocto_Build_Appliance.vmx \ |
27 | file://Yocto_Build_Appliance.vmxf \ | 27 | file://Yocto_Build_Appliance.vmxf \ |