From b79752202b3e7c66002077ad0f25cbffd9bfb06c Mon Sep 17 00:00:00 2001 From: Fabio Berton Date: Thu, 20 Oct 2016 18:24:58 -0200 Subject: [PATCH] README: Update to use new repository names Also update example branch name for send patches to a specific branch. Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- README | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README b/README index ccd6d2b..79f03e9 100644 --- a/README +++ b/README @@ -10,7 +10,7 @@ URI: git://git.openembedded.org/openembedded-core branch: master revision: HEAD -URI: git://git.yoctoproject.org/meta-fsl-arm +URI: git://git.yoctoproject.org/meta-freescale branch: master revision: HEAD @@ -26,11 +26,11 @@ Mailing list: Source code: - https://github.com/Freescale/meta-fsl-arm-extra + https://github.com/Freescale/meta-freescale-3rdparty When creating a patch of the last commit, use - git format-patch -s --subject-prefix='meta-fsl-arm-extra][PATCH' -1 + git format-patch -s --subject-prefix='3rdparty][PATCH' -1 To send it to the community, use @@ -41,7 +41,7 @@ Patches are normally intended for the master branch. Patches for other branches should be sent separately so they can be tracked individually in Patchwork and should have the branch name in brackets. -For example, use this to generate a patch for branch 'dizzy': +For example, use this to generate a patch for branch 'morty': git format-patch -s \ - --subject-prefix='meta-freescale][meta-fsl-arm-extra][dizzy][PATCH' -1 + --subject-prefix='3rdparty][morty][PATCH' -1