[oe-commits] Scott Garman : build-appliance-image: Allow SRCREV to be overriden

git at git.openembedded.org git at git.openembedded.org
Thu Jan 3 12:33:57 UTC 2013


Module: openembedded-core.git
Branch: denzil
Commit: 1b4781e5c6eee234fcf57dd53d5167b31d81a482
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=1b4781e5c6eee234fcf57dd53d5167b31d81a482

Author: Scott Garman <scott.a.garman at intel.com>
Date:   Sat Dec 22 22:05:09 2012 -0800

build-appliance-image: Allow SRCREV to be overriden

This will allow use to automagically set the SRCREV for builds on the
autobuilder. It will still require manual updating for releases.

Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-core/images/build-appliance-image.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-core/images/build-appliance-image.bb b/meta/recipes-core/images/build-appliance-image.bb
index 77d3b0d..a82dfdd 100644
--- a/meta/recipes-core/images/build-appliance-image.bb
+++ b/meta/recipes-core/images/build-appliance-image.bb
@@ -20,7 +20,7 @@ IMAGE_FSTYPES = "vmdk"
 
 inherit core-image
 
-SRCREV = "73cdebf60df225ee10f2eb215935be3b61e1b831"
+SRCREV ?= "73cdebf60df225ee10f2eb215935be3b61e1b831"
 SRC_URI = "git://git.yoctoproject.org/poky;protocol=git \
            file://Yocto_Build_Appliance.vmx \
            file://Yocto_Build_Appliance.vmxf \





More information about the Openembedded-commits mailing list