We are moving the meta-arago-test layer to meta-ti-test.  This is the
first commit that creates the layer directory structure.  Follow on
patches will import all of the various recipes.

Signed-off-by: Ryan Eatmon <[email protected]>
---
v2: No changes.

 {meta-beagle => meta-ti-test}/COPYING.MIT |  0
 meta-ti-test/README                       | 34 +++++++++++++++++++++++
 {meta-beagle => meta-ti-test}/SECURITY    |  0
 meta-ti-test/conf/layer.conf              | 32 +++++++++++++++++++++
 4 files changed, 66 insertions(+)
 copy {meta-beagle => meta-ti-test}/COPYING.MIT (100%)
 create mode 100644 meta-ti-test/README
 copy {meta-beagle => meta-ti-test}/SECURITY (100%)
 create mode 100644 meta-ti-test/conf/layer.conf

diff --git a/meta-beagle/COPYING.MIT b/meta-ti-test/COPYING.MIT
similarity index 100%
copy from meta-beagle/COPYING.MIT
copy to meta-ti-test/COPYING.MIT
diff --git a/meta-ti-test/README b/meta-ti-test/README
new file mode 100644
index 00000000..e3a41e79
--- /dev/null
+++ b/meta-ti-test/README
@@ -0,0 +1,34 @@
+meta-ti-test provides an additional packagegroup ti-test and some of the 
recipes that go into that group
+
+This layer works with the latest Yocto Project release (currently 2.2+) and 
tracks
+the stable/maintenance branches (currently "master") of the corresponding 
layers:
+
+URI: git://git.openembedded.org/openembedded-core
+branch: master
+revision: HEAD
+layers: meta
+
+URI: git://git.yoctoproject.org/meta-ti
+branch: master
+revision: HEAD
+layers: meta-ti-bsp, meta-ti-extras
+
+URI: git://git.yoctoproject.org/meta-arm
+branch: master
+revision: HEAD
+layers: meta-arm, meta-arm-toolchain
+
+URI: git://git.openembedded.org/meta-openembedded
+branch: master
+revision: HEAD
+layers: meta-oe, meta-networking, meta-python
+
+Send pull requests, patches, comments or questions to:
[email protected]
+
+Please note - meta-ti mailing list requires subscription for posting:
+https://lists.yoctoproject.org/g/meta-ti
+
+Layer maintainers:
+Ryan Eatmon <[email protected]>
+Denys Dmytriyenko <[email protected]>
diff --git a/meta-beagle/SECURITY b/meta-ti-test/SECURITY
similarity index 100%
copy from meta-beagle/SECURITY
copy to meta-ti-test/SECURITY
diff --git a/meta-ti-test/conf/layer.conf b/meta-ti-test/conf/layer.conf
new file mode 100644
index 00000000..1997f0b4
--- /dev/null
+++ b/meta-ti-test/conf/layer.conf
@@ -0,0 +1,32 @@
+# We have a conf and classes directory, append to BBPATH
+BBPATH .= ":${LAYERDIR}"
+
+# We have a recipes directory, add to BBFILES
+BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
+
+BBFILE_COLLECTIONS += "meta-ti-test"
+BBFILE_PATTERN_meta-ti-test := "^${LAYERDIR}/"
+BBFILE_PRIORITY_meta-ti-test = "10"
+
+LAYERSERIES_COMPAT_meta-ti-test = "whinlatter wrynose"
+
+# Set a variable to get to the top of the metadata location
+TITESTBASE := '${@os.path.normpath("${LAYERDIR}/")}'
+
+LICENSE_PATH += "${LAYERDIR}/licenses"
+
+LAYERDEPENDS_meta-ti-test = " \
+    core \
+    openembedded-layer \
+    networking-layer \
+    filesystems-layer \
+    meta-python \
+"
+
+BBFILES_DYNAMIC += " \
+"
+
+# Codecs in ffmpeg with questionable patent status are not included by
+# default.  As this entire layer is purely optional for testing purposes only
+# and not meant to be shipped, add support for the ffmpeg commercial license.
+LICENSE_FLAGS_ACCEPTED:append:ti-soc = " commercial_ffmpeg"
-- 
2.43.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#19899): 
https://lists.yoctoproject.org/g/meta-ti/message/19899
Mute This Topic: https://lists.yoctoproject.org/mt/119066327/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to