summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-07-23 16:02:25 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2015-07-28 23:26:59 -0300
commit6a868a671472d454b407a165fc31c5f7dfe783c6 (patch)
tree7bd2ab13a04d14215264cc992501970cacfb20ef /conf/layer.conf
parent62e212fe4812a6c726df4ac8e77d4a77e0e54247 (diff)
downloadmeta-freescale-6a868a671472d454b407a165fc31c5f7dfe783c6.tar.gz
Move meta-fsl-ppc content to layer root
This commit is just a rename of all contents of meta-fsl-ppc subdirectory to this layer's root, merging the contents of common files, subsequent changes are based on top of that. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/layer.conf')
-rw-r--r--conf/layer.conf3
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"
9BBFILE_PATTERN_freescale-layer := "^${LAYERDIR}/" 9BBFILE_PATTERN_freescale-layer := "^${LAYERDIR}/"
10BBFILE_PRIORITY_freescale-layer = "5" 10BBFILE_PRIORITY_freescale-layer = "5"
11 11
12# Add the Freescale-specific licenses into the metadata
13LICENSE_PATH += "${LAYERDIR}/custom-licenses"
14
12FSL_EULA_FILE = "${LAYERDIR}/EULA" 15FSL_EULA_FILE = "${LAYERDIR}/EULA"
13 16
14FSL_MIRROR ?= "http://www.freescale.com/lgfiles/NMG/MAD/YOCTO/" 17FSL_MIRROR ?= "http://www.freescale.com/lgfiles/NMG/MAD/YOCTO/"