All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 1/3] allarch.bbclass: disable shlib and debug symbol processing
Date: Fri,  4 Nov 2011 17:52:26 +0000	[thread overview]
Message-ID: <43d56781e425a37a373f3285a330fccf0c35153a.1320429060.git.paul.eggleton@linux.intel.com> (raw)
In-Reply-To: <cover.1320429060.git.paul.eggleton@linux.intel.com>
In-Reply-To: <cover.1320429060.git.paul.eggleton@linux.intel.com>

all-arch packages should not contain any binaries that need processing,
so disable the shared library dependency processing and debug symbol
splitting/stripping to save some time during packaging.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 meta/classes/allarch.bbclass |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/meta/classes/allarch.bbclass b/meta/classes/allarch.bbclass
index a2f8179..18c9ae2 100644
--- a/meta/classes/allarch.bbclass
+++ b/meta/classes/allarch.bbclass
@@ -15,3 +15,8 @@ TARGET_CC_ARCH = "none"
 TARGET_LD_ARCH = "none"
 TARGET_AS_ARCH = "none"
 PACKAGE_EXTRA_ARCHS = ""
+
+# No need to do shared library processing or debug symbol handling
+EXCLUDE_FROM_SHLIBS = "1"
+INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
+INHIBIT_PACKAGE_STRIP = "1"
-- 
1.7.5.4




  reply	other threads:[~2011-11-04 17:58 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-04 17:52 [PATCH 0/3] Misc fixes Paul Eggleton
2011-11-04 17:52 ` Paul Eggleton [this message]
2011-11-04 17:52 ` [PATCH 2/3] core-image-minimal-initramfs: force IMAGE_FSTYPES Paul Eggleton
2011-11-04 18:18   ` Koen Kooi
2011-11-15  8:30     ` Dmitry Eremin-Solenikov
2011-11-18 13:55       ` Paul Eggleton
2011-11-18 13:56         ` Dmitry Eremin-Solenikov
2011-11-18 14:06           ` Andrea Adami
2011-11-04 17:52 ` [PATCH 3/3] qemugl: switch to new git repo Paul Eggleton
2011-11-07 17:42 ` [PATCH 0/3] Misc fixes Saul Wold

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=43d56781e425a37a373f3285a330fccf0c35153a.1320429060.git.paul.eggleton@linux.intel.com \
    --to=paul.eggleton@linux.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.