[oe] Is it possible for a recipe to include/require something from a subdirectory?

Ulf Samuelsson ulf.samuelsson at atmel.com
Thu Aug 20 14:31:19 UTC 2009


I just finished a nice gnome script which allows me to automatically
generate SRC_URI_append's

I select the files[1-4] in <recipy-dir>/<recipy>/<xxx>/<yyy>",
and then run the script

result is:

SRC_URI_append_<board> = "\
	file://<file1>	\
	file://<file2>	\
	file://<file3>	\
	file://<file4>	\
	"

Now, in <recipy-dir>/<recipy>.bb I want to include the file using

require <xxx>/<yyy>/SRC_URI_append

This did not work, so I tried symlinking - bad move...
I'd hate having to move it to the top directory of the recipe.

Any ideas?

-- 
Best Regards
Ulf Samuelsson





More information about the Openembedded-devel mailing list