[yocto] Recipe differences between Danny and Master

Burton, Ross ross.burton at intel.com
Mon Dec 17 09:55:57 PST 2012


On 17 December 2012 17:45, Jim Abernathy <jfabernathy at gmail.com> wrote:
> SRC_URI = "file://myaudios-1.0/myaudios-1.0.tar.gz"

You don't need to specify the myaudios-1.0 section, that's implicit in
the search paths along with the unversioned ${BPN} and files/.
SRC_URI="file://myaudios-1.0.tar.gz" will find it and also work with
every previous Yocto release.

This must have worked previously because the search path logic was
rather overcomplicated and unpredictable.  It was recently cleaned up
but obviously you were unknowingly relying on undocumented behaviour.

Ross



More information about the yocto mailing list