mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 21:32:13 +02:00
kernel-yocto: remove KBRANCH_DEFAULT
KBRANCH_DEFAULT is no longer used, so we can remove it from all recipes (and it won't be missed). (From OE-Core rev: e631fc989b08873f559c5927117301294f04298c) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
63f2e18987
commit
cf8a0ac1b0
@@ -1,7 +1,6 @@
|
||||
require recipes-kernel/linux/linux-yocto.inc
|
||||
|
||||
KBRANCH_DEFAULT = "standard/tiny/base"
|
||||
KBRANCH = "${KBRANCH_DEFAULT}"
|
||||
KBRANCH ?= "standard/tiny/base"
|
||||
LINUX_KERNEL_TYPE = "tiny"
|
||||
KCONFIG_MODE = "--allnoconfig"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user