All of lore.kernel.org
 help / color / mirror / Atom feed
* amend-recipes.inc
@ 2009-05-22 18:20 Christopher Larson
  2009-05-22 20:35 ` amend-recipes.inc Michael Smith
  0 siblings, 1 reply; 16+ messages in thread
From: Christopher Larson @ 2009-05-22 18:20 UTC (permalink / raw)
  To: openembedded-devel

I created a little .inc that can be loaded into a distro .conf.  It  
just enables the ability to amend bits to a recipe from its  
filespath.  I mentioned this in a previous email wrt managing  
overlays.  It's incredibly simple, but I'd like a sanity check :)  It  
seems to work fine in my local test builds.

python () {
	import bb
	amendfile = bb.which(d.getVar("FILESPATH", 1), "amend.inc")
	if amendfile:
		bb.parse.handle(amendfile, d, 1)
}
-- 
Chris Larson
Software Engineer
MontaVista Software, Inc.
Email: clarson AT mvista DOT com
Email: clarson AT kergoth DOT com



^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2009-05-30 17:41 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-22 18:20 amend-recipes.inc Christopher Larson
2009-05-22 20:35 ` amend-recipes.inc Michael Smith
2009-05-22 20:50   ` amend-recipes.inc Christopher Larson
2009-05-22 21:32     ` amend-recipes.inc Michael Smith
2009-05-26  6:28     ` amend-recipes.inc Michael Smith
2009-05-26  6:34       ` [PATCH 1/4] Remove references to base_set_filespath() from recipes that don't need it Michael Smith
2009-05-26  6:34         ` [PATCH 2/4] Replace obsolete base_set_filespath() with FILESPATHPKG in some recipes Michael Smith
2009-05-26  6:34           ` [PATCH 3/4] glibc/eglibc: remove calls to obsolete base_set_filespath() Michael Smith
2009-05-26  6:34             ` [PATCH 4/4] uclibc: " Michael Smith
2009-05-30 16:42               ` Tom Rini
2009-05-30 16:42             ` [PATCH 3/4] glibc/eglibc: " Tom Rini
2009-05-30 16:42           ` [PATCH 2/4] Replace obsolete base_set_filespath() with FILESPATHPKG in some recipes Tom Rini
2009-05-30  0:48         ` [PATCH 1/4] Remove references to base_set_filespath()from recipes that don't need it Michael Smith
2009-05-30  5:29           ` Chris Larson
2009-05-30 17:32             ` Tom Rini
2009-05-30 16:42         ` [PATCH 1/4] Remove references to base_set_filespath() from " Tom Rini

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.