diff options
author | Ryan Eatmon <reatmon@ti.com> | 2023-05-17 15:05:29 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-05-18 13:16:43 -0500 |
commit | a4f0f492f14059171ba515944bd9be3caf97c1d2 (patch) | |
tree | 51526d72e29e0e3d1d1e4b902a50b9357df39a5b | |
parent | bdc8e7c9b58be79cd94906d1a2b6571e61d35561 (diff) | |
download | meta-ti-a4f0f492f14059171ba515944bd9be3caf97c1d2.tar.gz |
linux-ti-*: Use vendored kernel-devicetree.bbclass
Change over to using the kernel_devicetree_vendor_dtb.bbclass to have
the DTBs installed into the same vendored subdirectory that is in the
kernel. Setting the variables comes in a follow on patch.
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-mainline_git.bb b/meta-ti-bsp/recipes-kernel/linux/linux-ti-mainline_git.bb index dfa46f48..74a4a860 100644 --- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-mainline_git.bb +++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-mainline_git.bb | |||
@@ -3,7 +3,7 @@ SUMMARY = "Mainline Linux kernel for TI devices" | |||
3 | LICENSE = "GPL-2.0-only" | 3 | LICENSE = "GPL-2.0-only" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
5 | 5 | ||
6 | inherit kernel | 6 | inherit kernel_vendor_dtb |
7 | 7 | ||
8 | require recipes-kernel/linux/kernel-rdepends.inc | 8 | require recipes-kernel/linux/kernel-rdepends.inc |
9 | require recipes-kernel/linux/ti-kernel.inc | 9 | require recipes-kernel/linux/ti-kernel.inc |
diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-next_git.bb b/meta-ti-bsp/recipes-kernel/linux/linux-ti-next_git.bb index 9138c7c5..e1e1eb5e 100644 --- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-next_git.bb +++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-next_git.bb | |||
@@ -3,7 +3,7 @@ SUMMARY = "Linux-next kernel for TI devices" | |||
3 | LICENSE = "GPL-2.0-only" | 3 | LICENSE = "GPL-2.0-only" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
5 | 5 | ||
6 | inherit kernel | 6 | inherit kernel_vendor_dtb |
7 | 7 | ||
8 | require recipes-kernel/linux/ti-kernel.inc | 8 | require recipes-kernel/linux/ti-kernel.inc |
9 | 9 | ||
diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.1.bb b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.1.bb index cdee548f..e8622a2e 100644 --- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.1.bb +++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.1.bb | |||
@@ -3,7 +3,7 @@ SUMMARY = "Linux kernel for TI devices" | |||
3 | LICENSE = "GPL-2.0-only" | 3 | LICENSE = "GPL-2.0-only" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
5 | 5 | ||
6 | inherit kernel | 6 | inherit kernel_vendor_dtb |
7 | 7 | ||
8 | require recipes-kernel/linux/setup-defconfig.inc | 8 | require recipes-kernel/linux/setup-defconfig.inc |
9 | require recipes-kernel/linux/kernel-rdepends.inc | 9 | require recipes-kernel/linux/kernel-rdepends.inc |