From: Hugo Villeneuve Date: Fri, 30 Dec 2022 04:51:11 +0000 (-0500) Subject: Initial import X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=f5139920311118ae6117e82327a26166d04bcbf1;p=yocto%2Fmeta-hvmpd.git Initial import --- f5139920311118ae6117e82327a26166d04bcbf1 diff --git a/README b/README new file mode 100644 index 0000000..99ef4b4 --- /dev/null +++ b/README @@ -0,0 +1,14 @@ +meta-hvmpd, couche Yocto pour le projet HV MPD +============================================== + + +Maintainer +========== + +Hugo Villeneuve + + +Patches +======= + +Voir section Maintainer diff --git a/conf/layer.conf b/conf/layer.conf new file mode 100644 index 0000000..1db3e66 --- /dev/null +++ b/conf/layer.conf @@ -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"