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

* Re: [tisdk-build-scripts][PATCH] distroless/poky: also define TI_SECURE_DEV_PKG variables for HS devices
  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
  0 siblings, 1 reply; 5+ messages in thread
From: Dan Murphy @ 2020-10-09 12:04 UTC (permalink / raw)
  To: Denys Dmytriyenko, meta-arago

Denys

On 10/8/20 6:46 PM, Denys Dmytriyenko wrote:
> From: Denys Dmytriyenko <denys@ti.com>

This fails to apply to dunfell-next.

Dan




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

* Re: [tisdk-build-scripts][PATCH] distroless/poky: also define TI_SECURE_DEV_PKG variables for HS devices
  2020-10-09 12:04 ` Dan Murphy
@ 2020-10-09 16:55   ` Denys Dmytriyenko
  2020-10-09 19:56     ` Dan Murphy
  0 siblings, 1 reply; 5+ messages in thread
From: Denys Dmytriyenko @ 2020-10-09 16:55 UTC (permalink / raw)
  To: Dan Murphy; +Cc: meta-arago

On Fri, Oct 09, 2020 at 07:04:02AM -0500, Dan Murphy wrote:
> Denys
> 
> On 10/8/20 6:46 PM, Denys Dmytriyenko wrote:
> >From: Denys Dmytriyenko <denys@ti.com>
> 
> This fails to apply to dunfell-next.

It is meant for tisdk-build-scripts per subject prefix.

Denys


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

* Re: [tisdk-build-scripts][PATCH] distroless/poky: also define TI_SECURE_DEV_PKG variables for HS devices
  2020-10-09 16:55   ` Denys Dmytriyenko
@ 2020-10-09 19:56     ` Dan Murphy
  2020-10-10 16:43       ` Dan Murphy
  0 siblings, 1 reply; 5+ messages in thread
From: Dan Murphy @ 2020-10-09 19:56 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: meta-arago

Denys

On 10/9/20 11:55 AM, Denys Dmytriyenko wrote:
> On Fri, Oct 09, 2020 at 07:04:02AM -0500, Dan Murphy wrote:
>> Denys
>>
>> On 10/8/20 6:46 PM, Denys Dmytriyenko wrote:
>>> From: Denys Dmytriyenko <denys@ti.com>
>> This fails to apply to dunfell-next.
> It is meant for tisdk-build-scripts per subject prefix.

Thank you this if fine now. I will give it till Monday for comments

Dan




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

* Re: [tisdk-build-scripts][PATCH] distroless/poky: also define TI_SECURE_DEV_PKG variables for HS devices
  2020-10-09 19:56     ` Dan Murphy
@ 2020-10-10 16:43       ` Dan Murphy
  0 siblings, 0 replies; 5+ messages in thread
From: Dan Murphy @ 2020-10-10 16:43 UTC (permalink / raw)
  To: meta-arago

Denys

On 10/9/20 2:56 PM, Dan Murphy wrote:
> Denys
>
> On 10/9/20 11:55 AM, Denys Dmytriyenko wrote:
>> On Fri, Oct 09, 2020 at 07:04:02AM -0500, Dan Murphy wrote:
>>> Denys
>>>
>>> On 10/8/20 6:46 PM, Denys Dmytriyenko wrote:
>>>> From: Denys Dmytriyenko <denys@ti.com>
>>> This fails to apply to dunfell-next.
>> It is meant for tisdk-build-scripts per subject prefix.
>
> Thank you this if fine now. I will give it till Monday for comments
>
Applied

Dan



^ permalink raw reply	[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.