From 177ef53047019757b70b5ca87171b2c88e26ba07 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Thu, 12 Dec 2013 13:41:56 +0100 Subject: initial commit of Enea Linux 3.1 Migrated from the internal git server on the dora-enea branch Signed-off-by: Adrian Dudau --- README | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..2258bf9 --- /dev/null +++ b/README @@ -0,0 +1,45 @@ +OpenEmbedded/Yocto BSP layer for Freescale's PPC platforms +========================================================== + +This layer provides support for Freescale's PPC platforms for use with +OpenEmbedded and/or Yocto. + +This layer depends on: + +URI: git://git.yoctoproject.org/poky +branch: dora +revision: HEAD + +Contributing +------------ + +To contribute to this layer you should the patches for review to the +mailing list. + +Mailing list: + + https://lists.yoctoproject.org/listinfo/meta-freescale + +Source code: + + git://git.yoctoproject.org/meta-fsl-ppc + http://git.yoctoproject.org/git/meta-fsl-ppc + +When creating patches, please use something like: + + git format-patch -s --subject-prefix='meta-fsl-ppc dora][PATCH' origin +optionally include a branch if the patch applies to multiple branches, +otherwise master is assumed + +When sending patches, please use something like: + + git send-email --to meta-freescale@yoctoproject.org + +git.yoctoproject.org vs. git.freescale.com: +------------------------------------------- + +git.yoctoproject.org hosts the official upstream work of Freescale's OE/YP repos, +for official SDK releases at times we need to do last minute fixes or include things +not supported upstream so we have a different repo on git.freescale.com for the +official release. git.freescale.com should be based off repos from git.yoctoproject.org + -- cgit v1.2.3-54-g00ecf