From f5139920311118ae6117e82327a26166d04bcbf1 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Thu, 29 Dec 2022 23:51:11 -0500 Subject: [PATCH] Initial import --- README | 14 ++++++++++++++ conf/layer.conf | 18 ++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 README create mode 100644 conf/layer.conf 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" -- 2.20.1