diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2012-12-11 15:48:18 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-11 15:58:35 +0000 |
commit | ab0933e118fa628bc9bbfcd061f8784e1ad46959 (patch) | |
tree | 03c53a8daa0034db904569958d127432461ca4bb | |
parent | d4a4d00fb6961d3db8db6e8794066fdc29a79c46 (diff) | |
download | poky-ab0933e118fa628bc9bbfcd061f8784e1ad46959.tar.gz |
build-appliance: Updated to include bblayers.conf.sample fix
In Build Appliance, Hob didn't start because it crashed
checking bblayers.conf
(From OE-Core rev: fb04d8e6404c7ee35b636cf2cb886acfba22b8d7)
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 a8b787c915..2359eca5e1 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 = "r18" | 9 | PR = "r19" |
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 ?= "a0cf759537260f00311450e0dac41bf45b474454" | 24 | SRCREV ?= "4493b107a7f0f9b4f441f661c16176157d950245" |
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 \ |