All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lianhao Lu <lianhao.lu@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/5] Misc fixings of nativesdk
Date: Sat, 31 Mar 2012 14:49:20 +0800	[thread overview]
Message-ID: <cover.1333176251.git.lianhao.lu@intel.com> (raw)

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(-)




             reply	other threads:[~2012-03-31  7:02 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-31  6:49 Lianhao Lu [this message]
2012-03-31  6:49 ` [PATCH 1/5] nativesdk.bbclass: Set PACKAGE_ARCHS to SDK_PACKAGE_ARCHS Lianhao Lu
2012-03-31  6:49 ` [PATCH 2/5] crosssdk.bbclass: Set TUNE_PKGARCH to SDK_PKGARCH Lianhao Lu
2012-03-31  6:49 ` [PATCH 3/5] autotools.bbclass: Drop -nativesdk dependency to lib-cross Lianhao Lu
2012-03-31  6:49 ` [PATCH 4/5] eglibc-nativesdk: Set GCC_ADDONS Lianhao Lu
2012-03-31 14:11   ` Richard Purdie
2012-03-31 14:39   ` Khem Raj
2012-03-31 14:40     ` Khem Raj
2012-04-03  0:22       ` Lu, Lianhao
2012-04-03  5:23         ` Khem Raj
2012-03-31  6:49 ` [PATCH 5/5] pkgconfig.bbclass: corrected dependency for -nativesdk Lianhao Lu
2012-03-31 17:04 ` [PATCH 0/5] Misc fixings of nativesdk Richard Purdie

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1333176251.git.lianhao.lu@intel.com \
    --to=lianhao.lu@intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.