From patchwork Fri Dec 28 21:41:41 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [08/15] build-appliance-image: Allow SRCREV to be overriden Date: Fri, 28 Dec 2012 21:41:41 -0000 From: Scott Garman X-Patchwork-Id: 41779 Message-Id: <1b4781e5c6eee234fcf57dd53d5167b31d81a482.1356730817.git.scott.a.garman@intel.com> To: openembedded-core@lists.openembedded.org 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 --- 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 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 \