* [PATCH] sane-toolchain.inc: FEED_ARCH should be prepended to OVERRIDES
@ 2010-12-22 6:25 Khem Raj
2010-12-22 8:32 ` Koen Kooi
0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2010-12-22 6:25 UTC (permalink / raw)
To: openembedded-devel
Currently it ends up after local override and hence appears first in FILESPATH
and for buiding uclibc_git.bb on qemuarm it picks wrong uClibc.machine file from
uclibc-git/armv5te where as it should have picked from uclibc-git/qemuarm
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
conf/distro/include/sane-toolchain.inc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/conf/distro/include/sane-toolchain.inc b/conf/distro/include/sane-toolchain.inc
index 6802eb2..f5ca22b 100644
--- a/conf/distro/include/sane-toolchain.inc
+++ b/conf/distro/include/sane-toolchain.inc
@@ -75,7 +75,7 @@ require conf/distro/include/toolchain-${TOOLCHAIN_TYPE}.inc
# Add FEED_ARCH to the overrides list so that we can override the
# ARM_INSTRUCTION_SET like below
-OVERRIDES .= ":${FEED_ARCH}"
+OVERRIDES =. "${FEED_ARCH}:"
# ARM920T and up can use thumb mode to decrease binary size at the expense of speed
# (the complete story is a bit more nuanced due to cache starvation)
--
1.7.0.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] sane-toolchain.inc: FEED_ARCH should be prepended to OVERRIDES
2010-12-22 6:25 [PATCH] sane-toolchain.inc: FEED_ARCH should be prepended to OVERRIDES Khem Raj
@ 2010-12-22 8:32 ` Koen Kooi
2010-12-22 18:03 ` Khem Raj
0 siblings, 1 reply; 3+ messages in thread
From: Koen Kooi @ 2010-12-22 8:32 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 22-12-10 07:25, Khem Raj wrote:
> Currently it ends up after local override and hence appears first in FILESPATH
> and for buiding uclibc_git.bb on qemuarm it picks wrong uClibc.machine file from
> uclibc-git/armv5te where as it should have picked from uclibc-git/qemuarm
>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
> conf/distro/include/sane-toolchain.inc | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/conf/distro/include/sane-toolchain.inc b/conf/distro/include/sane-toolchain.inc
> index 6802eb2..f5ca22b 100644
> --- a/conf/distro/include/sane-toolchain.inc
> +++ b/conf/distro/include/sane-toolchain.inc
> @@ -75,7 +75,7 @@ require conf/distro/include/toolchain-${TOOLCHAIN_TYPE}.inc
> # Add FEED_ARCH to the overrides list so that we can override the
> # ARM_INSTRUCTION_SET like below
>
> -OVERRIDES .= ":${FEED_ARCH}"
> +OVERRIDES =. "${FEED_ARCH}:"
>
> # ARM920T and up can use thumb mode to decrease binary size at the expense of speed
> # (the complete story is a bit more nuanced due to cache starvation)
Shouldn't that be BASE_PACKAGE_ARCH nowadays?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFNEbe6MkyGM64RGpERAnMHAJ9x+kBJeouJPeVMJxQlgWNzTK05sACfSFur
ckz3MaEHqpx3h9rPdo9pKn8=
=xnMX
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] sane-toolchain.inc: FEED_ARCH should be prepended to OVERRIDES
2010-12-22 8:32 ` Koen Kooi
@ 2010-12-22 18:03 ` Khem Raj
0 siblings, 0 replies; 3+ messages in thread
From: Khem Raj @ 2010-12-22 18:03 UTC (permalink / raw)
To: openembedded-devel
On Wed, Dec 22, 2010 at 12:32 AM, Koen Kooi <k.kooi@student.utwente.nl> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 22-12-10 07:25, Khem Raj wrote:
>> Currently it ends up after local override and hence appears first in FILESPATH
>> and for buiding uclibc_git.bb on qemuarm it picks wrong uClibc.machine file from
>> uclibc-git/armv5te where as it should have picked from uclibc-git/qemuarm
>>
>> Signed-off-by: Khem Raj <raj.khem@gmail.com>
>> ---
>> conf/distro/include/sane-toolchain.inc | 2 +-
>> 1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/conf/distro/include/sane-toolchain.inc b/conf/distro/include/sane-toolchain.inc
>> index 6802eb2..f5ca22b 100644
>> --- a/conf/distro/include/sane-toolchain.inc
>> +++ b/conf/distro/include/sane-toolchain.inc
>> @@ -75,7 +75,7 @@ require conf/distro/include/toolchain-${TOOLCHAIN_TYPE}.inc
>> # Add FEED_ARCH to the overrides list so that we can override the
>> # ARM_INSTRUCTION_SET like below
>>
>> -OVERRIDES .= ":${FEED_ARCH}"
>> +OVERRIDES =. "${FEED_ARCH}:"
>>
>> # ARM920T and up can use thumb mode to decrease binary size at the expense of speed
>> # (the complete story is a bit more nuanced due to cache starvation)
>
> Shouldn't that be BASE_PACKAGE_ARCH nowadays?
logically yes. I think I will change it to BASE_PACKAGE_ARCH
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-12-22 18:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-22 6:25 [PATCH] sane-toolchain.inc: FEED_ARCH should be prepended to OVERRIDES Khem Raj
2010-12-22 8:32 ` Koen Kooi
2010-12-22 18:03 ` Khem Raj
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox