From b9ca1a2a5f1dd0a19d9acef95621e5ae902a8b4f Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Wed, 30 Mar 2016 16:45:16 +0200 Subject: initial commit Create layer Signed-off-by: Adrian Dudau --- COPYING.MIT | 17 ++++++++++++++++ README | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ conf/layer.conf | 13 ++++++++++++ 3 files changed, 92 insertions(+) create mode 100644 COPYING.MIT create mode 100644 README create mode 100644 conf/layer.conf diff --git a/COPYING.MIT b/COPYING.MIT new file mode 100644 index 0000000..89de354 --- /dev/null +++ b/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/README b/README new file mode 100644 index 0000000..1ed1782 --- /dev/null +++ b/README @@ -0,0 +1,62 @@ +meta-enea-networking +=================================================================== + +This layer is contains Enea customizations for the Networking profile. + +Dependencies +============ + +This layer depends on: + + URI: git://git.enea.com/linux/meta-enea-base + branch: master + revision: HEAD + + URI: git://git.yoctoproject.org/meta-fsl-ppc + branch: master + revision: HEAD + +Source code +=========== + +git://git.enea.com/linux/meta-enea-networking.git + + +Patches +======= + +Please submit any patches against the enea-networking layer to the +linux-maintainers mailing list: linux-maintainers@enea.com + +Maintainers: Enea Linux Team + + +Table +================= + + I. Adding the enea-networking layer to your build + II. Misc + + +I. Adding the enea-networking layer to your build +================================================= + +In order to use this layer, you need to make the build system aware of +it. + +Assuming the enea-networking layer exists at the top-level of your +yocto build tree, you can add it to the build system by adding the +location of the enea-networking layer to bblayers.conf, along with any +other layers needed. e.g.: + + + BBLAYERS ?= " \ + /path/to/yocto/meta \ + /path/to/yocto/meta-poky \ + /path/to/yocto/meta-enea-base \ + /path/to/yocto/meta-fsl-ppc \ + /path/to/yocto/meta-enea-networking \ + " + +II. Misc +======== diff --git a/conf/layer.conf b/conf/layer.conf new file mode 100644 index 0000000..080fea2 --- /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}/images/* \ + ${LAYERDIR}/packagegroups/* \ + ${LAYERDIR}/recipes-*/*/*.bbappend" + +BBFILE_COLLECTIONS += "enea-networking" +BBFILE_PATTERN_enea-networking = "^${LAYERDIR}/" +BBFILE_PRIORITY_enea-networking = "7" +LAYERDEPENDS_enea-networking = "enea-base fsl-ppc" -- cgit v1.2.3-54-g00ecf