diff --git a/README b/README new file mode 100644 index 0000000..7a3fe84 --- /dev/null +++ b/README @@ -0,0 +1,4 @@ +meta-games +========== + +Open Source games layer for OpenEmbedded. diff --git a/README.md b/README.md deleted file mode 100644 index b3cf5f9..0000000 --- a/README.md +++ /dev/null @@ -1,2 +0,0 @@ -meta-games -========== \ No newline at end of file diff --git a/conf/layer.conf b/conf/layer.conf new file mode 100644 index 0000000..a1b6ad3 --- /dev/null +++ b/conf/layer.conf @@ -0,0 +1,9 @@ +# We have a conf and classes directory, append to BBPATH +BBPATH .= ":${LAYERDIR}" + +# We have a recipes directory, add to BBFILES +BBFILES += "${LAYERDIR}/recipes/*/*.bb ${LAYERDIR}/recipes/*/*.bbappend" + +BBFILE_COLLECTIONS += "games-layer" +BBFILE_PATTERN_games-layer := "^${LAYERDIR}/" +BBFILE_PRIORITY_games-layer = "15"