From 8c884a4ef504ad0fb6c0bdb3fe37392b7573c925 Mon Sep 17 00:00:00 2001 From: Josep Orga Date: Wed, 3 Feb 2021 12:21:34 +0100 Subject: [PATCH] meta-somdevices: Created meta-somdevices. Signed-off-by: Josep Orga --- README | 41 +++++++++++++++++++++++++++++++++++++++++ conf/layer.conf | 13 +++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 README create mode 100644 conf/layer.conf diff --git a/README b/README new file mode 100644 index 0000000..526746f --- /dev/null +++ b/README @@ -0,0 +1,41 @@ +This README file contains information on the contents of the meta-somdevices layer. + +Please see the corresponding sections below for details. + +Dependencies +============ + + URI: + branch: + + URI: + branch: + + . + . + . + +Patches +======= + +Please submit any patches against the meta-somdevices layer to the xxxx mailing list (xxxx@zzzz.org) +and cc: the maintainer: + +Maintainer: XXX YYYYYY + +Table of Contents +================= + + I. Adding the meta-somdevices layer to your build + II. Misc + + +I. Adding the meta-somdevices layer to your build +================================================= + +Run 'bitbake-layers add-layer meta-somdevices' + +II. Misc +======== + +--- replace with specific information about the meta-somdevices layer --- diff --git a/conf/layer.conf b/conf/layer.conf new file mode 100644 index 0000000..9a773da --- /dev/null +++ b/conf/layer.conf @@ -0,0 +1,13 @@ +# 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 += "meta-somdevices" +BBFILE_PATTERN_meta-somdevices = "^${LAYERDIR}/" +BBFILE_PRIORITY_meta-somdevices = "6" + +LAYERDEPENDS_meta-somdevices = "core" +LAYERSERIES_COMPAT_meta-somdevices = "warrior" -- 2.17.1