From: Denys Dmytriyenko <[email protected]> Signed-off-by: Denys Dmytriyenko <[email protected]> --- 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 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
