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: 2015-4~8512 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ab6c778af4333387e742ddab4e690e43de63f204;p=openembedded-core.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 b89354ede0..a8b787c915 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 \