mirror of
https://git.yoctoproject.org/poky
synced 2026-07-16 15:57:04 +00: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,7 @@
|
||||
require recipes-kernel/linux/linux-yocto.inc
|
||||
|
||||
KBRANCH = "standard/preempt-rt/base"
|
||||
KBRANCH_qemuppc = "standard/preempt-rt/qemuppc"
|
||||
KBRANCH ?= "standard/preempt-rt/base"
|
||||
KBRANCH_qemuppc ?= "standard/preempt-rt/qemuppc"
|
||||
|
||||
SRCREV_machine ?= "77d54dcdf1e078290d88e85adbbe3f90d41f4c9e"
|
||||
SRCREV_machine_qemuppc ?= "ba132753cc6688c1c22d7147b02e434a3441833c"
|
||||
|
||||
Reference in New Issue
Block a user