From: Martyn Welch <martyn.welch@gefanuc.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: Adding a new Machine question
Date: Wed, 13 Jan 2010 13:26:31 +0000 [thread overview]
Message-ID: <4B4DCA07.4050005@gefanuc.com> (raw)
In-Reply-To: <97332218.1263387312.156294792.17546@mcgi47.rambler.ru>
Perepelica Alexander wrote:
> Hi!
> I have problem with configs for new x86_64 machine.
> How I read in manual I need set next vasiables
> 1. TARGET_ARCH
> TARGET_ARCH = "x86_64"
> 2. MACHINE_FEATURES
> MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost acpi ext2 x86"
> MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
> 3. PREFERRED_PROVIDER_virtual/kernel
> PREFERRED_PROVIDER_virtual/kernel = "linux"
> And now when I build helloworld-image all is ok i get my RFS image.
> But when I try build bootstrap-image I got error
> " no such directory asm-x86" but I see dir with name "asm-generic" and
> name of machine conf file is x86_64-generic.conf.
> So, I don't understand what I do wrong?
>
I think I had this problem as well when compiling for a i586-generic
(infact i686-generic and x86 as well).
All the kernel bitbake files contain DEFAULT_PREFERENCE = "-1" and the
bitbake file for the newest kernel (linux_2.6.32+2.6.33-rc3.bb
<http://cgit.openembedded.org/cgit.cgi/openembedded/tree/recipes/linux/linux_2.6.32+2.6.33-rc3.bb>
I think) was failing for x86.
I modified linux_2.6.32.bb
<http://cgit.openembedded.org/cgit.cgi/openembedded/tree/recipes/linux/linux_2.6.32.bb>
from:
|DEFAULT_PREFERENCE = "-1"
|
to:
|DEFAULT_PREFERENCE = "1"
|
and was able to build (though I haven't got around to testing the
resulting kernel yet...)
Martyn
--
Martyn Welch (Principal Software Engineer) | Registered in England and
GE Intelligent Platforms | Wales (3828642) at 100
T +44(0)127322748 | Barbirolli Square, Manchester,
E martyn.welch@gefanuc.com | M2 3AB VAT:GB 927559189
next prev parent reply other threads:[~2010-01-13 13:25 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-13 12:55 Adding a new Machine question Perepelica Alexander
2010-01-13 13:26 ` Martyn Welch [this message]
-- strict thread matches above, loose matches on Subject: below --
2010-01-13 15:38 Perepelica Alexander
2010-01-13 16:10 Perepelica Alexander
2010-01-14 8:59 ` Martyn Welch
2010-01-14 9:24 ` Perepelica Alexander
2010-01-14 9:43 ` Andrea Adami
2010-01-14 9:45 ` Martyn Welch
2010-01-14 20:25 ` Khem Raj
2010-01-14 21:05 ` Perepelica Alexander
2010-01-15 6:50 ` Khem Raj
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=4B4DCA07.4050005@gefanuc.com \
--to=martyn.welch@gefanuc.com \
--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.