summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorBogdan Oprescu <bogdan.oprescu@enea.com>2023-10-26 15:04:48 +0300
committerBogdan Oprescu <bogdan.oprescu@enea.com>2023-10-26 15:28:16 +0300
commitf877a1524b36f0e157f2208f58fc5ff04e3670f7 (patch)
tree0a4bc099641efaa616ff9a3b5ab2da96c1dc13bf /README
downloadmeta-fsl-ppc-daisy-enea-231026.tar.gz
Adding the source code from EneaLinux 4.0_6daisy-enea-231026
Signed-off-by: Bogdan Oprescu <bogdan.oprescu@enea.com>
Diffstat (limited to 'README')
-rw-r--r--README45
1 files changed, 45 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..39a54bf
--- /dev/null
+++ b/README
@@ -0,0 +1,45 @@
1OpenEmbedded/Yocto BSP layer for Freescale's PPC platforms
2==========================================================
3
4This layer provides support for Freescale's PPC platforms for use with
5OpenEmbedded and/or Yocto.
6
7This layer depends on:
8
9URI: git://git.openembedded.org/openembedded-core
10branch: master
11revision: HEAD
12
13Contributing
14------------
15
16To contribute to this layer you should the patches for review to the
17mailing list.
18
19Mailing list:
20
21 https://lists.yoctoproject.org/listinfo/meta-freescale
22
23Source code:
24
25 git://git.yoctoproject.org/meta-fsl-ppc
26 http://git.yoctoproject.org/git/meta-fsl-ppc
27
28When creating patches, please use something like:
29
30 git format-patch -s --subject-prefix='meta-fsl-ppc dylan][PATCH' origin
31optionally include a branch if the patch applies to multiple branches,
32otherwise master is assumed
33
34When sending patches, please use something like:
35
36 git send-email --to meta-freescale@yoctoproject.org <generated patch>
37
38git.yoctoproject.org vs. git.freescale.com:
39-------------------------------------------
40
41git.yoctoproject.org hosts the official upstream work of Freescale's OE/YP repos,
42for official SDK releases at times we need to do last minute fixes or include things
43not supported upstream so we have a different repo on git.freescale.com for the
44official release. git.freescale.com should be based off repos from git.yoctoproject.org
45