All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cross.bbclass: keep TARGET_SYS & TARGET_PREFIX independent.
@ 2009-08-20  3:24 Chris Larson
  2009-08-20  3:24 ` [PATCH] patch.bbclass: catch exceptions raised in the Resolve() Chris Larson
                   ` (2 more replies)
  0 siblings, 3 replies; 25+ messages in thread
From: Chris Larson @ 2009-08-20  3:24 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Chris Larson <clarson@mvista.com>
---
 classes/cross.bbclass |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/classes/cross.bbclass b/classes/cross.bbclass
index 7debde6..72a0fb7 100644
--- a/classes/cross.bbclass
+++ b/classes/cross.bbclass
@@ -2,6 +2,11 @@
 # no need for them to be a direct target of 'world'
 EXCLUDE_FROM_WORLD = "1"
 
+# In order to keep TARGET_PREFIX decoupled from TARGET_SYS, let's force the
+# binary names to match the former, rather than relying on autoconf's implicit
+# prefixing based on the latter.
+EXTRA_OECONF_append = " --program-prefix=${TARGET_PREFIX}"
+
 # Save PACKAGE_ARCH before changing HOST_ARCH
 OLD_PACKAGE_ARCH := "${PACKAGE_ARCH}"
 PACKAGE_ARCH = "${OLD_PACKAGE_ARCH}"
-- 
1.6.0




^ permalink raw reply related	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2010-02-25 18:31 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-20  3:24 [PATCH] cross.bbclass: keep TARGET_SYS & TARGET_PREFIX independent Chris Larson
2009-08-20  3:24 ` [PATCH] patch.bbclass: catch exceptions raised in the Resolve() Chris Larson
2009-08-20  3:24   ` [PATCH] patch.bbclass: Add "git" patchtool mechanism, which uses git-apply Chris Larson
2009-08-20  3:24     ` [PATCH] kernel.bbclass: Set EXTRA_OEMAKE to null for kernel Chris Larson
2009-08-20  3:24       ` [PATCH] kernel.bbclass: Install & package symvers as /boot/Module.symvers-<ver> Chris Larson
2009-08-20  3:24         ` [PATCH] bitbake.conf: Kill CCACHE. Implicit, automatic use of things which can fail is bad Chris Larson
2009-08-20  3:24           ` [PATCH] bitbake.conf: Add export for cross NM Chris Larson
2009-08-20  3:24             ` [PATCH] bitbake.conf: BUILD_LDFLAGS: use $ORIGIN in the -rpath rather than a full path Chris Larson
2009-08-20  3:24               ` [PATCH] bitbake.conf: only pass --no-check-certificate if wget supports it Chris Larson
2009-08-20  4:18               ` [PATCH] bitbake.conf: BUILD_LDFLAGS: use $ORIGIN in the -rpath rather than a full path Denys Dmytriyenko
2009-08-20  4:53                 ` Chris Larson
2009-08-20  5:06                   ` Denys Dmytriyenko
2009-08-20  5:49             ` [PATCH] bitbake.conf: Add export for cross NM Holger Hans Peter Freyther
2009-08-20  4:06           ` [PATCH] bitbake.conf: Kill CCACHE. Implicit, automatic use of things which can fail is bad Denys Dmytriyenko
2009-08-20  5:49           ` Holger Hans Peter Freyther
2009-08-20  7:32             ` Graham Gower
2009-08-20  7:43               ` Denys Dmytriyenko
2009-08-20 12:09                 ` Martyn Welch
2009-08-20 12:05         ` [PATCH] kernel.bbclass: Install & package symvers as /boot/Module.symvers-<ver> Michael Smith
2009-08-20  3:43       ` [PATCH] kernel.bbclass: Set EXTRA_OEMAKE to null for kernel Denys Dmytriyenko
2009-08-20  3:55     ` [PATCH] patch.bbclass: Add "git" patchtool mechanism, which uses git-apply Denys Dmytriyenko
2009-08-20 12:04 ` [PATCH] cross.bbclass: keep TARGET_SYS & TARGET_PREFIX independent Michael Smith
2009-08-20 15:21   ` Chris Larson
2009-08-20 16:11     ` Michael Smith
2010-02-25 18:28 ` Tom Rini

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.