summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2012-06-11 20:04:16 -0400
committerDenys Dmytriyenko <denys@ti.com>2012-06-11 20:04:16 -0400
commita1e2573369c6714956af561523ba274aa9c185f7 (patch)
tree17893da9e0d9879cd35dd7849be01a3b555859a9
parent897596f437af47cb376ddcfb39518f6cb37a7684 (diff)
downloadmeta-ti-a1e2573369c6714956af561523ba274aa9c185f7.tar.gz
extras: create an empty (sub-)layer for extra or best-effort stuff
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--extras/COPYING.MIT17
-rw-r--r--extras/README17
-rw-r--r--extras/conf/layer.conf9
3 files changed, 43 insertions, 0 deletions
diff --git a/extras/COPYING.MIT b/extras/COPYING.MIT
new file mode 100644
index 00000000..fb950dc6
--- /dev/null
+++ b/extras/COPYING.MIT
@@ -0,0 +1,17 @@
1Permission is hereby granted, free of charge, to any person obtaining a copy
2of this software and associated documentation files (the "Software"), to deal
3in the Software without restriction, including without limitation the rights
4to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5copies of the Software, and to permit persons to whom the Software is
6furnished to do so, subject to the following conditions:
7
8The above copyright notice and this permission notice shall be included in
9all copies or substantial portions of the Software.
10
11THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
12IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
13FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
14AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
15LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
16OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
17THE SOFTWARE.
diff --git a/extras/README b/extras/README
new file mode 100644
index 00000000..bf70b505
--- /dev/null
+++ b/extras/README
@@ -0,0 +1,17 @@
1An "extras" (AKA best-effort) layer for meta-ti
2
3This layer depends on:
4
5URI: git://git.openembedded.org/openembedded-core
6layers: meta
7branch: master
8
9URI: git://git.yoctoproject.org/meta-ti
10layers: meta
11branch: master
12
13
14Send pull requests, patches, comments or questions to meta-ti@yoctoproject.org
15
16Maintainers: Denys Dmytriyenko <denys@ti.com>
17 Koen Kooi <koen@dominion.thruhere.net>
diff --git a/extras/conf/layer.conf b/extras/conf/layer.conf
new file mode 100644
index 00000000..8c2d5677
--- /dev/null
+++ b/extras/conf/layer.conf
@@ -0,0 +1,9 @@
1# We have a conf and classes directory, append to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have a recipes directory, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
6
7BBFILE_COLLECTIONS += "meta-ti-extras"
8BBFILE_PATTERN_meta-ti := "^${LAYERDIR}/"
9BBFILE_PRIORITY_meta-ti = "10"