summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-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