From: Philip Balister <philip@balister.org>
To: openembedded-devel@lists.openembedded.org
Subject: Re: How update kernel recipe?
Date: Fri, 18 Jul 2008 07:08:23 -0400 [thread overview]
Message-ID: <488079A7.8080100@balister.org> (raw)
In-Reply-To: <4880715F.80707@atmel.com>
[-- Attachment #1: Type: text/plain, Size: 1320 bytes --]
Ulf Samuelsson wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> I have built "gpe-image" for AT91SAM9263EK
> after fixing libsvg-cairo manually due to the LT_VERSION problem.
>
> I would like to upgrade the kernel for AT91SAM9263EK.
> I created a recipe for linux-2.6.25.10 called
> "packages/linux/linux-atmel_2.6.25.10.bb" (found below)
> with DEFAULT_PREFERENCE_at91sam9263ek = "30"
>
> 2.6.25.10 is properly built when I run:
> $ bitbake -b linux-atmel
>
> When I run
> $ bitbake -b gpe-image
> it still builds "packages/linux/linux_2.6.20.bb"
> with DEFAULT_PREFERENCE_at91sam9263ek = "20"
>
> The at91sam9263ek.conf file says:
> PREFERRED_PROVIDER_virtual/kernel = "linux"
>
> I have been trying to figure out how the recipe selection
> process works, and I assume that all bb files starting
> with "linux" will be considered, and then the
> highest DEFAULT_PREFERENCE_<machine> will be used
> to select linux.
>
> This obviously is not correct, since 2.6.20 is built.
>
> Do I need to change PREFERRED_PROVIDER_virtual/kernel
> to "linux-atmel"?
> In that case, why?
Yes. The part after the - is not special. When you say PREFERRED_PRVIDER
= "linux" bitbake will build linux_version, if you put "linux-foo" it
will build linux-foo_version.
Philip
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3303 bytes --]
next prev parent reply other threads:[~2008-07-18 11:09 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-18 10:33 How update kernel recipe? Ulf Samuelsson
2008-07-18 11:08 ` Philip Balister [this message]
2008-07-18 17:20 ` Koen Kooi
2008-07-18 18:53 ` Ulf Samuelsson
2008-07-19 8:00 ` Koen Kooi
2008-07-19 11:37 ` Cliff Brake
2008-07-20 17:21 ` Philip Balister
-- strict thread matches above, loose matches on Subject: below --
2008-07-18 10:40 How update kernel recipe?? Ulf Samuelsson
2008-07-18 10:49 Ulf Samuelsson
2008-07-18 11:00 ` Ulf Samuelsson
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=488079A7.8080100@balister.org \
--to=philip@balister.org \
--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.