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