summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2013-02-10 00:11:08 +0200
committerAndrei Gherzan <andrei@gherzan.ro>2013-03-13 19:42:39 +0200
commitdb2b8af82877e245b05333365bfc652ca75c29ae (patch)
tree1b2bf169612e1e54c8111ea69c990477e63a85f5 /conf/layer.conf
parent996990c98f73f22f3cae3d2c822d269b2922bce5 (diff)
downloadmeta-raspberrypi-db2b8af82877e245b05333365bfc652ca75c29ae.tar.gz
layer.conf: Set LICENSE_PATH to layers's custom licenses directory
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Diffstat (limited to 'conf/layer.conf')
-rw-r--r--conf/layer.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index e8b87b2..7bffd4b 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -8,3 +8,7 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb \
8BBFILE_COLLECTIONS += "raspberrypi" 8BBFILE_COLLECTIONS += "raspberrypi"
9BBFILE_PATTERN_raspberrypi := "^${LAYERDIR}/" 9BBFILE_PATTERN_raspberrypi := "^${LAYERDIR}/"
10BBFILE_PRIORITY_raspberrypi = "6" 10BBFILE_PRIORITY_raspberrypi = "6"
11
12# Additional license directories.
13LICENSE_PATH += "${LAYERDIR}/files/custom-licenses"
14