mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
linux-yocto-dev: Set KBRANCH with =
The "?=" assignment to KBRANCH in kernel-yocto.bbclass is selected prior to the one in this recipe and makes it "master" as a result. Change the KBRANCH assignment back to "=" as how it was done before. (From OE-Core rev: c7a1004c7f7e86506ccd7d6d40f148931096461a) Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -16,7 +16,7 @@ inherit pkgconfig
|
|||||||
# provide this .inc to set specific revisions
|
# provide this .inc to set specific revisions
|
||||||
include recipes-kernel/linux/linux-yocto-dev-revisions.inc
|
include recipes-kernel/linux/linux-yocto-dev-revisions.inc
|
||||||
|
|
||||||
KBRANCH ?= "v5.16/standard/base"
|
KBRANCH = "v5.16/standard/base"
|
||||||
KMETA = "kernel-meta"
|
KMETA = "kernel-meta"
|
||||||
|
|
||||||
SRC_URI = "git://git.yoctoproject.org/linux-yocto-dev.git;branch=${KBRANCH};name=machine \
|
SRC_URI = "git://git.yoctoproject.org/linux-yocto-dev.git;branch=${KBRANCH};name=machine \
|
||||||
|
|||||||
Reference in New Issue
Block a user