1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-05-06 11:32:38 +00:00

conf: machine: k3: Remove unneeded TI_SECURE_DEV_PKG_K3 assignments

For K3 machines the SECDEV selection happens in the recipes that use it.
This assignment is therefor no longer needed. Remove it.

Suggested-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Andrew Davis <afd@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
Andrew Davis
2023-02-15 13:33:47 -06:00
committed by Ryan Eatmon
parent c5483cceca
commit 5349ee1deb
8 changed files with 2 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
inherit kernel-uboot uboot-sign-legacyhs
inherit ti-secdev kernel-uboot uboot-sign-legacyhs
FITIMAGE_HASH_ALGO ?= "sha1"
FITIMAGE_PACK_TEE ?= "0"
@@ -51,7 +51,7 @@ python __anonymous () {
UBOOT_MKIMAGE_DTCOPTS ??= ""
fitimage_ti_secure() {
if test -n "${TI_SECURE_DEV_PKG}"; then
if test -f "${TI_SECURE_DEV_PKG}/scripts/secure-binary-image.sh"; then
export TI_SECURE_DEV_PKG=${TI_SECURE_DEV_PKG}
${TI_SECURE_DEV_PKG}/scripts/secure-binary-image.sh $1 $2
else