All of lore.kernel.org
 help / color / mirror / Atom feed
* Machine Configuration
@ 2011-10-20 17:45 Russell Morris
  2011-10-20 19:17 ` Gary Thomas
  0 siblings, 1 reply; 5+ messages in thread
From: Russell Morris @ 2011-10-20 17:45 UTC (permalink / raw)
  To: openembedded-devel

Hi,

I am trying to do some builds for an am3517-evm ... but the machine configuration doesn't seem to be working (or I'm doing it wrong, more likely ... :-().

I have successfully built console-image for qemuarm, and then use oebb.sh to set the machine (to am3517-evm, followed bu ./oebb.sh update) - but then when I try to build for this machine I see the following ...

OE Build Configuration:
BB_VERSION        = "1.13.3"
TARGET_ARCH       = "arm"
TARGET_OS         = "linux-gnueabi"
MACHINE           = "qemuarm"
DISTRO            = "angstrom"
DISTRO_VERSION    = "v2011.10-core"
TUNE_FEATURES     = "armv5 dsp thumb arm926ejs"
TARGET_FPU        = "soft"

So it's still building for qemuarm, not am3517-evm ... :-(. Is anyone else having this issue? Any suggestions of how to fix this?

Thanks!

... Russell




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

* Re: Machine Configuration
  2011-10-20 17:45 Machine Configuration Russell Morris
@ 2011-10-20 19:17 ` Gary Thomas
  2011-10-20 21:44   ` Koen Kooi
  0 siblings, 1 reply; 5+ messages in thread
From: Gary Thomas @ 2011-10-20 19:17 UTC (permalink / raw)
  To: openembedded-devel

On 2011-10-20 11:45, Russell Morris wrote:
> Hi,
>
> I am trying to do some builds for an am3517-evm ... but the machine configuration doesn't seem to be working (or I'm doing it wrong, more likely ... :-().
>
> I have successfully built console-image for qemuarm, and then use oebb.sh to set the machine (to am3517-evm, followed bu ./oebb.sh update) - but then when I try to build for this machine I see the following ...
>
> OE Build Configuration:
> BB_VERSION        = "1.13.3"
> TARGET_ARCH       = "arm"
> TARGET_OS         = "linux-gnueabi"
> MACHINE           = "qemuarm"
> DISTRO            = "angstrom"
> DISTRO_VERSION    = "v2011.10-core"
> TUNE_FEATURES     = "armv5 dsp thumb arm926ejs"
> TARGET_FPU        = "soft"
>
> So it's still building for qemuarm, not am3517-evm ... :-(. Is anyone else having this issue? Any suggestions of how to fix this?

You need to always specify MACHINE="am3517-evm" on your command line, e.g.
   % MACHINE="am3517-evm" bitbake systemd-image

Alternatively, you can add just a single line to conf/local.conf
and then it will be "sticky"

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------



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

* Re: Machine Configuration
  2011-10-20 19:17 ` Gary Thomas
@ 2011-10-20 21:44   ` Koen Kooi
  2011-10-20 22:17     ` Russell Morris
  0 siblings, 1 reply; 5+ messages in thread
From: Koen Kooi @ 2011-10-20 21:44 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Op 20-10-11 21:17, Gary Thomas schreef:
> On 2011-10-20 11:45, Russell Morris wrote:
>> Hi,
>> 
>> I am trying to do some builds for an am3517-evm ... but the machine 
>> configuration doesn't seem to be working (or I'm doing it wrong, more
>> likely ... :-().
>> 
>> I have successfully built console-image for qemuarm, and then use
>> oebb.sh to set the machine (to am3517-evm, followed bu ./oebb.sh
>> update) - but then when I try to build for this machine I see the
>> following ...
>> 
>> OE Build Configuration: BB_VERSION        = "1.13.3" TARGET_ARCH
>> = "arm" TARGET_OS         = "linux-gnueabi" MACHINE           =
>> "qemuarm" DISTRO            = "angstrom" DISTRO_VERSION    =
>> "v2011.10-core" TUNE_FEATURES     = "armv5 dsp thumb arm926ejs" 
>> TARGET_FPU        = "soft"
>> 
>> So it's still building for qemuarm, not am3517-evm ... :-(. Is anyone
>> else having this issue? Any suggestions of how to fix this?
> 
> You need to always specify MACHINE="am3517-evm" on your command line,
> e.g. % MACHINE="am3517-evm" bitbake systemd-image
> 
> Alternatively, you can add just a single line to conf/local.conf and then
> it will be "sticky"

not local.conf, auto.conf


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
Comment: GPGTools - http://gpgtools.org

iD8DBQFOoJY1MkyGM64RGpERAliKAKCfu0E2K3Qn+lsTx5YzNRgkxrA+QwCgqJjT
0ZsSMZCZArrGVc54VNa4dDA=
=zm3i
-----END PGP SIGNATURE-----




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

