Re: [yocto] include own script - custon location

2019-04-29 Thread Burton, Ross
On Mon, 29 Apr 2019 at 10:48, Zolee K wrote: > I guess something is wrong with the do-install function, I thought it would > put the file in the image, but it doesn't. Please help me out on this. Bitbake is literally telling you want to do: > Please set FILES such that these items are

[yocto] include own script - custon location

2019-04-29 Thread Zolee K
Hi, I'd like to include a javascript file in the target machine in a custom location. I got an warning while bitbake: wavesurfer-1.0-r0 do_package: QA Issue: wavesurfer: Files/directories were installed but not shipped in any package: /usr /usr/local /usr/local/www /usr/local/www/sys

Re: [yocto] include own script

2018-10-30 Thread ChenQi
On 10/30/2018 04:42 PM, Zolee K wrote: Hi All, Could you help me out with this? I've been experimenting with this without success, some of you have given me suggestions but neither of them worked yet. ### /recipes-z/testing$ cat testscript.bb DESCRIPTION

[yocto] include own script

2018-10-30 Thread Zolee K
Hi All, Could you help me out with this? I've been experimenting with this without success, some of you have given me suggestions but neither of them worked yet. ### /recipes-z/testing$ cat testscript.bb DESCRIPTION = "test script" LICENSE = "Zoli" SRC_URI = "file://testscript"