From a924cb5f808784002be62412a69d64448ecb682d Mon Sep 17 00:00:00 2001 From: Christophe Priouzeau Date: Mon, 4 Feb 2019 14:48:35 +0100 Subject: [PATCH] Add layer.conf Signed-off-by: Christophe Priouzeau --- conf/layer.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 conf/layer.conf diff --git a/conf/layer.conf b/conf/layer.conf new file mode 100644 index 0000000..4f84c27 --- /dev/null +++ b/conf/layer.conf @@ -0,0 +1,15 @@ +# We have a conf and classes directory, add to BBPATH +BBPATH .= ":${LAYERDIR}" + +# We have a recipes-* directories, add to BBFILES +BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ + ${LAYERDIR}/recipes-*/*/*.bbappend" + +BBFILE_COLLECTIONS += "stm-st-stm32mp" +BBFILE_PATTERN_stm-st-stm32mp := "^${LAYERDIR}/" +BBFILE_PRIORITY_stm-st-stm32mp = "6" + +# This should only be incremented on significant changes that will +# cause compatibility issues with other layers +LAYERVERSION_stm-st-stm32mp = "1" +LAYERSERIES_COMPAT_stm-st-stm32mp = "thud"