On Mon, 5 Mar 2018, EXTERNAL van Riel Rob (ENTER, BT-CO/ENG1.1) wrote: > I'm experiencing strange (at least to my eyes) behaviour from > bitbake. My recipe specifies a git repository as the main SRC_URI, > then, in a variant created using an append file adds a patch like > this: > > SRC_URI_append_mystuff += "file://mystuff.patch"
pretty sure you don't need both "_append" and "+=" in the same assignment. rday -- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
