diff options
Diffstat (limited to 'conf/layer.conf')
-rw-r--r-- | conf/layer.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 0899deb3..1d467fdb 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
@@ -9,6 +9,9 @@ BBFILE_COLLECTIONS += "freescale-layer" | |||
9 | BBFILE_PATTERN_freescale-layer := "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_freescale-layer := "^${LAYERDIR}/" |
10 | BBFILE_PRIORITY_freescale-layer = "5" | 10 | BBFILE_PRIORITY_freescale-layer = "5" |
11 | 11 | ||
12 | # Add the Freescale-specific licenses into the metadata | ||
13 | LICENSE_PATH += "${LAYERDIR}/custom-licenses" | ||
14 | |||
12 | FSL_EULA_FILE = "${LAYERDIR}/EULA" | 15 | FSL_EULA_FILE = "${LAYERDIR}/EULA" |
13 | 16 | ||
14 | FSL_MIRROR ?= "http://www.freescale.com/lgfiles/NMG/MAD/YOCTO/" | 17 | FSL_MIRROR ?= "http://www.freescale.com/lgfiles/NMG/MAD/YOCTO/" |