* Re: Machine Configuration
  2011-10-20 21:44   ` Koen Kooi
@ 2011-10-20 22:17     ` Russell Morris
       [not found]       ` <CAMKF1soL9oEShqjfAfpyfEvq1XrHDNqE_-1R6PCdnsqUCPHmLg@mail.gmail.com>
  0 siblings, 1 reply; 5+ messages in thread
From: Russell Morris @ 2011-10-20 22:17 UTC (permalink / raw)
  To: openembedded-devel

Makes sense - thanks!
But I do have to ask ... why does "oebb.sh config am3517-evm" not set this? I would have thought it does, but could be wrong of course.
Thanks again,... Russell


On Thu, 10/20/2011 04:44 PM, Koen Kooi <koen@dominion.thruhere.net> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Op 20-10-11 21:17, Gary Thomas schreef:
> > On 2011-10-20 11:45, Russell Morris wrote:
> >> Hi,
> >> 
> >> I am trying to do some builds for an am3517-evm ... but the machine 
> >> configuration doesn't seem to be working (or I'm doing it wrong, more
> >> likely ... :-().
> >> 
> >> I have successfully built console-image for qemuarm, and then use
> >> oebb.sh to set the machine (to am3517-evm, followed bu ./oebb.sh
> >> update) - but then when I try to build for this machine I see the
> >> following ...
> >> 
> >> OE Build Configuration: BB_VERSION        = "1.13.3" TARGET_ARCH
> >> = "arm" TARGET_OS         = "linux-gnueabi" MACHINE           =
> >> "qemuarm" DISTRO            = "angstrom" DISTRO_VERSION    =
> >> "v2011.10-core" TUNE_FEATURES     = "armv5 dsp thumb arm926ejs" 
> >> TARGET_FPU        = "soft"
> >> 
> >> So it's still building for qemuarm, not am3517-evm ... :-(. Is anyone
> >> else having this issue? Any suggestions of how to fix this?
> > 
> > You need to always specify MACHINE="am3517-evm" on your command line,
> > e.g. % MACHINE="am3517-evm" bitbake systemd-image
> > 
> > Alternatively, you can add just a single line to conf/local.conf and then
> > it will be "sticky"
> 
> not local.conf, auto.conf
> 
> 
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.5 (Darwin)
> Comment: GPGTools - http://gpgtools.org
> 
> iD8DBQFOoJY1MkyGM64RGpERAliKAKCfu0E2K3Qn+lsTx5YzNRgkxrA+QwCgqJjT
> 0ZsSMZCZArrGVc54VNa4dDA=
> =zm3i
> -----END PGP SIGNATURE-----
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
From raj.khem@gmail.com Fri Oct 21 01:56:20 2011
Received: from mail-gx0-f175.google.com ([209.85.161.175])
	by linuxtogo.org with esmtp (Exim 4.72)
	(envelope-from <raj.khem@gmail.com>) id 1RH2TE-0005qh-Hj
	for openembedded-devel@lists.openembedded.org;
	Fri, 21 Oct 2011 01:56:20 +0200
Received: by ggnj1 with SMTP id j1so1811276ggn.6
	for <openembedded-devel@lists.openembedded.org>;
	Thu, 20 Oct 2011 16:50:27 -0700 (PDT)
DKIM-Signature: v

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

* Re: Machine Configuration
       [not found]       ` <CAMKF1soL9oEShqjfAfpyfEvq1XrHDNqE_-1R6PCdnsqUCPHmLg@mail.gmail.com>
