On Sun, May 21, 2017 at 7:25 AM, bahjat khan <[email protected]> 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
--
_______________________________________________
yocto mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/yocto