[oe-commits] Richard Purdie : meta-hob: Drop as no longer needed

git at git.openembedded.org git at git.openembedded.org
Fri Feb 28 17:56:35 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 124fe6ea256cc9962106f0d79271384dacabd700
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=124fe6ea256cc9962106f0d79271384dacabd700

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Fri Feb 28 14:49:16 2014 +0000

meta-hob: Drop as no longer needed

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta-hob/COPYING.MIT     | 17 -----------------
 meta-hob/conf/layer.conf | 15 ---------------
 2 files changed, 32 deletions(-)

diff --git a/meta-hob/COPYING.MIT b/meta-hob/COPYING.MIT
deleted file mode 100644
index fb950dc..0000000
--- a/meta-hob/COPYING.MIT
+++ /dev/null
@@ -1,17 +0,0 @@
-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/meta-hob/conf/layer.conf b/meta-hob/conf/layer.conf
deleted file mode 100644
index 1785e65..0000000
--- a/meta-hob/conf/layer.conf
+++ /dev/null
@@ -1,15 +0,0 @@
-# We have a conf and classes directory, add to BBPATH
-BBPATH .= ":${LAYERDIR}"
-
-# We have recipes-* directories, add to BBFILES
-BBFILES += "${LAYERDIR}/recipes-*/*/*.bb"
-
-BBFILE_COLLECTIONS += "hob"
-BBFILE_PATTERN_hob = "^${LAYERDIR}/"
-BBFILE_PRIORITY_hob = "1"
-
-# This should only be incremented on significant changes that will
-# cause compatibility issues with other layers
-LAYERVERSION_hob = "1"
-
-LAYERDEPENDS_hob = "core"



More information about the Openembedded-commits mailing list