diff options
author | Ryan Eatmon <reatmon@ti.com> | 2025-07-16 09:52:27 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2025-07-16 14:15:14 -0500 |
commit | 323140901249a97ce621db0890cd19bca3ff6501 (patch) | |
tree | 93ce7153671060f86758a77671bc5bea065152ae | |
parent | fa80d3c09558732cc2f194a2a7418a27a0a1fd6d (diff) | |
download | meta-ti-323140901249a97ce621db0890cd19bca3ff6501.tar.gz |
ti-kernel-fitimage: Add ti-secdev
In order to turn the fitImage signing back on, we need to inherit the
ti-secdev class to setup all of the needed signing variables.
Remove the inherit ti-secdev from the kernel recipes since the fitImage
signing is handled in the ti-kernel-fitimage recipe and not in the
kernel recipes anymore.
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
4 files changed, 2 insertions, 3 deletions
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 ac034c2c..39ff24ed 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,6 @@ 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 ti-secdev | ||
7 | inherit kernel | 6 | inherit kernel |
8 | 7 | ||
9 | require recipes-kernel/linux/setup-defconfig.inc | 8 | require recipes-kernel/linux/setup-defconfig.inc |
diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.12.bb b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.12.bb index 3383787e..e58eadcb 100644 --- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.12.bb +++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.12.bb | |||
@@ -3,7 +3,6 @@ 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 ti-secdev | ||
7 | inherit kernel | 6 | inherit kernel |
8 | 7 | ||
9 | require recipes-kernel/linux/setup-defconfig.inc | 8 | require recipes-kernel/linux/setup-defconfig.inc |
diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.6.bb b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.6.bb index 07cad78d..a2eb3978 100644 --- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.6.bb +++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.6.bb | |||
@@ -3,7 +3,6 @@ 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 ti-secdev | ||
7 | inherit kernel | 6 | inherit kernel |
8 | 7 | ||
9 | require recipes-kernel/linux/setup-defconfig.inc | 8 | require recipes-kernel/linux/setup-defconfig.inc |
diff --git a/meta-ti-bsp/recipes-kernel/linux/ti-kernel-fitimage.bb b/meta-ti-bsp/recipes-kernel/linux/ti-kernel-fitimage.bb index dae76387..a5e6a280 100644 --- a/meta-ti-bsp/recipes-kernel/linux/ti-kernel-fitimage.bb +++ b/meta-ti-bsp/recipes-kernel/linux/ti-kernel-fitimage.bb | |||
@@ -3,6 +3,8 @@ FIT_CONF_PREFIX ?= "conf-ti_" | |||
3 | 3 | ||
4 | require recipes-kernel/linux/linux-yocto-fitimage.bb | 4 | require recipes-kernel/linux/linux-yocto-fitimage.bb |
5 | 5 | ||
6 | inherit ti-secdev | ||
7 | |||
6 | include ${@ 'recipes-kernel/linux/ti-kernel-devicetree-prefix.inc' if d.getVar('KERNEL_DEVICETREE_PREFIX') else ''} | 8 | include ${@ 'recipes-kernel/linux/ti-kernel-devicetree-prefix.inc' if d.getVar('KERNEL_DEVICETREE_PREFIX') else ''} |
7 | 9 | ||
8 | do_compile[depends] += "virtual/kernel:do_shared_workdir" | 10 | do_compile[depends] += "virtual/kernel:do_shared_workdir" |