mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-05-30 23:40:29 +00:00
linux-ti-mainline: Remove ti-upstream-tools
Mainline should test the mainline kernel as it is, not with out-of-tree changes like new DTB/DTBOs. Use only upstream DTB/DTBOs. As that was the last thing provided by ti-upstream-tools, remove it here. Signed-off-by: Andrew Davis <afd@ti.com> Reviewed-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
committed by
Ryan Eatmon
parent
00a4a5ed31
commit
94e93e2b6b
@@ -1,5 +1,5 @@
|
|||||||
SECTION = "kernel"
|
SECTION = "kernel"
|
||||||
SUMMARY = "Mainline Linux kernel for TI devices (with ti-upstream-tools)"
|
SUMMARY = "Mainline Linux kernel for TI devices"
|
||||||
LICENSE = "GPL-2.0-only"
|
LICENSE = "GPL-2.0-only"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
|
||||||
|
|
||||||
@@ -15,9 +15,6 @@ KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT} \
|
|||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
BRANCH = "master"
|
|
||||||
TOOLS_BRANCH = "master"
|
|
||||||
|
|
||||||
# 5.15 Mainline version
|
# 5.15 Mainline version
|
||||||
SRCREV = "8bb7eca972ad531c9b149c0a51ab43a417385813"
|
SRCREV = "8bb7eca972ad531c9b149c0a51ab43a417385813"
|
||||||
PV = "5.15+git${SRCPV}"
|
PV = "5.15+git${SRCPV}"
|
||||||
@@ -28,24 +25,16 @@ PR = "${MACHINE_KERNEL_PR}"
|
|||||||
|
|
||||||
KERNEL_GIT_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git"
|
KERNEL_GIT_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git"
|
||||||
KERNEL_GIT_PROTOCOL = "https"
|
KERNEL_GIT_PROTOCOL = "https"
|
||||||
|
KERNEL_GIT_BRANCH = "master"
|
||||||
SRC_URI += " \
|
SRC_URI += " \
|
||||||
${KERNEL_GIT_URI};protocol=${KERNEL_GIT_PROTOCOL};branch=${BRANCH};name=linux \
|
${KERNEL_GIT_URI};protocol=${KERNEL_GIT_PROTOCOL};branch=${KERNEL_GIT_BRANCH} \
|
||||||
git://git.ti.com/git/ti-linux-kernel/ti-upstream-tools.git;branch=${TOOLS_BRANCH};protocol=${KERNEL_GIT_PROTOCOL};name=ti-upstream-tools;destsuffix=git/ti-upstream-tools \
|
|
||||||
"
|
"
|
||||||
|
|
||||||
SRCREV_ti-upstream-tools = "0f60697843bba6f8d721b14da92b1652563ccb95"
|
|
||||||
SRCREV_FORMAT = "linux"
|
|
||||||
|
|
||||||
DEFCONFIG_NAME = "multi_v7_defconfig"
|
DEFCONFIG_NAME = "multi_v7_defconfig"
|
||||||
DEFCONFIG_NAME:omapl138 = "davinci_all_defconfig"
|
DEFCONFIG_NAME:omapl138 = "davinci_all_defconfig"
|
||||||
DEFCONFIG_NAME:k3 = "defconfig"
|
DEFCONFIG_NAME:k3 = "defconfig"
|
||||||
KERNEL_CONFIG_COMMAND = "oe_runmake -C ${S} O=${B} ${DEFCONFIG_NAME}"
|
KERNEL_CONFIG_COMMAND = "oe_runmake -C ${S} O=${B} ${DEFCONFIG_NAME}"
|
||||||
|
|
||||||
kernel_do_compile:append() {
|
|
||||||
oe_runmake dtbs CC="${KERNEL_CC} $cc_extra " LD="${KERNEL_LD}" ${KERNEL_EXTRA_ARGS}
|
|
||||||
oe_runmake -C ${S}/ti-upstream-tools LINUX=${S} DTC=${B}/scripts/dtc/dtc O=${B} CC="${KERNEL_CC} $cc_extra " LD="${KERNEL_LD}" ${KERNEL_EXTRA_ARGS}
|
|
||||||
}
|
|
||||||
|
|
||||||
do_shared_workdir:prepend() {
|
do_shared_workdir:prepend() {
|
||||||
cd ${B}
|
cd ${B}
|
||||||
echo >> Module.symvers
|
echo >> Module.symvers
|
||||||
|
|||||||
Reference in New Issue
Block a user