Initial import
authorHugo Villeneuve <hugo@hugovil.com>
Fri, 30 Dec 2022 04:51:11 +0000 (23:51 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Fri, 30 Dec 2022 05:11:20 +0000 (00:11 -0500)
README [new file with mode: 0644]
conf/layer.conf [new file with mode: 0644]

diff --git a/README b/README
new file mode 100644 (file)
index 0000000..99ef4b4
--- /dev/null
+++ b/README
@@ -0,0 +1,14 @@
+meta-hvmpd, couche Yocto pour le projet HV MPD
+==============================================
+
+
+Maintainer
+==========
+
+Hugo Villeneuve <hugo@hugovil.com>
+
+
+Patches
+=======
+
+Voir section Maintainer
diff --git a/conf/layer.conf b/conf/layer.conf
new file mode 100644 (file)
index 0000000..1db3e66
--- /dev/null
@@ -0,0 +1,18 @@
+# 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 \
+            ${LAYERDIR}/meta-*/recipes-*/*/*.bb \
+            ${LAYERDIR}/meta-*/recipes-*/*/*.bbappend \
+"
+
+BBFILE_COLLECTIONS += "meta-hvmpd-distro"
+BBFILE_PATTERN_meta-hvmpd-distro := "^${LAYERDIR}/"
+
+# Pour s'assurer que notre priorité est plus élevée que celle des autres recettes
+BBFILE_PRIORITY_meta-hvmpd-distro = "11"
+
+LAYERDEPENDS_meta-hvmpd-distro = "core"
+LAYERSERIES_COMPAT_meta-hvmpd-distro = "kirkstone"