[oe-commits] [openembedded-core] branch morty updated: build-applance-image: Fix to use the release branch for morty

git at git.openembedded.org git at git.openembedded.org
Wed Oct 26 10:11:32 UTC 2016


rpurdie pushed a commit to branch morty
in repository openembedded-core.

The following commit(s) were added to refs/heads/morty by this push:
       new  2a59d0f   build-applance-image: Fix to use the release branch for morty
2a59d0f is described below

commit 2a59d0fa7bda78927435603e3049ce373cf6a198
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Wed Oct 26 11:11:03 2016 +0100

    build-applance-image: Fix to use the release branch for morty
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/images/build-appliance-image_15.0.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/images/build-appliance-image_15.0.0.bb b/meta/recipes-core/images/build-appliance-image_15.0.0.bb
index 8a3b783..e6ed0f4 100644
--- a/meta/recipes-core/images/build-appliance-image_15.0.0.bb
+++ b/meta/recipes-core/images/build-appliance-image_15.0.0.bb
@@ -23,7 +23,7 @@ IMAGE_FSTYPES = "vmdk"
 inherit core-image module-base
 
 SRCREV ?= "746c681be4c744d0c6c2d3225b94550241546f65"
-SRC_URI = "git://git.yoctoproject.org/poky;branch=master \
+SRC_URI = "git://git.yoctoproject.org/poky;branch=morty \
            file://Yocto_Build_Appliance.vmx \
            file://Yocto_Build_Appliance.vmxf \
            file://README_VirtualBox_Guest_Additions.txt \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list