diff options
| author | Mark Hatle <mark.hatle@kernel.crashing.org> | 2020-06-28 20:40:30 -0500 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@kernel.crashing.org> | 2020-08-14 11:56:32 -0500 |
| commit | 557ab11ff5be82548b5fd97e9c75b3e9b7524414 (patch) | |
| tree | 6818f78a17f08a03df2d3f32c17049d618703e30 /meta-microblaze/conf | |
| parent | 86146f2e5b25e5ac198f1ccef73fa39e5f870c72 (diff) | |
| download | meta-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.conf | 14 |
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 | ||
| 2 | BBPATH .= ":${LAYERDIR}" | ||
| 3 | |||
| 4 | # We have a packages directory, add to BBFILES | ||
| 5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb" | ||
| 6 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bbappend" | ||
| 7 | |||
| 8 | BBFILE_COLLECTIONS += "xilinx-microblaze" | ||
| 9 | BBFILE_PATTERN_xilinx-microblaze = "^${LAYERDIR}/" | ||
| 10 | BBFILE_PRIORITY_xilinx-microblaze = "5" | ||
| 11 | |||
| 12 | LAYERDEPENDS_xilinx-microblaze = "core" | ||
| 13 | |||
| 14 | LAYERSERIES_COMPAT_xilinx-microblaze = "dunfell gatesgarth" | ||
