summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--COPYING.MIT17
-rw-r--r--README123
2 files changed, 81 insertions, 59 deletions
diff --git a/COPYING.MIT b/COPYING.MIT
new file mode 100644
index 0000000..89de354
--- /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/README b/README
index 641a15f..cfb6757 100644
--- a/README
+++ b/README
@@ -1,77 +1,62 @@
-OpenEmbedded/Yocto BSP layer for Toradex modules
-================================================
+OpenEmbedded/Yocto Software Layer for Toradex Demo Images
+=========================================================
-This layer provides support for the ARM based Toradex COMs
-featuring NVIDIA Tegra, Freescale Vybrid and Freescale i.MX6 SOCs.
+This layer provides recipes used for demo images targeting ARM based Toradex
+computer on modules (COM) featuring NVIDIA Tegra, NXP Vybrid and NXP i.MX SoCs.
For more information on available Toradex COMs please visit:
https://www.toradex.com/computer-on-modules
-This layer is a BSP and image layer, containing machines for Toradex
-modules, Toradex specific user space applications and customised
-Ångström/LXDE based images.
-For information on how to use the modules with Linux and instructions
-on how to build the angstrom based demo images please visit:
-http://developer.toradex.com/software-resources/arm-family/linux/board-support-package
+Dependencies
+============
-For support, visit the Toradex Developer Community:
-https://www.toradex.com/community
-
-Note: It is planned to split this layer. A BSP layer for the Tegra
-based COMs, the recipes related to Freescale based COMs moved to
-meta-fsl-arm-extra and a layer for the demo images.
-
-
-This layer depends on:
-
-URI: https://git.linaro.org/openembedded/meta-linaro.git
-meta-linaro/meta-linaro-toolchain
-branch: fido
-revision: HEAD
-
-URI: git://git.openembedded.org/openembedded-core
-openembedded/meta
-branch: fido
-revision: HEAD
+This layer depends on the relevant BSP layers for your machine and:
-URI: git://git.openembedded.org/meta-openembedded
-meta-openembedded/meta-gnome
-meta-openembedded/meta-oe
-branch: fido
-revision: HEAD
+ URI: git://git.openembedded.org/bitbake
+ branch: 1.28
+ revision: HEAD
-URI: git://git.toradex.com/meta-lxde.git
-branch: fido
-revision: HEAD
+ URI: git://git.openembedded.org/openembedded-core
+ layer: meta
+ branch: jethro
+ revision: HEAD
-URI: https://github.com/angstrom-distribution/meta-angstrom.git
-branch: angstrom-v2015.06-yocto1.8
-revision: HEAD
+ URI: git://git.openembedded.org/meta-openembedded
+ layers:
+ meta-gnome
+ meta-multimedia
+ meta-networking
+ meta-oe
+ branch: jethro
+ revision: HEAD
-URI: git://git.yoctoproject.org/meta-fsl-arm
-branch: fido
-revision: HEAD
+ URI: https://github.com/angstrom-distribution/meta-angstrom.git
+ branch: angstrom-v2015.12-yocto2.0
+ revision: HEAD
-URI: https://github.com/Freescale/meta-fsl-arm-extra
-branch: fido
-revision: HEAD
+ URI: https://github.com/OSSystems/meta-browser.git
+ branch: jethro
+ revision: HEAD
-URI: https://github.com/Freescale/meta-fsl-demos
-branch: fido
-revision: HEAD
+ URI: git://git.yoctoproject.org/meta-fsl-arm
+ branch: jethro
+ revision: HEAD
-URI: https://github.com/OSSystems/meta-browser.git
-branch: master
-revision: HEAD
+ URI: https://github.com/freescale/meta-fsl-demos.git
+ branch: jethro
+ revision: HEAD
-URI: https://github.com/meta-qt5/meta-qt5
-branch: fido
-revision: HEAD
+ URI: git://git.toradex.com/meta-lxde.git
+ branch: jethro
+ revision: HEAD
+ URI: https://github.com/meta-qt5/meta-qt5
+ branch: jethro
+ revision: HEAD
-Contributing
-------------
+Patches
+=======
This layer is maintained by Toradex.
@@ -83,12 +68,32 @@ To send it to the community, use
git send-email --to yocto-patches@toradex.com <generated patch>
+I. Building the meta-toradex-demos Layer
+========================================
+
+For information on how to use the modules with Linux and instructions on how
+to build the angstrom based demo images please visit:
+http://developer.toradex.com/software/linux
+http://developer.toradex.com/knowledge-base/board-support-package/openembedded-(core)
+
+For support, visit the Toradex Developer Community:
+https://www.toradex.com/community
+
+Images built with this layer can be found here:
+http://developer.toradex.com/files/toradex-dev/uploads/media/Colibri/Linux/Images/
+
+II. Deploying Built Images
+==========================
+
+http://developer.toradex.com/knowledge-base/flashing-linux-on-imx6-modules
+http://developer.toradex.com/knowledge-base/flashing-embedded-linux-to-imx7-modules
+http://developer.toradex.com/knowledge-base/flashing-linux-on-vybrid-modules
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) 2015 Toradex AG.
+This README document is Copyright (C) 2016 Toradex AG.