[meta-freescale] [meta-fsl-arm][PATCH] add info about develop & test branches to README

Christian Betz christian.betz at gmail.com
Fri Aug 30 20:42:13 PDT 2013


include repo command lines and basic explanation of master-next
along with caveats.

Signed-off-by: Christian Betz <christian.betz at gmail.com>
---
 README |   20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/README b/README
index af19e1f..6edc544 100644
--- a/README
+++ b/README
@@ -47,3 +47,23 @@ git format-patch -s --subject-prefix='fsl-community-bsp-platform][PATCH' origin
 When sending patches, please use something like:
 
 git send-email --to meta-freescale at yoctoproject.org <generated patch>
+
+Using Development and Testing Branches
+--------------------------------------
+
+Replace the 'repo init' command above with one of the following:
+
+master: for developers
+
+$: repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b master
+ 
+master-next: for intrepid developers and testers
+
+Patches are typically merged into master-next and then are merged into 
+master after a testing and comment period. It's possible that master-next 
+has something you want or need. But it's also possible that using 
+master-next will break something that was working before. Use with caution.
+
+$: repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b master-next
+
+
-- 
1.7.9.5




More information about the meta-freescale mailing list