aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--COPYING.MIT17
-rw-r--r--MAINTAINERS31
-rw-r--r--README34
3 files changed, 82 insertions, 0 deletions
diff --git a/COPYING.MIT b/COPYING.MIT
new file mode 100644
index 0000000..fb950dc
--- /dev/null
+++ b/COPYING.MIT
@@ -0,0 +1,17 @@
+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/MAINTAINERS b/MAINTAINERS
new file mode 100644
index 0000000..6e31e79
--- /dev/null
+++ b/MAINTAINERS
@@ -0,0 +1,31 @@
+This file contains a list of maintainers for the meta-realtime layer.
+
+Please submit any patches against meta-realtime to the linux yocto
+development mailing list (linux-yocto@yoctoproject.org) with
+'[meta-realtime]' in the subject.
+
+When sending single patches, please use something like:
+
+ git send-email -1 \
+ --to linux-yocto@yoctoproject.org \
+ --subject-prefix=meta-realtime][PATCH
+
+You may also contact the maintainers directly.
+
+Descriptions of section entries:
+
+ M: Mail patches to: FullName <address@domain>
+ F: Files and directories with wildcard patterns.
+ A trailing slash includes all files and subdirectory files.
+ F: recipes-kernel/ all files in and below recipes-kernel
+ F: recipes-devtools/* all files in recipes-devtools, but not below
+ One pattern per line. Multiple F: lines acceptable.
+
+Please keep this list in alphabetical order.
+
+Maintainers List (try to look for most precise areas first)
+
+COMMON
+M: Bruce Ashfield <bruce.ashfield@windriver.com>
+F: conf
+F: recipes-*
diff --git a/README b/README
new file mode 100644
index 0000000..4fbc118
--- /dev/null
+++ b/README
@@ -0,0 +1,34 @@
+meta-realtime
+=============
+
+This layer is intended to be a central point for realtime related kernel and
+system development. It also contains utilities, and configuration useful for
+tuning a realtime system. It should be useful directly on top of oe-core. It
+should be primarily useful to the following groups:
+
+ - Anyone working on Linux kernel realtime development (preempt-rt,
+ sched_dealine, posix realtime).
+
+ - Anyone experimenting with alternative pairing of general purpose
+ OSs and realtime OS divisions. Whether that be AMP, userspace RTOS
+ or realtime hypervisors.
+
+ - Anyone working on cpu isolation, system partitioning and related userspace
+ applications.
+
+ - Anyone benchmarking and performance profiling a Linux system.
+
+Dependencies
+------------
+
+This layer depends on:
+
+URI: git://git.openembedded.org/openembedded-core
+branch: master
+revision: HEAD
+
+Maintenance
+-----------
+
+Please see the MAINTAINERS file for information on contacting the
+maintainers of this layer, as well as instructions for submitting patches.