[yocto] Creating a directory in a recipe

Joshua Watt jpewhacker at gmail.com
Mon May 22 11:06:43 PDT 2017


On Sun, May 21, 2017 at 7:25 AM, bahjat khan <khanbahjat at hotmail.com> wrote:

> *do_install() {*
> *      install -d /test/*
>
> Should be: install -d ${D}/test/

>
> *    install -m 0777 bye.sh /test/*
>
> Should be: install -m 0777 bye.sh ${D}/test/

> *}*
>
> All of your install tasks need to install into the ${D} directory

See:
http://www.yoctoproject.org/docs/2.3/mega-manual/mega-manual.html#ref-tasks-install
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20170522/0ba6efa5/attachment.html>


More information about the yocto mailing list