mirror of
https://git.yoctoproject.org/poky
synced 2026-03-11 17:59:39 +01:00
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>