Add files

Add raylib files

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
Bensuperpc
2023-11-04 18:16:37 +01:00
parent 4b742bc7c1
commit 0cba40d5fa
5 changed files with 120 additions and 0 deletions

15
conf/layer.conf Executable file
View File

@@ -0,0 +1,15 @@
# 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-raylib"
BBFILE_PATTERN_meta-raylib = "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-raylib = "12"
LAYERDEPENDS_meta-raylib = "core"
LAYERSERIES_COMPAT_meta-raylib = "dunfell kirkstone scarthgap mickledore"
LAYERVERSION_meta-raylib = "1"
# LICENSE_PATH += "${LAYERDIR}/licenses"