All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denis@denix.org>
To: openembedded-devel@lists.openembedded.org
Subject: Re: Amend recipes which do not contain a (new) target machine	in COMPATIBLE_MACHINE
Date: Wed, 08 Jun 2011 11:52:11 -0400	[thread overview]
Message-ID: <20110608155211.GA29476@denix.org> (raw)
In-Reply-To: <0C757E680E33864AB113392C7E83F910BE5186@GSX300A.mxchg.m.corp>

On Wed, Jun 08, 2011 at 05:46:19PM +0200, Hauser, Wolfgang (external) wrote:
> >I guess you might not be able to append to COMPATIBLE_MACHINE from
> >amend.inc since amend.bbclass probably doesn't get run early enough.
> >But you should be able to use COMPATIBLE_MACHINE_append_pn-... in your
> >layer.conf, or COMPATIBLE_MACHINE += in a .bbappend file.  Are those
> not
> >working for you?
> 
> The .bbappend files don't work with bitbake version 1.10.2 which is
> required by OE release 2011.03.
> 
> I want to use linux-omap-psp_2.6.32.bb as kernel recipe, how is the
> exact format for COMPATIBLE_MACHINE_append_pn-... ?
> 
> I tried COMPATIBLE_MACHINE_append_linux-omap-psp = "mymachine" and
> COMPATIBLE_MACHINE_append_pn-linux-omap-psp = "mymachine", both don't
> work for me.

COMPATIBLE_MACHINE is a regular expression, so you need to make sure the 
syntax is not broken when you append to it. In the case of linux-omap-psp, you 
can try adding "|mymachine"...

-- 
Denys



  reply	other threads:[~2011-06-08 15:55 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-08 11:44 Amend recipes which do not contain a (new) target machine in COMPATIBLE_MACHINE Hauser, Wolfgang (external)
2011-06-08 11:55 ` Koen Kooi
2011-06-08 12:02   ` Hauser, Wolfgang (external)
2011-06-08 12:01 ` Phil Blundell
2011-06-08 12:17   ` Hauser, Wolfgang (external)
2011-06-08 12:21     ` Phil Blundell
2011-06-08 15:46       ` Hauser, Wolfgang (external)
2011-06-08 15:52         ` Denys Dmytriyenko [this message]
2011-06-08 16:10           ` Hauser, Wolfgang (external)
2011-06-08 15:54         ` Phil Blundell
2011-06-08 16:00         ` Koen Kooi
2011-06-08 16:13           ` Hauser, Wolfgang (external)
2011-06-08 16:50             ` Stefan Schmidt
2011-06-08 17:02               ` Hauser, Wolfgang (external)
2011-06-08 17:21                 ` Stefan Schmidt
2011-06-08 19:34                   ` Koen Kooi
2011-06-09  9:42                   ` Hauser, Wolfgang (external)
2011-06-09 12:03                     ` Stefan Schmidt
2011-06-09 22:36         ` 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=20110608155211.GA29476@denix.org \
    --to=denis@denix.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.