| Submitter | Lianhao Lu |
|---|---|
| Date | March 31, 2012, 6:49 a.m. |
| Message ID | <cover.1333176251.git.lianhao.lu@intel.com> |
| Download | mbox |
| Permalink | /patch/24971/ |
| State | New |
| Headers | show |
Pull-request
git://git.yoctoproject.org/poky-contrib llu/nativesdkfixingComments
On Sat, 2012-03-31 at 14:49 +0800, Lianhao Lu wrote: > This patch serie fixed bunch of things for nativesdk recipes, including: > > 1. Fixed the issue of reading in incorrect pkgdata files of do_package_write_xxx. > 2. Avoided crosssdk tasks generating different task hashs for different MACHINE. > 3. Dropped unnecessary target tasks for nativesdk. > > The following changes since commit 627998726ca3ee2ed2510c0f666747f688d06c56: > Steffen Sledz (1): > docbook-utils-native: fix syntax problem in jw.in > > are available in the git repository at: > > git://git.yoctoproject.org/poky-contrib llu/nativesdkfixing > http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=llu/nativesdkfixing > > Lianhao Lu (5): > nativesdk.bbclass: Set PACKAGE_ARCHS to SDK_PACKAGE_ARCHS. > crosssdk.bbclass: Set TUNE_PKGARCH to SDK_PKGARCH. > autotools.bbclass: Drop -nativesdk dependency to lib-cross. > eglibc-nativesdk: Set GCC_ADDONS. > pkgconfig.bbclass: corrected dependency for -nativesdk. I merged these apart from the eglibc patch which needs some small tweaks before it goes in. Cheers, Richard
This patch serie fixed bunch of things for nativesdk recipes, including: 1. Fixed the issue of reading in incorrect pkgdata files of do_package_write_xxx. 2. Avoided crosssdk tasks generating different task hashs for different MACHINE. 3. Dropped unnecessary target tasks for nativesdk. The following changes since commit 627998726ca3ee2ed2510c0f666747f688d06c56: Steffen Sledz (1): docbook-utils-native: fix syntax problem in jw.in are available in the git repository at: git://git.yoctoproject.org/poky-contrib llu/nativesdkfixing http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=llu/nativesdkfixing Lianhao Lu (5): nativesdk.bbclass: Set PACKAGE_ARCHS to SDK_PACKAGE_ARCHS. crosssdk.bbclass: Set TUNE_PKGARCH to SDK_PKGARCH. autotools.bbclass: Drop -nativesdk dependency to lib-cross. eglibc-nativesdk: Set GCC_ADDONS. pkgconfig.bbclass: corrected dependency for -nativesdk. meta/classes/autotools.bbclass | 1 + meta/classes/crosssdk.bbclass | 5 +++++ meta/classes/nativesdk.bbclass | 8 +------- meta/classes/pkgconfig.bbclass | 1 + meta/recipes-core/eglibc/eglibc_2.13.bb | 3 ++- meta/recipes-core/eglibc/eglibc_2.15.bb | 3 ++- 6 files changed, 12 insertions(+), 9 deletions(-)