initial commit
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
9
README
Normal file
9
README
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
OE layer for all in midlife crisis
|
||||||
|
|
||||||
|
This layer depends on:
|
||||||
|
|
||||||
|
URI: git://git.openembedded.org/openembedded-core
|
||||||
|
branch: master
|
||||||
|
revision: HEAD
|
||||||
|
|
||||||
|
Layer maintainer: Andreas Müller <schnitzeltony@googlemail.com>
|
||||||
9
conf/layer.conf
Normal file
9
conf/layer.conf
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
# We have a conf directory, append to BBPATH
|
||||||
|
BBPATH .= ":${LAYERDIR}"
|
||||||
|
|
||||||
|
# We have a recipes directory, add to BBFILES
|
||||||
|
BBFILES += "${LAYERDIR}/recipes*/*/*.bb"
|
||||||
|
|
||||||
|
BBFILE_COLLECTIONS += "meta-retro"
|
||||||
|
BBFILE_PATTERN_meta-retro := "^${LAYERDIR}/"
|
||||||
|
BBFILE_PRIORITY_meta-retro = "10"
|
||||||
Reference in New Issue
Block a user