diff options
| author | Andrew Davis <afd@ti.com> | 2023-02-15 13:33:47 -0600 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2023-03-01 09:24:28 -0600 |
| commit | 5349ee1debd433e7cfbe9a739e8c47ce63c6fdd8 (patch) | |
| tree | c9be815d4c9b123117de8aa3f83548a3ee5f2b42 /meta-ti-bsp/classes | |
| parent | c5483cceca26caaa85ebee16f0017ff34a8d1bfb (diff) | |
| download | meta-ti-5349ee1debd433e7cfbe9a739e8c47ce63c6fdd8.tar.gz | |
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>
Diffstat (limited to 'meta-ti-bsp/classes')
| -rw-r--r-- | meta-ti-bsp/classes/kernel-fitimage-legacyhs.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-ti-bsp/classes/kernel-fitimage-legacyhs.bbclass b/meta-ti-bsp/classes/kernel-fitimage-legacyhs.bbclass index 69fa0ed2..5e1fa56a 100644 --- a/meta-ti-bsp/classes/kernel-fitimage-legacyhs.bbclass +++ b/meta-ti-bsp/classes/kernel-fitimage-legacyhs.bbclass | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | inherit kernel-uboot uboot-sign-legacyhs | 1 | inherit ti-secdev kernel-uboot uboot-sign-legacyhs |
| 2 | 2 | ||
| 3 | FITIMAGE_HASH_ALGO ?= "sha1" | 3 | FITIMAGE_HASH_ALGO ?= "sha1" |
| 4 | FITIMAGE_PACK_TEE ?= "0" | 4 | FITIMAGE_PACK_TEE ?= "0" |
| @@ -51,7 +51,7 @@ python __anonymous () { | |||
| 51 | UBOOT_MKIMAGE_DTCOPTS ??= "" | 51 | UBOOT_MKIMAGE_DTCOPTS ??= "" |
| 52 | 52 | ||
| 53 | fitimage_ti_secure() { | 53 | fitimage_ti_secure() { |
| 54 | if test -n "${TI_SECURE_DEV_PKG}"; then | 54 | if test -f "${TI_SECURE_DEV_PKG}/scripts/secure-binary-image.sh"; then |
| 55 | export TI_SECURE_DEV_PKG=${TI_SECURE_DEV_PKG} | 55 | export TI_SECURE_DEV_PKG=${TI_SECURE_DEV_PKG} |
| 56 | ${TI_SECURE_DEV_PKG}/scripts/secure-binary-image.sh $1 $2 | 56 | ${TI_SECURE_DEV_PKG}/scripts/secure-binary-image.sh $1 $2 |
| 57 | else | 57 | else |
