[yocto] How to share files between recipes?

Patrick Doyle wpdster at gmail.com
Thu Sep 19 07:00:13 PDT 2019


On Thu, Sep 19, 2019 at 9:39 AM Patrick Doyle <wpdster at gmail.com> wrote:

> do_install() {
>     install -d ${D}/${datadir}
>     install -m 755 -d ${WORKDIR}/keys ${D}/${datadir}
> }
>
Oops... I just noticed the typo(s) in my recipe... I wasn't installing
the contents of my ${WORKDIR} in ${D}${datadir}/keys the way I thought
I was... all I was doing was creating empty directories.

That's why I ask questions like this... so that right after I ask
them, I can find the blatantly stupid mistake I made in my code.

Thanks for playing!

--wpd


More information about the yocto mailing list