From: Saul Wold Date: Thu, 29 Nov 2012 23:11:07 +0000 (+0000) Subject: build-appliance-image: Allow SRCREV to be overriden X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~39349 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab6c778af4333387e742ddab4e690e43de63f204;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/images/build-appliance-image.bb b/meta/recipes-core/images/build-appliance-image.bb index b89354ede0f..a8b787c9150 100644 --- a/meta/recipes-core/images/build-appliance-image.bb +++ b/meta/recipes-core/images/build-appliance-image.bb @@ -21,7 +21,7 @@ IMAGE_FSTYPES = "vmdk" inherit core-image -SRCREV = "a0cf759537260f00311450e0dac41bf45b474454" +SRCREV ?= "a0cf759537260f00311450e0dac41bf45b474454" SRC_URI = "git://git.yoctoproject.org/poky;protocol=git \ file://Yocto_Build_Appliance.vmx \ file://Yocto_Build_Appliance.vmxf \