diff --git a/layers/meta-belden-coreos-bsp/COPYING.MIT b/layers/meta-belden-coreos-bsp/COPYING.MIT new file mode 100644 index 0000000..fb950dc --- /dev/null +++ b/layers/meta-belden-coreos-bsp/COPYING.MIT @@ -0,0 +1,17 @@ +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/layers/meta-belden-coreos-bsp/README b/layers/meta-belden-coreos-bsp/README new file mode 100644 index 0000000..ec7e53c --- /dev/null +++ b/layers/meta-belden-coreos-bsp/README @@ -0,0 +1,41 @@ +This README file contains information on the contents of the meta-belden-bsp layer. + +Please see the corresponding sections below for details. + +Dependencies +============ + + URI: + branch: + + URI: + branch: + + . + . + . + +Patches +======= + +Please submit any patches against the meta-belden-bsp layer to the xxxx mailing list (xxxx@zzzz.org) +and cc: the maintainer: + +Maintainer: XXX YYYYYY + +Table of Contents +================= + + I. Adding the meta-belden-bsp layer to your build + II. Misc + + +I. Adding the meta-belden-bsp layer to your build +================================================= + +Run 'bitbake-layers add-layer meta-belden-bsp' + +II. Misc +======== + +--- replace with specific information about the meta-belden-bsp layer --- diff --git a/layers/meta-belden-coreos-bsp/conf/layer.conf b/layers/meta-belden-coreos-bsp/conf/layer.conf new file mode 100644 index 0000000..9d7fe1a --- /dev/null +++ b/layers/meta-belden-coreos-bsp/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-belden-coreos-bsp" +BBFILE_PATTERN_meta-belden-bsp = "^${LAYERDIR}/" +BBFILE_PRIORITY_meta-belden-bsp = "6" + +LAYERDEPENDS_meta-belden-bsp = "core meta-belden-coreos" +LAYERSERIES_COMPAT_meta-belden-bsp = "kirkstone" diff --git a/templates/bblayers.conf.sample b/templates/bblayers.conf.sample index ab16e37..9699cdc 100644 --- a/templates/bblayers.conf.sample +++ b/templates/bblayers.conf.sample @@ -8,5 +8,6 @@ BBFILES ?= "" BBLAYERS ?= " \ ##OEROOT##/meta \ ##COREOS_LAYERSDIR##/meta-belden-coreos \ + ##COREOS_LAYERSDIR##/meta-belden-coreos-bsp \ ##COREOS_LAYERSDIR##/meta-belden-marvell-bsp \ "