summaryrefslogtreecommitdiffstats
path: root/meta-bigendian/conf
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-10-08 22:46:13 +0200
committerTudor Florea <tudor.florea@enea.com>2015-10-08 22:46:13 +0200
commit8d89651ef729e560ad96dcfc002fcde6ff7f923b (patch)
treeeb5be01c25f735d12fe9881ee6327c9b7e8bbe39 /meta-bigendian/conf
downloadmeta-linaro-8d89651ef729e560ad96dcfc002fcde6ff7f923b.tar.gz
initial commit for Enea Linux 5.0 armdizzy-enea
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-bigendian/conf')
-rw-r--r--meta-bigendian/conf/layer.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-bigendian/conf/layer.conf b/meta-bigendian/conf/layer.conf
new file mode 100644
index 0000000..f374010
--- /dev/null
+++ b/meta-bigendian/conf/layer.conf
@@ -0,0 +1,9 @@
1# We have a conf and classes directory, append to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have a recipes directory, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
6
7BBFILE_COLLECTIONS += "bigendian"
8BBFILE_PATTERN_bigendian := "^${LAYERDIR}/"
9BBFILE_PRIORITY_bigendian = "20"