diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2013-03-11 13:24:20 +0200 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2013-03-14 11:29:11 -0700 |
commit | 6cdd70ddc16f72103e889676a185144ff582deca (patch) | |
tree | 983c5895b0388bd3e3feef604f056c840e4ffd70 /meta/recipes-core/images | |
parent | c1fd149ecddb82fdf8ddc18c53f417a4318598e9 (diff) | |
download | openembedded-core-6cdd70ddc16f72103e889676a185144ff582deca.tar.gz openembedded-core-6cdd70ddc16f72103e889676a185144ff582deca.tar.bz2 openembedded-core-6cdd70ddc16f72103e889676a185144ff582deca.zip |
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].
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-core/images')
-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" LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" -PR = "r19" - IMAGE_FEATURES += "x11-base package-management splash" # Ensure there's enough space to do a core-image-sato build, with rm_work enabled @@ -21,7 +19,7 @@ IMAGE_FSTYPES = "vmdk" inherit core-image -SRCREV ?= "4493b107a7f0f9b4f441f661c16176157d950245" +SRCREV ?= "d823759b4594143d522eae0b2a2498436a6dcb1e" SRC_URI = "git://git.yoctoproject.org/poky;protocol=git \ file://Yocto_Build_Appliance.vmx \ file://Yocto_Build_Appliance.vmxf \ |