All of lore.kernel.org
 help / color / mirror / Atom feed
* [thud/master][PATCH 1/2] tidl-utils: fix LICENSE field
@ 2019-08-19 22:21 Denys Dmytriyenko
  2019-08-19 22:21 ` [thud/master][PATCH 2/2] layer.conf: list additional packages in SIGGEN_EXCLUDERECIPES_ABISAFE Denys Dmytriyenko
  0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2019-08-19 22:21 UTC (permalink / raw)
  To: meta-arago

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 meta-arago-extras/recipes-ti/tidl-utils/tidl-import_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-arago-extras/recipes-ti/tidl-utils/tidl-import_git.bb b/meta-arago-extras/recipes-ti/tidl-utils/tidl-import_git.bb
index b7c9d7a..ad1dad1 100644
--- a/meta-arago-extras/recipes-ti/tidl-utils/tidl-import_git.bb
+++ b/meta-arago-extras/recipes-ti/tidl-utils/tidl-import_git.bb
@@ -4,7 +4,7 @@ DESCRIPTION = "TIDL import tool is using protobuf to read and parse information
 
 require ./tidl-utils.inc
 
-LICENSE = "BSD-3"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://modules/ti_dl/inc/itidl_ti.h;beginline=1;endline=34;md5=cabe1fdaabfa0d85dc5544566b0e2425"
 
 S = "${WORKDIR}/git/src/importTool/"
-- 
2.7.4



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

* [thud/master][PATCH 2/2] layer.conf: list additional packages in SIGGEN_EXCLUDERECIPES_ABISAFE
  2019-08-19 22:21 [thud/master][PATCH 1/2] tidl-utils: fix LICENSE field Denys Dmytriyenko
@ 2019-08-19 22:21 ` Denys Dmytriyenko
  0 siblings, 0 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2019-08-19 22:21 UTC (permalink / raw)
  To: meta-arago

This helps with sstate re-use when MACHINE changes in the dependency tree.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 meta-arago-distro/conf/layer.conf | 1 +
 meta-arago-extras/conf/layer.conf | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/meta-arago-distro/conf/layer.conf b/meta-arago-distro/conf/layer.conf
index e75550e..6d72390 100644
--- a/meta-arago-distro/conf/layer.conf
+++ b/meta-arago-distro/conf/layer.conf
@@ -36,6 +36,7 @@ SIGGEN_EXCLUDERECIPES_ABISAFE += " \
     weston-conf \
     qtbase-conf \
     cryptodev-module \
+    opencv \
 "
 
 HOSTTOOLS_NONFATAL += "corkscrew getent"
diff --git a/meta-arago-extras/conf/layer.conf b/meta-arago-extras/conf/layer.conf
index c865aed..4ba4dd4 100644
--- a/meta-arago-extras/conf/layer.conf
+++ b/meta-arago-extras/conf/layer.conf
@@ -35,6 +35,7 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
     matrix-gui-armbenchmarks-demos->nbench-byte \
     matrix-gui-settings-demos->am-sysinfo \
     matrix-gui-machinevision-demos->point-cloud-viewer \
+    matrix-gui-video-analytics-demos->qt-opencv-opencl-opengl-multithreaded \
     matrix-lighttpd-config->lighttpd \
 "
 
@@ -42,4 +43,7 @@ SIGGEN_EXCLUDERECIPES_ABISAFE += " \
     ipsecmgr-mod \
     gstreamer1.0-plugins-bad \
     opencl \
+    linalg \
+    libarch \
+    ti-fftw \
 "
-- 
2.7.4



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

* [thud/master][PATCH 2/2] layer.conf: list additional packages in SIGGEN_EXCLUDERECIPES_ABISAFE
  2019-08-19 22:18 [thud/master][PATCH 1/2] conf/machine: update with new DTBs/DTBOs Denys Dmytriyenko
@ 2019-08-19 22:18 ` Denys Dmytriyenko
  0 siblings, 0 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2019-08-19 22:18 UTC (permalink / raw)
  To: meta-ti

This helps with sstate re-use when MACHINE changes in the dependency tree.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 conf/layer.conf | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/conf/layer.conf b/conf/layer.conf
index 824443d..cc19429 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -17,6 +17,10 @@ LAYERDEPENDS_meta-ti = "core"
 SIGGEN_EXCLUDERECIPES_ABISAFE += " \
     ti-sgx-ddk-km \
     ti-sgx-ddk-um \
+    ti-img-rogue-driver \
+    ti-img-rogue-umlibs \
+    ti-gc320-driver \
+    ti-gc320-libs \
     ti-ipc \
     ti-ipc-rtos \
     cmem-mod \
@@ -28,6 +32,10 @@ SIGGEN_EXCLUDERECIPES_ABISAFE += " \
     cppi-lld \
     qmss-lld \
     multiprocmgr \
+    openmp-rtos \
+    common-csl-ip \
+    libulm \
+    linux-ti-staging \
 "
 
 HOSTTOOLS_NONFATAL += "truncate xxd comm"
-- 
2.7.4



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

end of thread, other threads:[~2019-08-19 22:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-19 22:21 [thud/master][PATCH 1/2] tidl-utils: fix LICENSE field Denys Dmytriyenko
2019-08-19 22:21 ` [thud/master][PATCH 2/2] layer.conf: list additional packages in SIGGEN_EXCLUDERECIPES_ABISAFE Denys Dmytriyenko
  -- strict thread matches above, loose matches on Subject: below --
2019-08-19 22:18 [thud/master][PATCH 1/2] conf/machine: update with new DTBs/DTBOs Denys Dmytriyenko
2019-08-19 22:18 ` [thud/master][PATCH 2/2] layer.conf: list additional packages in SIGGEN_EXCLUDERECIPES_ABISAFE Denys Dmytriyenko

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.