* Change in bitbake rules or processing?
@ 2010-11-17 14:28 Gary Thomas
0 siblings, 0 replies; only message in thread
From: Gary Thomas @ 2010-11-17 14:28 UTC (permalink / raw)
To: Poky
I had a recipe (.bbappend file) which added something like this:
SRC_URI_powerpc =+ "file://my.patch "
This fails when trying to build with today's master. I had to
change it to this:
SRC_URI_append = "file://my.patch "
I also cannot have the "powerpc" override or else it doesn't work.
* Has this behaviour changed?
* Should it not work, or was I just lucky before?
* How can I get the machine/architecture override back in there?
Thanks
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-11-17 14:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-17 14:28 Change in bitbake rules or processing? Gary Thomas
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.