aboutsummaryrefslogtreecommitdiffstats
path: root/meta-v1000
diff options
context:
space:
mode:
Diffstat (limited to 'meta-v1000')
-rw-r--r--meta-v1000/.gitignore0
-rw-r--r--meta-v1000/COPYING.MIT17
-rw-r--r--meta-v1000/README.md16
-rw-r--r--meta-v1000/conf/layer.conf13
4 files changed, 0 insertions, 46 deletions
diff --git a/meta-v1000/.gitignore b/meta-v1000/.gitignore
deleted file mode 100644
index e69de29b..00000000
--- a/meta-v1000/.gitignore
+++ /dev/null
diff --git a/meta-v1000/COPYING.MIT b/meta-v1000/COPYING.MIT
deleted file mode 100644
index 89de3547..00000000
--- a/meta-v1000/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-v1000/README.md b/meta-v1000/README.md
deleted file mode 100644
index 33623a92..00000000
--- a/meta-v1000/README.md
+++ /dev/null
@@ -1,16 +0,0 @@
-# meta-amd/meta-v1000
-
-This is the location for AMD V1000 BSP.
-
-Please see the README file contained in the root meta-amd directory
-for general information and usage details.
-
-## Dependencies
-
-This layer depends on:
-
-[bitbake](https://github.com/openembedded/bitbake) layer,
-[oe-core](https://github.com/openembedded/openembedded-core) layer,
-[meta-oe](https://github.com/openembedded/meta-openembedded) layer,
-[meta-python](https://github.com/openembedded/meta-openembedded/meta-python) layer,
-meta-amd/common layer
diff --git a/meta-v1000/conf/layer.conf b/meta-v1000/conf/layer.conf
deleted file mode 100644
index c56e2dc9..00000000
--- a/meta-v1000/conf/layer.conf
+++ /dev/null
@@ -1,13 +0,0 @@
-# We have a conf and classes directory, add to BBPATH
-BBPATH .= ":${LAYERDIR}"
-
-# We have a recipes-* directories, add to BBFILES
-BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
- ${LAYERDIR}/recipes-*/*/*.bbappend"
-
-BBFILE_COLLECTIONS += "v1000"
-BBFILE_PATTERN_v1000 = "^${LAYERDIR}/"
-BBFILE_PRIORITY_v1000 = "14"
-LAYERSERIES_COMPAT_v1000 = "warrior"
-
-LAYERDEPENDS_v1000 = "amd-bsp openembedded-layer meta-python"