All of lore.kernel.org
 help / color / mirror / Atom feed
* [tisdk-build-scripts][PATCH] distroless/poky: also define TI_SECURE_DEV_PKG variables for HS devices
@ 2020-10-08 23:46 Denys Dmytriyenko
  2020-10-09 12:04 ` Dan Murphy
  0 siblings, 1 reply; 5+ messages in thread
From: Denys Dmytriyenko @ 2020-10-08 23:46 UTC (permalink / raw)
  To: meta-arago

From: Denys Dmytriyenko <denys@ti.com>

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 configs/farm/distroless-dunfell.txt | 5 +++--
 configs/farm/distroless-master.txt  | 5 +++--
 configs/farm/poky-dunfell.txt       | 5 +++--
 configs/farm/poky-master.txt        | 5 +++--
 4 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/configs/farm/distroless-dunfell.txt b/configs/farm/distroless-dunfell.txt
index f60c654..93ce26b 100644
--- a/configs/farm/distroless-dunfell.txt
+++ b/configs/farm/distroless-dunfell.txt
@@ -39,8 +39,9 @@ TOOLCHAIN_ROOT_CORTEX=""
 TOOLCHAIN_ROOT_AARCH64=""
 
 # SECDEV variables for CAT and AUTO
-#TI_SECURE_DEV_PKG_CAT="/opt/secdev-cat"
-#TI_SECURE_DEV_PKG_AUTO="/opt/secdev-auto"
+TI_SECURE_DEV_PKG_CAT="/opt/secdev-cat"
+TI_SECURE_DEV_PKG_AUTO="/opt/secdev-auto"
+TI_SECURE_DEV_PKG_K3="/opt/secdev-k3"
 
 # This variable holds the unique ID for the build that will be used to
 # identify the build.
diff --git a/configs/farm/distroless-master.txt b/configs/farm/distroless-master.txt
index be00bf7..ac3e80f 100644
--- a/configs/farm/distroless-master.txt
+++ b/configs/farm/distroless-master.txt
@@ -39,8 +39,9 @@ TOOLCHAIN_ROOT_CORTEX=""
 TOOLCHAIN_ROOT_AARCH64=""
 
 # SECDEV variables for CAT and AUTO
-#TI_SECURE_DEV_PKG_CAT="/opt/secdev-cat"
-#TI_SECURE_DEV_PKG_AUTO="/opt/secdev-auto"
+TI_SECURE_DEV_PKG_CAT="/opt/secdev-cat"
+TI_SECURE_DEV_PKG_AUTO="/opt/secdev-auto"
+TI_SECURE_DEV_PKG_K3="/opt/secdev-k3"
 
 # This variable holds the unique ID for the build that will be used to
 # identify the build.
diff --git a/configs/farm/poky-dunfell.txt b/configs/farm/poky-dunfell.txt
index f09f8d2..4ee2ff9 100644
--- a/configs/farm/poky-dunfell.txt
+++ b/configs/farm/poky-dunfell.txt
@@ -39,8 +39,9 @@ TOOLCHAIN_ROOT_CORTEX=""
 TOOLCHAIN_ROOT_AARCH64=""
 
 # SECDEV variables for CAT and AUTO
-#TI_SECURE_DEV_PKG_CAT="/opt/secdev-cat"
-#TI_SECURE_DEV_PKG_AUTO="/opt/secdev-auto"
+TI_SECURE_DEV_PKG_CAT="/opt/secdev-cat"
+TI_SECURE_DEV_PKG_AUTO="/opt/secdev-auto"
+TI_SECURE_DEV_PKG_K3="/opt/secdev-k3"
 
 # This variable holds the unique ID for the build that will be used to
 # identify the build.
diff --git a/configs/farm/poky-master.txt b/configs/farm/poky-master.txt
index 760d567..0db3bab 100644
--- a/configs/farm/poky-master.txt
+++ b/configs/farm/poky-master.txt
@@ -39,8 +39,9 @@ TOOLCHAIN_ROOT_CORTEX=""
 TOOLCHAIN_ROOT_AARCH64=""
 
 # SECDEV variables for CAT and AUTO
-#TI_SECURE_DEV_PKG_CAT="/opt/secdev-cat"
-#TI_SECURE_DEV_PKG_AUTO="/opt/secdev-auto"
+TI_SECURE_DEV_PKG_CAT="/opt/secdev-cat"
+TI_SECURE_DEV_PKG_AUTO="/opt/secdev-auto"
+TI_SECURE_DEV_PKG_K3="/opt/secdev-k3"
 
 # This variable holds the unique ID for the build that will be used to
 # identify the build.
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-10-10 16:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-08 23:46 [tisdk-build-scripts][PATCH] distroless/poky: also define TI_SECURE_DEV_PKG variables for HS devices Denys Dmytriyenko
2020-10-09 12:04 ` Dan Murphy
2020-10-09 16:55   ` Denys Dmytriyenko
2020-10-09 19:56     ` Dan Murphy
2020-10-10 16:43       ` Dan Murphy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.