summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-03-05 16:04:10 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2019-03-06 12:36:16 +0100
commitaf2deffa61768a72142fdba7563db18759f6bde6 (patch)
tree8b9bf1200f87c47f6042b78228d2336e09c933f3 /README
populate inital distro
Only adds a tdx-x11 distro. Additional flavours to follow. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'README')
-rw-r--r--README59
1 files changed, 59 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..cfad786
--- /dev/null
+++ b/README
@@ -0,0 +1,59 @@
+OpenEmbedded/Yocto DISTRO Layer for Toradex Modules
+===================================================
+
+This layer provides the distro configuration used to build the demo BSP images
+provided for ARM based Toradex computer on modules (COM).
+
+It follows the poky distro, but does switch to the systemd init system.
+
+For more information on available Toradex COMs please visit:
+
+https://www.toradex.com/computer-on-modules
+
+Dependencies
+============
+
+This layer depends on:
+
+ URI: git://git.openembedded.org/bitbake
+ branch: 1.40
+ revision: HEAD
+
+ URI: git://git.openembedded.org/openembedded-core
+ layers: meta
+ branch: thud
+ revision: HEAD
+
+ URI: git://git.yoctoproject.org/git/meta-yocto
+ layers: meta-poky
+ branch: thud
+ revision: HEAD
+
+Patches
+=======
+
+This layer is maintained by Toradex.
+
+When creating a patch of the last commit, use
+
+ git format-patch -s --subject-prefix='meta-toradex-distro][<branch>][PATCH' -1
+
+To send patches, use
+
+ git send-email --to yocto-patches@toradex.com <generated patch>
+
+
+Building
+========
+
+See the README in either meta-toradex-nxp or meta-toradex-tegra depending on
+your SoC.
+
+License
+=======
+
+All metadata is MIT licensed unless otherwise stated. Source code and
+binaries included in tree for individual recipes is under the LICENSE
+stated in each recipe (.bb file) unless otherwise stated.
+
+This README document is Copyright (C) 2019 Toradex AG.