mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-17 06:48:07 +00:00
linux-ti-*: Move KERNEL_BASE_CLASS default
If you are not building a TI machine then KERNEL_BASE_CLASS is not defined and you get a parse error. Move the default setting out of ti-soc.inc and into ti-kernel.inc. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
@@ -4,6 +4,8 @@ KERNEL_GIT_BRANCH ?= "branch=${BRANCH}"
|
||||
|
||||
KERNEL_DEFCONFIG ?= "file://defconfig"
|
||||
|
||||
KERNEL_BASE_CLASS ?= "kernel"
|
||||
|
||||
KERNEL_REPRODUCIBILITY_PATCHES ?= ""
|
||||
|
||||
SRC_URI = " \
|
||||
|
||||
Reference in New Issue
Block a user