diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2013-03-11 13:24:20 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-15 01:53:02 +0000 |
commit | 5086eb740119c0bc470e4d89c5b05a12f6f6d16c (patch) | |
tree | 8595d50d05459f0f7dbf08e6a97005f03db26c66 | |
parent | cfab6e173dffc7f61b6cfd5eafaeb5cfda8d6b86 (diff) | |
download | poky-5086eb740119c0bc470e4d89c5b05a12f6f6d16c.tar.gz |
build-appliance-image: upgrade to newer poky revision.
Upgraded to poky commit: d823759b4594143d522eae0b2a2498436a6dcb1e
- Includes fixes and enhancements to Hob;
- Includes fixes and improvements to bitbake;
- Includes the switch to Linux kernel 3.8;
- Includes fixes to network connectivity.
Fixes [YOCTO #3843].
(From OE-Core rev: 6cdd70ddc16f72103e889676a185144ff582deca)
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Saul Wold <sgw@linux.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, 1 insertions, 3 deletions
diff --git a/meta/recipes-core/images/build-appliance-image.bb b/meta/recipes-core/images/build-appliance-image.bb index 2359eca5e1..43f05746bc 100644 --- a/meta/recipes-core/images/build-appliance-image.bb +++ b/meta/recipes-core/images/build-appliance-image.bb | |||
@@ -6,8 +6,6 @@ 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 = "r19" | ||
10 | |||
11 | IMAGE_FEATURES += "x11-base package-management splash" | 9 | IMAGE_FEATURES += "x11-base package-management splash" |
12 | 10 | ||
13 | # Ensure there's enough space to do a core-image-sato build, with rm_work enabled | 11 | # Ensure there's enough space to do a core-image-sato build, with rm_work enabled |
@@ -21,7 +19,7 @@ IMAGE_FSTYPES = "vmdk" | |||
21 | 19 | ||
22 | inherit core-image | 20 | inherit core-image |
23 | 21 | ||
24 | SRCREV ?= "4493b107a7f0f9b4f441f661c16176157d950245" | 22 | SRCREV ?= "d823759b4594143d522eae0b2a2498436a6dcb1e" |
25 | SRC_URI = "git://git.yoctoproject.org/poky;protocol=git \ | 23 | SRC_URI = "git://git.yoctoproject.org/poky;protocol=git \ |
26 | file://Yocto_Build_Appliance.vmx \ | 24 | file://Yocto_Build_Appliance.vmx \ |
27 | file://Yocto_Build_Appliance.vmxf \ | 25 | file://Yocto_Build_Appliance.vmxf \ |