--- /dev/null
+meta-hvmpd, couche Yocto pour le projet HV MPD
+==============================================
+
+
+Maintainer
+==========
+
+Hugo Villeneuve <hugo@hugovil.com>
+
+
+Patches
+=======
+
+Voir section Maintainer
--- /dev/null
+# 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"