* [PATCH] angstrom.inc: set TARGET_VENDOR ?= "-angstrom"
@ 2010-10-08 18:07 Víctor Manuel Jáquez Leal
2010-10-11 9:33 ` Víctor M. Jáquez L.
0 siblings, 1 reply; 5+ messages in thread
From: Víctor Manuel Jáquez Leal @ 2010-10-08 18:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: Koen Kooi, Koen Kooi
By doing this we could use external toolchains for build angstrom
based images.
Signed-off-by: Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
---
conf/distro/include/angstrom.inc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc
index 8983c86..9e5c869 100644
--- a/conf/distro/include/angstrom.inc
+++ b/conf/distro/include/angstrom.inc
@@ -9,7 +9,7 @@ DISTRO_NAME = "Angstrom"
BUILDNAME = "Angstrom ${DISTRO_VERSION}"
-TARGET_VENDOR = "-angstrom"
+TARGET_VENDOR ?= "-angstrom"
SOC_FAMILY ?= "Unknown"
--
1.7.1
^ permalink raw reply related [flat|nested] 5+ messages in thread* Re: [PATCH] angstrom.inc: set TARGET_VENDOR ?= "-angstrom"
2010-10-08 18:07 [PATCH] angstrom.inc: set TARGET_VENDOR ?= "-angstrom" Víctor Manuel Jáquez Leal
@ 2010-10-11 9:33 ` Víctor M. Jáquez L.
2010-10-11 10:29 ` Koen Kooi
0 siblings, 1 reply; 5+ messages in thread
From: Víctor M. Jáquez L. @ 2010-10-11 9:33 UTC (permalink / raw)
To: openembedded-devel
On Fri, Oct 08, 2010 at 08:07:11PM +0200, Víctor Manuel Jáquez Leal wrote:
> By doing this we could use external toolchains for build angstrom
> based images.
>
Ping. Any comment about this patch?
vmjl
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] angstrom.inc: set TARGET_VENDOR ?= "-angstrom"
2010-10-11 9:33 ` Víctor M. Jáquez L.
@ 2010-10-11 10:29 ` Koen Kooi
2010-10-11 10:58 ` Víctor M. Jáquez L.
0 siblings, 1 reply; 5+ messages in thread
From: Koen Kooi @ 2010-10-11 10:29 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 11-10-10 11:33, Víctor M. Jáquez L. wrote:
> On Fri, Oct 08, 2010 at 08:07:11PM +0200, Víctor Manuel Jáquez Leal wrote:
>> By doing this we could use external toolchains for build angstrom
>> based images.
>>
>
> Ping. Any comment about this patch?
Something like this should be done in external-toolchain.inc
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFMsubwMkyGM64RGpERAltkAKCzoLak6SGJ13n0N+wPuPo8dKAthQCfTzOM
Jse5t4NNC6RdqDcyjOFfUbg=
=bDqB
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] angstrom.inc: set TARGET_VENDOR ?= "-angstrom"
2010-10-11 10:29 ` Koen Kooi
@ 2010-10-11 10:58 ` Víctor M. Jáquez L.
2010-10-11 11:39 ` Frans Meulenbroeks
0 siblings, 1 reply; 5+ messages in thread
From: Víctor M. Jáquez L. @ 2010-10-11 10:58 UTC (permalink / raw)
To: openembedded-devel
On Mon, Oct 11, 2010 at 12:29:04PM +0200, Koen Kooi wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 11-10-10 11:33, Víctor M. Jáquez L. wrote:
> > On Fri, Oct 08, 2010 at 08:07:11PM +0200, Víctor Manuel Jáquez Leal wrote:
> >> By doing this we could use external toolchains for build angstrom
> >> based images.
> >>
> >
> > Ping. Any comment about this patch?
>
> Something like this should be done in external-toolchain.inc
There's no external-toolchain.inc in OE's org.openembedded.dev branch. So I
assume that you refer to a user's local.conf require.
I done that and it doesn't work: the distro/include/angstrom.inc evaluation
happens later and overrides the TARGET_VENDOR variable, that why a ?= is
needed.
vmjl
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] angstrom.inc: set TARGET_VENDOR ?= "-angstrom"
2010-10-11 10:58 ` Víctor M. Jáquez L.
@ 2010-10-11 11:39 ` Frans Meulenbroeks
0 siblings, 0 replies; 5+ messages in thread
From: Frans Meulenbroeks @ 2010-10-11 11:39 UTC (permalink / raw)
To: openembedded-devel
2010/10/11 Víctor M. Jáquez L. <vjaquez@igalia.com>:
> On Mon, Oct 11, 2010 at 12:29:04PM +0200, Koen Kooi wrote:
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> On 11-10-10 11:33, Víctor M. Jáquez L. wrote:
>> > On Fri, Oct 08, 2010 at 08:07:11PM +0200, Víctor Manuel Jáquez Leal wrote:
>> >> By doing this we could use external toolchains for build angstrom
>> >> based images.
>> >>
>> >
>> > Ping. Any comment about this patch?
>>
>> Something like this should be done in external-toolchain.inc
>
> There's no external-toolchain.inc in OE's org.openembedded.dev branch. So I
> assume that you refer to a user's local.conf require.
>
> I done that and it doesn't work: the distro/include/angstrom.inc evaluation
> happens later and overrides the TARGET_VENDOR variable, that why a ?= is
> needed.
>
> vmjl
It is toolchain-external.inc, not external-toolchain.inc
/home/frans/workspace/openembedded.git/conf/distro/include/toolchain-external.inc
Enjoy! Frans
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-10-11 11:39 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-08 18:07 [PATCH] angstrom.inc: set TARGET_VENDOR ?= "-angstrom" Víctor Manuel Jáquez Leal
2010-10-11 9:33 ` Víctor M. Jáquez L.
2010-10-11 10:29 ` Koen Kooi
2010-10-11 10:58 ` Víctor M. Jáquez L.
2010-10-11 11:39 ` Frans Meulenbroeks
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.