On Fri, 2020-01-10 at 11:04 +0100, Gianfranco Costamagna wrote:
> +do_install_append() {
> + install -d ${D}${docdir}/${PN}
> + cp -R ${S}/examples ${D}${docdir}/${PN}
I think these should be BPN instead of PN so this works with multilib.
Thanks,
Anuj