mbox series

[dunfell,0/2] Fix K3 HS builds when external SECDEV is not provided

Message ID 1667427383-18305-1-git-send-email-denis@denix.org
Headers show
Series Fix K3 HS builds when external SECDEV is not provided | expand

Message

Denys Dmytriyenko Nov. 2, 2022, 10:16 p.m. UTC
From: Denys Dmytriyenko <denys@konsulko.com>

Normally, SECDEV tools are provided externally to the build and pointed to by
TI_SECURE_DEV_PKG_K3 variable. Recently changes were made to pull SECDEV tools
during the build automatically and stage them for use, if TI_SECURE_DEV_PKG_K3
is not defined. Unfortunately, there were couple problems with the flow, fixed
by this patchset.

Denys Dmytriyenko (2):
  ti-k3-secdev: include ti-paths.inc
  ti-sci-fw: use getVar() to check if TI_SECURE_DEV_PKG_K3 is defined

 recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb | 2 +-
 recipes-ti/secdev/ti-k3-secdev_git.bb  | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)