From: He Zhe Date: Tue, 11 Jan 2022 03:16:16 +0000 (+0800) Subject: linux-yocto-dev: Set KBRANCH with = X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~5543 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7a1004c7f7e86506ccd7d6d40f148931096461a;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. Signed-off-by: He Zhe Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-kernel/linux/linux-yocto-dev.bb b/meta/recipes-kernel/linux/linux-yocto-dev.bb index 80f62a0412a..0d946373523 100644 --- a/meta/recipes-kernel/linux/linux-yocto-dev.bb +++ b/meta/recipes-kernel/linux/linux-yocto-dev.bb @@ -16,7 +16,7 @@ inherit pkgconfig # provide this .inc to set specific revisions include recipes-kernel/linux/linux-yocto-dev-revisions.inc -KBRANCH ?= "v5.16/standard/base" +KBRANCH = "v5.16/standard/base" KMETA = "kernel-meta" SRC_URI = "git://git.yoctoproject.org/linux-yocto-dev.git;branch=${KBRANCH};name=machine \