diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-28 14:49:16 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-28 14:49:20 +0000 |
| commit | 519f0a58df2aca5264cdc409533d2d4e3ecc154c (patch) | |
| tree | 458097284637608f6086888b2bf86761759b7584 | |
| parent | 81f4dd661c64f94a6993d61d24ca73303ec8d3ec (diff) | |
| download | poky-519f0a58df2aca5264cdc409533d2d4e3ecc154c.tar.gz | |
meta-hob: Drop as no longer needed
(From OE-Core rev: 124fe6ea256cc9962106f0d79271384dacabd700)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta-hob/COPYING.MIT | 17 | ||||
| -rw-r--r-- | meta-hob/conf/layer.conf | 15 |
2 files changed, 0 insertions, 32 deletions
diff --git a/meta-hob/COPYING.MIT b/meta-hob/COPYING.MIT deleted file mode 100644 index fb950dc69f..0000000000 --- a/meta-hob/COPYING.MIT +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 1 | Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| 2 | of this software and associated documentation files (the "Software"), to deal | ||
| 3 | in the Software without restriction, including without limitation the rights | ||
| 4 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| 5 | copies of the Software, and to permit persons to whom the Software is | ||
| 6 | furnished to do so, subject to the following conditions: | ||
| 7 | |||
| 8 | The above copyright notice and this permission notice shall be included in | ||
| 9 | all copies or substantial portions of the Software. | ||
| 10 | |||
| 11 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| 12 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| 13 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| 14 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| 15 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| 16 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
| 17 | THE SOFTWARE. | ||
diff --git a/meta-hob/conf/layer.conf b/meta-hob/conf/layer.conf deleted file mode 100644 index 1785e65dda..0000000000 --- a/meta-hob/conf/layer.conf +++ /dev/null | |||
| @@ -1,15 +0,0 @@ | |||
| 1 | # We have a conf and classes directory, add to BBPATH | ||
| 2 | BBPATH .= ":${LAYERDIR}" | ||
| 3 | |||
| 4 | # We have recipes-* directories, add to BBFILES | ||
| 5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb" | ||
| 6 | |||
| 7 | BBFILE_COLLECTIONS += "hob" | ||
| 8 | BBFILE_PATTERN_hob = "^${LAYERDIR}/" | ||
| 9 | BBFILE_PRIORITY_hob = "1" | ||
| 10 | |||
| 11 | # This should only be incremented on significant changes that will | ||
| 12 | # cause compatibility issues with other layers | ||
| 13 | LAYERVERSION_hob = "1" | ||
| 14 | |||
| 15 | LAYERDEPENDS_hob = "core" | ||
