From ec1f751131454a9279792cf9a0279f1f40055a2b Mon Sep 17 00:00:00 2001 From: Zhenhua Luo Date: Fri, 15 Apr 2016 19:10:11 +0800 Subject: README: add known issue and workaround Signed-off-by: Zhenhua Luo --- README | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 10158ef..8b43567 100644 --- a/README +++ b/README @@ -14,6 +14,16 @@ URI: git://git.openembedded.org/meta-openembedded branch: master revision: HEAD + +Known issue +------------ +1. gobject-introspection can't be built for QorIQ PPC64 targets due to qemu-native + doesn't support ppc64 targets. Please add the following line in conf/local.conf + to disable the introspection when e5500-64b and e6500-64b targets are built. + + DISTRO_FEATURES_remove = " gobject-introspection-data" + + Contributing ------------ @@ -31,7 +41,7 @@ Source code: When creating patches, please use something like: - git format-patch -s --subject-prefix='meta-fsl-ppc dylan][PATCH' origin + git format-patch -s --subject-prefix='meta-fsl-ppc krogoth][PATCH' origin optionally include a branch if the patch applies to multiple branches, otherwise master is assumed @@ -39,6 +49,7 @@ When sending patches, please use something like: git send-email --to meta-freescale@yoctoproject.org + git.yoctoproject.org vs. git.freescale.com: ------------------------------------------- -- cgit v1.2.3-54-g00ecf