summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@nxp.com>2016-04-15 19:10:11 +0800
committerZhenhua Luo <zhenhua.luo@nxp.com>2016-04-18 11:18:23 +0800
commitec1f751131454a9279792cf9a0279f1f40055a2b (patch)
tree0f79a38d6b098b743f539174ca8174724369f081
parent2642cf5e8a6f8d11603acf016b8c075ebce00ec0 (diff)
downloadmeta-fsl-ppc-ec1f751131454a9279792cf9a0279f1f40055a2b.tar.gz
README: add known issue and workaround
Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
-rw-r--r--README13
1 files changed, 12 insertions, 1 deletions
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
14branch: master 14branch: master
15revision: HEAD 15revision: HEAD
16 16
17
18Known issue
19------------
201. gobject-introspection can't be built for QorIQ PPC64 targets due to qemu-native
21 doesn't support ppc64 targets. Please add the following line in conf/local.conf
22 to disable the introspection when e5500-64b and e6500-64b targets are built.
23
24 DISTRO_FEATURES_remove = " gobject-introspection-data"
25
26
17Contributing 27Contributing
18------------ 28------------
19 29
@@ -31,7 +41,7 @@ Source code:
31 41
32When creating patches, please use something like: 42When creating patches, please use something like:
33 43
34 git format-patch -s --subject-prefix='meta-fsl-ppc dylan][PATCH' origin 44 git format-patch -s --subject-prefix='meta-fsl-ppc krogoth][PATCH' origin
35optionally include a branch if the patch applies to multiple branches, 45optionally include a branch if the patch applies to multiple branches,
36otherwise master is assumed 46otherwise master is assumed
37 47
@@ -39,6 +49,7 @@ When sending patches, please use something like:
39 49
40 git send-email --to meta-freescale@yoctoproject.org <generated patch> 50 git send-email --to meta-freescale@yoctoproject.org <generated patch>
41 51
52
42git.yoctoproject.org vs. git.freescale.com: 53git.yoctoproject.org vs. git.freescale.com:
43------------------------------------------- 54-------------------------------------------
44 55