summaryrefslogtreecommitdiffstats
path: root/meta-microblaze/conf
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@kernel.crashing.org>2020-06-28 20:40:30 -0500
committerMark Hatle <mark.hatle@kernel.crashing.org>2020-08-14 11:56:32 -0500
commit557ab11ff5be82548b5fd97e9c75b3e9b7524414 (patch)
tree6818f78a17f08a03df2d3f32c17049d618703e30 /meta-microblaze/conf
parent86146f2e5b25e5ac198f1ccef73fa39e5f870c72 (diff)
downloadmeta-xilinx-557ab11ff5be82548b5fd97e9c75b3e9b7524414.tar.gz
Move microblaze specific items to new meta-microblaze layer
Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
Diffstat (limited to 'meta-microblaze/conf')
-rw-r--r--meta-microblaze/conf/layer.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-microblaze/conf/layer.conf b/meta-microblaze/conf/layer.conf
new file mode 100644
index 00000000..e4e4d907
--- /dev/null
+++ b/meta-microblaze/conf/layer.conf
@@ -0,0 +1,14 @@
1# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have a packages directory, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb"
6BBFILES += "${LAYERDIR}/recipes-*/*/*.bbappend"
7
8BBFILE_COLLECTIONS += "xilinx-microblaze"
9BBFILE_PATTERN_xilinx-microblaze = "^${LAYERDIR}/"
10BBFILE_PRIORITY_xilinx-microblaze = "5"
11
12LAYERDEPENDS_xilinx-microblaze = "core"
13
14LAYERSERIES_COMPAT_xilinx-microblaze = "dunfell gatesgarth"