mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
linux-yocto-stable: update SRC_URI to generic 2.6.34 repo
The existing linux-windriver repo was cloned into a more generically named linux-yocto-2.6.34 repository. It is the 2.6.34 repository that is taking updates for stable and point releases, so switching the SRC_URI to that repo needs to be done. The existing repository is maintained for old releases and builds, so nothing is lost. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
committed by
Joshua Lock
parent
c9805a0c3c
commit
5359255ce2
@@ -32,7 +32,7 @@ python __anonymous () {
|
||||
bb.data.setVar("LINUX_KERNEL_TYPE_EXTENSION", kerntype, d)
|
||||
}
|
||||
|
||||
SRC_URI = "git://git.pokylinux.org/linux-2.6-windriver.git;protocol=git;nocheckout=1;branch=${KBRANCH},wrs_meta;name=machine,meta"
|
||||
SRC_URI = "git://git.pokylinux.org/linux-yocto-2.6.34;protocol=git;nocheckout=1;branch=${KBRANCH},wrs_meta;name=machine,meta"
|
||||
|
||||
# Functionality flags
|
||||
KERNEL_REVISION_CHECKING ?= "t"
|
||||
|
||||
Reference in New Issue
Block a user