summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2014-07-11 23:13:03 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2014-08-04 11:12:26 +0200
commit3182f91d48f0ef651e2d2961fb7d763ab9e1b106 (patch)
treee8823f0d7c12d69160dde8a107674d057ef5a5c1
parentcd21f85e0ba8366e45f73a72ed6daee7b0830942 (diff)
image: change logic in manifest deployment
-rw-r--r--recipes/images/trdx-extra.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/images/trdx-extra.inc b/recipes/images/trdx-extra.inc
index 42f5771..1bee3a3 100644
--- a/recipes/images/trdx-extra.inc
+++ b/recipes/images/trdx-extra.inc
@@ -1,8 +1,9 @@
#additional packages to include in our Toradex images
-# Copy Licenses to image /usr/share/common-licenses, on tegra with individual licenses
+# Copy Licenses to image /usr/share/common-licenses, on vybrid for flash size reasons only the manifest
COPY_LIC_MANIFEST = "1"
-COPY_LIC_DIRS_tegra = "1"
+COPY_LIC_DIRS = "1"
+COPY_LIC_DIRS_colibri-vf = "0"
#build some ipk which are needed together with CAN, but do not yet install them
DEPENDS += "canutils libsocketcan iproute2"