From: Russell Morris <openembedded@rkmorris.us>
To: openembedded-devel@lists.openembedded.org
Subject: Re: Machine Configuration
Date: Thu, 20 Oct 2011 22:27:25 -0500 [thread overview]
Message-ID: <1319167645202064500@rkmorris.us> (raw)
In-Reply-To: <CAMKF1soL9oEShqjfAfpyfEvq1XrHDNqE_-1R6PCdnsqUCPHmLg@mail.gmail.com>
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
prev parent reply other threads:[~2011-10-21 4:34 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
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=1319167645202064500@rkmorris.us \
--to=openembedded@rkmorris.us \
--cc=openembedded-devel@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.