aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-e3000/COPYING.MIT17
-rw-r--r--meta-e3000/README.md14
-rw-r--r--meta-e3000/conf/layer.conf13
-rw-r--r--meta-r1000/COPYING.MIT17
-rw-r--r--meta-r1000/README.md16
-rw-r--r--meta-r1000/conf/layer.conf13
-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
10 files changed, 0 insertions, 136 deletions
diff --git a/meta-e3000/COPYING.MIT b/meta-e3000/COPYING.MIT
deleted file mode 100644
index 89de3547..00000000
--- a/meta-e3000/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-e3000/README.md b/meta-e3000/README.md
deleted file mode 100644
index 859250b1..00000000
--- a/meta-e3000/README.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# meta-amd/meta-e3000
-
-This is the location for AMD E3000 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-amd/common layer
diff --git a/meta-e3000/conf/layer.conf b/meta-e3000/conf/layer.conf
deleted file mode 100644
index 6700dd9d..00000000
--- a/meta-e3000/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 += "e3000"
-BBFILE_PATTERN_e3000 = "^${LAYERDIR}/"
-BBFILE_PRIORITY_e3000 = "14"
-LAYERSERIES_COMPAT_e3000 = "warrior"
-
-LAYERDEPENDS_e3000 = "amd-bsp"
diff --git a/meta-r1000/COPYING.MIT b/meta-r1000/COPYING.MIT
deleted file mode 100644
index 89de3547..00000000
--- a/meta-r1000/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-r1000/README.md b/meta-r1000/README.md
deleted file mode 100644
index 1b84a912..00000000
--- a/meta-r1000/README.md
+++ /dev/null
@@ -1,16 +0,0 @@
-# meta-amd/meta-r1000
-
-This is the location for AMD R1000 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-r1000/conf/layer.conf b/meta-r1000/conf/layer.conf
deleted file mode 100644
index 2563f0b4..00000000
--- a/meta-r1000/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 += "r1000"
-BBFILE_PATTERN_r1000 = "^${LAYERDIR}/"
-BBFILE_PRIORITY_r1000 = "14"
-LAYERSERIES_COMPAT_r1000 = "warrior"
-
-LAYERDEPENDS_r1000 = "amd-bsp openembedded-layer meta-python"
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"