Reported independently by @colin-pm and @umair-as
My main issue was the --bbappend and --meta-layer flags did not work as I would have hoped. The command above added both the patches to the upstream recipe in poky and a bbappend too, not meta-lts-collab.
--bbappend creates a new version-pinned bbappend even when a matching
wildcard bbappend (_%.bbappend) already exists, and the
SRC_URI merge can leave a malformed line that breaks bitbake parsing
for the whole build.
Reported independently by @colin-pm and @umair-as
My main issue was the --bbappend and --meta-layer flags did not work as I would have hoped. The command above added both the patches to the upstream recipe in poky and a bbappend too, not meta-lts-collab.
--bbappend creates a new version-pinned bbappend even when a matching
wildcard bbappend (_%.bbappend) already exists, and the
SRC_URI merge can leave a malformed line that breaks bitbake parsing
for the whole build.