From db2b8af82877e245b05333365bfc652ca75c29ae Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Sun, 10 Feb 2013 00:11:08 +0200 Subject: [PATCH] layer.conf: Set LICENSE_PATH to layers's custom licenses directory Signed-off-by: Andrei Gherzan --- conf/layer.conf | 4 ++++ 1 file changed, 4 insertions(+) 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 \ BBFILE_COLLECTIONS += "raspberrypi" BBFILE_PATTERN_raspberrypi := "^${LAYERDIR}/" BBFILE_PRIORITY_raspberrypi = "6" + +# Additional license directories. +LICENSE_PATH += "${LAYERDIR}/files/custom-licenses" +