@ 2011-10-21  3:27         ` Russell Morris
  0 siblings, 0 replies; 5+ messages in thread
From: Russell Morris @ 2011-10-21  3:27 UTC (permalink / raw)
  To: openembedded-devel

Yep, that works - thanks!

... Russell


On Thu, 10/20/2011 06:49 PM, Khem Raj <raj.khem@gmail.com> wrote:
> On Thu, Oct 20, 2011 at 3:17 PM, Russell Morris
> <openembedded@rkmorris.us> wrote:
> > Makes sense - thanks!
> > But I do have to ask ... why does "oebb.sh config am3517-evm" not set this? I would have thought it does, but could be wrong of course.
> 
> I think it should update the MACHINE entry in auto.conf but it only
> does that if auto.conf does not exist.
> Can you try this patch
> 
> http://paste.ubuntu.com/714716/
> 
> and see if it works for you
> 
> 
> > Thanks again,... Russell
> >
> >
> > On Thu, 10/20/2011 04:44 PM, Koen Kooi <koen@dominion.thruhere.net> wrote:
> >> -----BEGIN PGP SIGNED MESSAGE-----
> >> Hash: SHA1
> >>
> >> Op 20-10-11 21:17, Gary Thomas schreef:
> >> > On 2011-10-20 11:45, Russell Morris wrote:
> >> >> Hi,
> >> >>
> >> >> I am trying to do some builds for an am3517-evm ... but the machine
> >> >> configuration doesn't seem to be working (or I'm doing it wrong, more
> >> >> likely ... :-().
> >> >>
> >> >> I have successfully built console-image for qemuarm, and then use
> >> >> oebb.sh to set the machine (to am3517-evm, followed bu ./oebb.sh
> >> >> update) - but then when I try to build for this machine I see the
> >> >> following ...
> >> >>
> >> >> OE Build Configuration: BB_VERSION        = "1.13.3" TARGET_ARCH
> >> >> = "arm" TARGET_OS         = "linux-gnueabi" MACHINE           =
> >> >> "qemuarm" DISTRO            = "angstrom" DISTRO_VERSION    =
> >> >> "v2011.10-core" TUNE_FEATURES     = "armv5 dsp thumb arm926ejs"
> >> >> TARGET_FPU        = "soft"
> >> >>
> >> >> So it's still building for qemuarm, not am3517-evm ... :-(. Is anyone
> >> >> else having this issue? Any suggestions of how to fix this?
> >> >
> >> > You need to always specify MACHINE="am3517-evm" on your command line,
> >> > e.g. % MACHINE="am3517-evm" bitbake systemd-image
> >> >
> >> > Alternatively, you can add just a single line to conf/local.conf and then
> >> > it will be "sticky"
> >>
> >> not local.conf, auto.conf
> >>
> >>
> >> -----BEGIN PGP SIGNATURE-----
> >> Version: GnuPG v1.4.5 (Darwin)
> >> Comment: GPGTools - http://gpgtools.org
> >>
> >> iD8DBQFOoJY1MkyGM64RGpERAliKAKCfu0E2K3Qn+lsTx5YzNRgkxrA+QwCgqJjT
> >> 0ZsSMZCZArrGVc54VNa4dDA=
> >> =zm3i
> >> -----END PGP SIGNATURE-----
> >>
> >>
> >> _______________________________________________
> >> Openembedded-devel mailing list
> >> Openembedded-devel@lists.openembedded.org
> >> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> >>
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> >
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
From gcho-openembedded-devel@m.gmane.org Fri Oct 21 08:01:45 2011
Received: from lo.gmane.org ([80.91.229.12])
	by linuxtogo.org with esmtp (Exim 4.72)
	(envelope-from <gcho-openembedded-devel@m.gmane.org>)
	id 1RH8Ar-0005uj-LH for openembedded-devel@lists.openembedded.org;
	Fri, 21 Oct 2011 08:01:45 +0200
Received: from list by lo.gmane.org with local (Exim 4.69)
	(envelope-from <gcho-openembedded-devel@m.gmane.org>)
	id 1RH85C-0005cy-6T for openembedded-devel@lists.openembedded.org;
	Fri, 21 Oct 2011 07:55:54 +0200
Received: from ip545070eb.adsl-surfen.hetnet.nl ([84.80.112.235])
	by main.gmane.org with esmtp (Gmexim 0.1 (Debian))
	id 1AlnuQ-0007hv-00 for <openembedded-devel@lists.openembedded.org>;
	Fri, 21 Oct 2011 07:55:54 +0200
Received: from koen by ip545070eb.adsl-surfen.hetnet.nl with local (Gmexim 0.1
	(Debian)) id 1AlnuQ-0007hv-00
	for <openembedded-devel@lists.openembedded.org>;
	Fri, 21 Oct 2011 07:55:54 +0200
X-Injected-Via-Gmane: http://gmane.org/
To: openembedded-devel@lists.openembedded.org
From: Koen Kooi <koen@dominion.thruhere.net>
Date: Fri, 21 Oct 2011 07:55:41 +0200
Lines: 20
Message-ID: <j7r1gt$3jk$1@dough.gmane.org>
References: <cover.1319168013.git.otavio@ossystems.com.br>
	<1d63385213ee2d6741906cf2e61ccfb6fee58270.1319168013.git.otavio@ossystems.com.br>
Mime-Version: 1.0
Content-Type: text/plain; charset

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

end of thread, other threads:[~2011-10-21  4:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-20 17:45 Machine Configuration Russell Morris
2011-10-20 19:17 ` Gary Thomas
2011-10-20 21:44   ` Koen Kooi
2011-10-20 22:17     ` Russell Morris
     [not found]       ` <CAMKF1soL9oEShqjfAfpyfEvq1XrHDNqE_-1R6PCdnsqUCPHmLg@mail.gmail.com>
2011-10-21  3:27         ` Russell Morris

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.