]> code.ossystems Code Review - openembedded-core.git/commitdiff
build-appliance-image: Allow SRCREV to be overriden
authorScott Garman <scott.a.garman@intel.com>
Sun, 23 Dec 2012 06:05:09 +0000 (22:05 -0800)
committerScott Garman <scott.a.garman@intel.com>
Sun, 23 Dec 2012 06:05:09 +0000 (22:05 -0800)
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@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/images/build-appliance-image.bb

index 77d3b0d9fb019ccd17b3b864fd05dc44c334a13f..a82dfddcd9ea5a8c41bad64d79fc476680cc35d1 100644 (file)
@@ -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 \