mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
Move KERNEL_DTBVENDORED settings from the kernel to ti-soc.inc in the config scope. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
14 lines
386 B
PHP
14 lines
386 B
PHP
KERNEL_GIT_URI ?= "git://git.ti.com/git/ti-linux-kernel/ti-linux-kernel.git"
|
|
KERNEL_GIT_PROTOCOL ?= "https"
|
|
KERNEL_GIT_BRANCH ?= "branch=${BRANCH}"
|
|
|
|
KERNEL_DEFCONFIG ?= "file://defconfig"
|
|
|
|
KERNEL_REPRODUCIBILITY_PATCHES ?= ""
|
|
|
|
SRC_URI = " \
|
|
${KERNEL_GIT_URI};protocol=${KERNEL_GIT_PROTOCOL};${KERNEL_GIT_BRANCH} \
|
|
${KERNEL_DEFCONFIG} \
|
|
${KERNEL_REPRODUCIBILITY_PATCHES} \
|
|
"
|