From ef2307412f38a174f511852bedcbe9974e68674d Mon Sep 17 00:00:00 2001 From: Supreeth Venkatesh Date: Wed, 27 May 2020 15:06:10 -0500 Subject: meta: Add meta-amd layer. This patch adds meta-amd layer to support AMD's customer reference platforms. Change-Id: Id807619e207f007c81690f6ef75368ef36858df9 Signed-off-by: Supreeth Venkatesh Signed-off-by: Brad Bishop --- meta-amd/conf/layer.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta-amd/conf/layer.conf (limited to 'meta-amd/conf') diff --git a/meta-amd/conf/layer.conf b/meta-amd/conf/layer.conf new file mode 100644 index 000000000..6114855a6 --- /dev/null +++ b/meta-amd/conf/layer.conf @@ -0,0 +1,10 @@ +# 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" + +BBFILE_COLLECTIONS += "amd-layer" +BBFILE_PATTERN_amd-layer = "^${LAYERDIR}/" +LAYERSERIES_COMPAT_amd-layer = "warrior zeus dunfell" -- cgit v1.2.3