From 71a8f744943ae4358ea414d743be8ae8cfceb9fa Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Wed, 17 Aug 2016 12:56:55 +0200 Subject: update readme and copying.mit Signed-off-by: Max Krummenacher Acked-by: Stefan Agner --- README | 99 ++++++++++++++++++++++-------------------------------------------- 1 file changed, 33 insertions(+), 66 deletions(-) (limited to 'README') diff --git a/README b/README index 641a15f..89dee4c 100644 --- a/README +++ b/README @@ -1,94 +1,61 @@ -OpenEmbedded/Yocto BSP layer for Toradex modules +OpenEmbedded/Yocto BSP Layer for Toradex Modules ================================================ -This layer provides support for the ARM based Toradex COMs -featuring NVIDIA Tegra, Freescale Vybrid and Freescale i.MX6 SOCs. +This layer provides support for ARM based Toradex computer on modules (COM) +common to all used SoCs for use with OpenEmbedded and/or Yocto. +It is to be used together with meta-toradex-nxp and/or meta-toradex-tegra +layers. 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 - -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. - +Dependencies +============ 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 - -URI: git://git.openembedded.org/meta-openembedded -meta-openembedded/meta-gnome -meta-openembedded/meta-oe -branch: fido -revision: HEAD - -URI: git://git.toradex.com/meta-lxde.git -branch: fido -revision: HEAD + URI: git://git.openembedded.org/bitbake + branch: 1.28 + revision: HEAD -URI: https://github.com/angstrom-distribution/meta-angstrom.git -branch: angstrom-v2015.06-yocto1.8 -revision: HEAD + URI: git://git.openembedded.org/openembedded-core + layers: meta + branch: jethro + revision: HEAD -URI: git://git.yoctoproject.org/meta-fsl-arm -branch: fido -revision: HEAD + URI: git://git.toradex.com/meta-toradex-nxp + branch: jethro + revision: HEAD +and/or + URI: git://git.toradex.com/meta-toradex-tegra + branch: jethro + revision: HEAD -URI: https://github.com/Freescale/meta-fsl-arm-extra -branch: fido -revision: HEAD - -URI: https://github.com/Freescale/meta-fsl-demos -branch: fido -revision: HEAD - -URI: https://github.com/OSSystems/meta-browser.git -branch: master -revision: HEAD - -URI: https://github.com/meta-qt5/meta-qt5 -branch: fido -revision: HEAD - - -Contributing ------------- +Patches +======= This layer is maintained by Toradex. When creating a patch of the last commit, use - git format-patch -s --subject-prefix='meta-toradex][][PATCH' -1 + git format-patch -s --subject-prefix='meta-toradex-bsp-common][][PATCH' -1 -To send it to the community, use +To send patches, use git send-email --to yocto-patches@toradex.com +Building +======== + +See the README in either meta-toradex-nxp or meta-toradex-tegra depending +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) 2015 Toradex AG. +This README document is Copyright (C) 2016 Toradex AG. -- cgit v1.2.3