Re: recipe fails to load local files
Bryan Evenson
Lachlan,
If that is your entire recipe, I don’t see any FILES specification: http://www.yoctoproject.org/docs/1.7/mega-manual/mega-manual.html#var-FILES. The SRC_URI just says where to get the source, but the FILES states which files are expected to be added to the package. I believe the FILES variable is auto-populated by a compiled package, which is why you may not see the FILES variable in every recipe. But in your case in which you don’t compile the code but are just installing files on disk, you need to fill out the FILES variable.
Regards, Bryan
From: yocto-bounces@... [mailto:yocto-bounces@...]
On Behalf Of peterengcomau001@...
Sent: Thursday, November 13, 2014 10:21 AM To: yocto@... Subject: [yocto] recipe fails to load local files
I am using yocto 1.6.1 and I have a a number of recipes in |
|