diff options
| author | Zhenhua Luo <zhenhua.luo@nxp.com> | 2016-04-15 19:10:11 +0800 |
|---|---|---|
| committer | Zhenhua Luo <zhenhua.luo@nxp.com> | 2016-04-18 11:18:23 +0800 |
| commit | ec1f751131454a9279792cf9a0279f1f40055a2b (patch) | |
| tree | 0f79a38d6b098b743f539174ca8174724369f081 | |
| parent | 2642cf5e8a6f8d11603acf016b8c075ebce00ec0 (diff) | |
| download | meta-fsl-ppc-ec1f751131454a9279792cf9a0279f1f40055a2b.tar.gz | |
README: add known issue and workaround
Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
| -rw-r--r-- | README | 13 |
1 files changed, 12 insertions, 1 deletions
| @@ -14,6 +14,16 @@ URI: git://git.openembedded.org/meta-openembedded | |||
| 14 | branch: master | 14 | branch: master |
| 15 | revision: HEAD | 15 | revision: HEAD |
| 16 | 16 | ||
| 17 | |||
| 18 | Known issue | ||
| 19 | ------------ | ||
| 20 | 1. 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 | |||
| 17 | Contributing | 27 | Contributing |
| 18 | ------------ | 28 | ------------ |
| 19 | 29 | ||
| @@ -31,7 +41,7 @@ Source code: | |||
| 31 | 41 | ||
| 32 | When creating patches, please use something like: | 42 | When 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 |
| 35 | optionally include a branch if the patch applies to multiple branches, | 45 | optionally include a branch if the patch applies to multiple branches, |
| 36 | otherwise master is assumed | 46 | otherwise 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 | |||
| 42 | git.yoctoproject.org vs. git.freescale.com: | 53 | git.yoctoproject.org vs. git.freescale.com: |
| 43 | ------------------------------------------- | 54 | ------------------------------------------- |
| 44 | 55 | ||
