From 3a03ce4190fd23560c8efa9ea712f099f0a81b36 Mon Sep 17 00:00:00 2001 From: Brandon Shibley Date: Sat, 25 Feb 2017 09:18:13 -0800 Subject: trdx-extra.inc: allow license defines to be overridable (e.g. by local.conf) Signed-off-by: Brandon Shibley Acked-by: Max Krummenacher --- recipes-images/images/trdx-extra.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-images/images/trdx-extra.inc b/recipes-images/images/trdx-extra.inc index 96cc610..41536af 100644 --- a/recipes-images/images/trdx-extra.inc +++ b/recipes-images/images/trdx-extra.inc @@ -1,9 +1,9 @@ #additional packages to include in our Toradex images # Copy Licenses to image /usr/share/common-licenses, on vybrid for flash size reasons only the manifest -COPY_LIC_MANIFEST = "1" +COPY_LIC_MANIFEST ?= "1" #Bug with several MACHINES build, license files for all arch packages stored wrongly -COPY_LIC_DIRS = "0" +COPY_LIC_DIRS ?= "0" COPY_LIC_DIRS_colibri-vf = "0" #build some ipk which are needed together with CAN, but do not yet install them -- cgit v1.2.3