mirror of
git://git.yoctoproject.org/meta-raspberrypi
synced 2026-08-20 07:32:28 +00:00
layer.conf: Set LICENSE_PATH to layers's custom licenses directory
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
This commit is contained in:
parent
996990c98f
commit
db2b8af828
@ -8,3 +8,7 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb \
|
|||||||
BBFILE_COLLECTIONS += "raspberrypi"
|
BBFILE_COLLECTIONS += "raspberrypi"
|
||||||
BBFILE_PATTERN_raspberrypi := "^${LAYERDIR}/"
|
BBFILE_PATTERN_raspberrypi := "^${LAYERDIR}/"
|
||||||
BBFILE_PRIORITY_raspberrypi = "6"
|
BBFILE_PRIORITY_raspberrypi = "6"
|
||||||
|
|
||||||
|
# Additional license directories.
|
||||||
|
LICENSE_PATH += "${LAYERDIR}/files/custom-licenses"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user