diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-11-29 23:11:07 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-03 14:24:33 +0000 |
commit | ab6c778af4333387e742ddab4e690e43de63f204 (patch) | |
tree | 383067b5bdc49ae65ecc564d90db003ad98a7eb4 /meta/recipes-core/images | |
parent | 0eba0fad8d0e73cfbeab515b7796134967741b55 (diff) | |
download | openembedded-core-ab6c778af4333387e742ddab4e690e43de63f204.tar.gz openembedded-core-ab6c778af4333387e742ddab4e690e43de63f204.tar.bz2 openembedded-core-ab6c778af4333387e742ddab4e690e43de63f204.zip |
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 <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/images')
-rw-r--r-- | meta/recipes-core/images/build-appliance-image.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |