diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2013-07-13 14:48:17 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2013-09-22 11:09:16 +0200 |
commit | 5455bb1c9bd5fdefdac3c15c938c2279795edc33 (patch) | |
tree | 8bbfecf1a6291980001785c95a1b0d5965c696d0 /buildconf | |
parent | 784a7639905bb10df32946f2da42e586ef4bb447 (diff) |
local.conf template: add inclusion of license information
Diffstat (limited to 'buildconf')
-rw-r--r-- | buildconf/local.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/buildconf/local.conf b/buildconf/local.conf index 7696f97..c82844b 100644 --- a/buildconf/local.conf +++ b/buildconf/local.conf @@ -44,6 +44,12 @@ MACHINE ??= "qemux86" MACHINE ?= "colibri-t20" # +# Licenses +# +COPY_LIC_MANIFEST = "1" +COPY_LIC_DIRS = "1" + +# # Where to place downloads # # During a first build the system will download many different source code tarballs |