From ad01beefe46545f4c3229b56f567160b901b445e Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Thu, 29 Nov 2012 23:11:07 +0000 Subject: [PATCH] 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. (From OE-Core rev: ab6c778af4333387e742ddab4e690e43de63f204) Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-core/images/build-appliance-image.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/images/build-appliance-image.bb b/meta/recipes-core/images/build-appliance-image.bb index b89354e..a8b787c 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 \ -- 2.7.4