diff options
| author | Andrei Gherzan <andrei@gherzan.ro> | 2013-02-10 00:11:08 +0200 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.ro> | 2013-03-13 19:42:39 +0200 |
| commit | db2b8af82877e245b05333365bfc652ca75c29ae (patch) | |
| tree | 1b2bf169612e1e54c8111ea69c990477e63a85f5 | |
| parent | 996990c98f73f22f3cae3d2c822d269b2922bce5 (diff) | |
| download | meta-raspberrypi-db2b8af82877e245b05333365bfc652ca75c29ae.tar.gz | |
layer.conf: Set LICENSE_PATH to layers's custom licenses directory
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
| -rw-r--r-- | conf/layer.conf | 4 |
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 \ | |||
| 8 | BBFILE_COLLECTIONS += "raspberrypi" | 8 | BBFILE_COLLECTIONS += "raspberrypi" |
| 9 | BBFILE_PATTERN_raspberrypi := "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_raspberrypi := "^${LAYERDIR}/" |
| 10 | BBFILE_PRIORITY_raspberrypi = "6" | 10 | BBFILE_PRIORITY_raspberrypi = "6" |
| 11 | |||
| 12 | # Additional license directories. | ||
| 13 | LICENSE_PATH += "${LAYERDIR}/files/custom-licenses" | ||
| 14 | |||
