summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2023-02-10 16:51:45 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2023-02-13 14:43:52 +0100
commit96ba7e7074d7b0f363095726b6a93acc71cbeffa (patch)
tree3c15573147264b1ca1143ad300ec7c6854b02455 /README
parent224cf5d376d57f00b4927d1c4ba4e6cced57ff40 (diff)
README: rework and fix copy/paste errors
- Put correct meta-ti URL - Put correct mail prefix - Don't limit to a single SoC - Propose https as the git transport protocol - Set copyright year to file's creation year Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 7 insertions, 7 deletions
diff --git a/README b/README
index ed5c936..311e0c0 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ OpenEmbedded/Yocto BSP Layer for Toradex Modules Based on TI SoCs
=================================================================
This layer provides support for ARM based Toradex computer on modules (COM)
-featuring TI AM62x SoCs for use with OpenEmbedded and/or Yocto.
+featuring TI SoCs for use with OpenEmbedded and/or Yocto.
For more information on available Toradex COMs please visit:
https://www.toradex.com/computer-on-modules
@@ -18,20 +18,20 @@ Dependencies
This layer depends on:
- URI: git://git.openembedded.org/bitbake
+ URI: https://git.openembedded.org/bitbake
branch: kirkstone
revision: HEAD
- URI: git://git.openembedded.org/openembedded-core
+ URI: https://git.openembedded.org/openembedded-core
layer: meta
branch: kirkstone
revision: HEAD
- URI: https://github.com/Freescale/meta-ti
+ URI: https://git.yoctoproject.org/meta-ti
branch: kirkstone
revision: HEAD
- URI: git://git.toradex.com/meta-toradex-bsp-common
+ URI: https://git.toradex.com/meta-toradex-bsp-common
branch: kirkstone-6.x.y
revision: HEAD
@@ -42,7 +42,7 @@ This layer is maintained by Toradex.
When creating a patch of the last commit, use
- git format-patch -s --subject-prefix='meta-toradex-nxp][<branch>][PATCH' -1
+ git format-patch -s --subject-prefix='meta-toradex-ti][<branch>][PATCH' -1
To send patches, use
@@ -61,4 +61,4 @@ 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) 2016-2020 Toradex AG.
+This README document is Copyright (C) 2023 Toradex AG.