diff options
author | 2020-04-21 20:29:16 +0200 | |
---|---|---|
committer | 2020-04-21 20:29:16 +0200 | |
commit | a12a235e206e091a6bfdee261ca142b70d683b34 (patch) | |
tree | 866360c8e158bd56cfbbd7fcbaac32912a4aa6ab /meta-elisa/conf | |
parent | 33ecec083876b8fc1484f36bdf5938b26bfb5799 (diff) |
RFC/WIP: Add edac-inject-modulesandbox/jsmoeller/edac
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: Ice3c4f9e6ce1d0b6b30fd4d21546fc5aec99ac06
Diffstat (limited to 'meta-elisa/conf')
-rw-r--r-- | meta-elisa/conf/layer.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-elisa/conf/layer.conf b/meta-elisa/conf/layer.conf new file mode 100644 index 00000000..564a29ba --- /dev/null +++ b/meta-elisa/conf/layer.conf @@ -0,0 +1,12 @@ +# We have a conf and classes directory, add to BBPATH +BBPATH .= ":${LAYERDIR}" + +# We have recipes-* directories, add to BBFILES +BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ + ${LAYERDIR}/recipes-*/*/*.bbappend" + +BBFILE_COLLECTIONS += "meta-elisa" +BBFILE_PATTERN_meta-elisa = "^${LAYERDIR}/" +BBFILE_PRIORITY_meta-elisa = "6" + +LAYERSERIES_COMPAT_meta-elisa = "zeus dunfell" |