From 0d5159bb72d96c293767fbd5245f8038d798ae4e Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Fri, 11 Jul 2014 23:13:03 +0200 Subject: image: change logic in manifest deployment --- recipes/images/trdx-extra.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'recipes') 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" -- cgit v1.2.3