mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-27 06:18:13 +00:00
linux-{ti33x,omapl138}: simplify and unify handling of "tipspkernel" feature
And move it to a separate .inc for other kernels to use. Signed-off-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
committed by
Denys Dmytriyenko
parent
0a92342b29
commit
246cb75a97
@@ -4,6 +4,7 @@ LICENSE = "GPLv2"
|
||||
KERNEL_IMAGETYPE = "uImage"
|
||||
|
||||
require multi-kernel.inc
|
||||
require tipspkernel.inc
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -15,16 +16,9 @@ MACHINE_KERNEL_PR_append = "a+gitr${SRCREV}"
|
||||
|
||||
COMPATIBLE_MACHINE = "(ti33x)"
|
||||
|
||||
THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}"
|
||||
CONFIGS_PSP = "${@base_set_filespath(["${THISDIR}/${PN}-${PV}/tipspkernel"], d)}:\
|
||||
${@base_set_filespath(["${THISDIR}/${PN}/tipspkernel"], d)}:\
|
||||
${@base_set_filespath(["${THISDIR}/files/tipspkernel"], d)}:"
|
||||
FILESPATH =. "${@base_contains('DISTRO_FEATURES', 'tipspkernel', "${CONFIGS_PSP}", "", d)}"
|
||||
|
||||
SRC_URI += "git://arago-project.org/git/projects/linux-am33x.git;protocol=http;branch=${BRANCH} \
|
||||
file://defconfig"
|
||||
|
||||
SRC_URI += "${@base_contains('DISTRO_FEATURES', 'tipspkernel', "", "${PATCHES_OVER_PSP}", d)}"
|
||||
SRC_URI_append_beaglebone = " file://logo_linux_clut224.ppm"
|
||||
|
||||
PATCHES_OVER_PSP = " \
|
||||
|
||||
Reference in New Issue
Block a user