diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-09-23 10:57:42 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-23 19:58:36 +0100 |
commit | c304674833360e0e2dceca3ebeb535025597e46f (patch) | |
tree | 4d50453e729fa3b7d8c900f07ebab266e6426d0d /meta/recipes-kernel | |
parent | 8ae153f7da3244c3dd24cc5dbd722af26624201b (diff) | |
download | openembedded-core-c304674833360e0e2dceca3ebeb535025597e46f.tar.gz openembedded-core-c304674833360e0e2dceca3ebeb535025597e46f.tar.bz2 openembedded-core-c304674833360e0e2dceca3ebeb535025597e46f.zip |
linux-yocto/3.17: switch to dedicated 3.17 repository
The 3.17 repository is ready, so we no longer need to reuse the
linux-yocto-dev tree.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.17.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.17.bb b/meta/recipes-kernel/linux/linux-yocto_3.17.bb index b37ae3cc4e..af6b41e81f 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.17.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.17.bb @@ -19,7 +19,7 @@ SRCREV_machine_qemumips64 ?= "6dabf96a2fe457e4cb8821721936e9fb72556494" SRCREV_machine ?= "724ab25b085554741753709941e768cae1a2121e" SRCREV_meta ?= "62a1fd63023ab6b18114dd093be86d0854474c41" -SRC_URI = "git://git.yoctoproject.org/linux-yocto-dev.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" +SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.17.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" LINUX_VERSION ?= "3.17-rc5" |