[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] force a factory-preset sdk to quemu

2018-11-02 Thread Zolee K
Thanks for the tip! I'll do it! On 2018. Nov 2., Fri at 10:08, Kosta Zertsekel wrote: > On Fri, Nov 2, 2018, 10:28 Zolee K wrote: > >> I got my board with Yocto based SDK but there is no quemu in the >> configfile by default. Is it possible to add quemu capability manually to

[yocto] force a factory-preset sdk to quemu

2018-11-02 Thread Zolee K
Hi All, I got my board with Yocto based SDK but there is no quemu in the configfile by default. Is it possible to add quemu capability manually to factory-preset sdk? Id like to run the linux in an emulated enviroment, its quiet boring to burn the sd card for each and every minor changes that I

[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"

[yocto] adding own shell script to the image

2018-10-29 Thread Zolee K
Hi All, I'm struggling with this: The error message: /home//recipes-z/testing/testing.bb: Unable to get checksum for testing SRC_URI entry testscript: *file could not be found* Which I don't understand, since the file is definitaly there:-( Could you please help me out with this?

[yocto] adding own shell script

2018-10-29 Thread Zolee K
Hi all, I'd like to install my own test.sh script into the image, I created this recipe file, however I dont know how to have bitbake put the my test.sh into /etc folder SUMMARY = "test.sh" LICENSE = "Z" SRC_URI = "\ file://test.sh \ " do_configure(){ : } do_compile() { : }

[yocto] time zone

2018-10-24 Thread Zolee K
Hi All, I noticed in my device that the time is 2 hours early and UTC. Could you suggest a correct way to set the timezone with a recipe file to Europe/Budapest? Thanks, Zoli -- ___ yocto mailing list yocto@yoctoproject.org

[yocto] adding new layer

2018-10-24 Thread Zolee K
Hi, I created a new layer, modified the conf file content according to the decumentation: # We have a conf and classes directory, add to BBPATH BBPATH .= ":${LAYERDIR}" # We have recipes-* directories, add to BBFILES BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \

Re: [yocto] meta-layer raspberry

2018-10-19 Thread Zolee K
Cool, thanks! On 2018. Oct 20., Sat at 0:04, Andrei Gherzan wrote: > > Hi, > > On Fri, Oct 19, 2018 at 11:39 PM Zolee K > wrote: > >> Hello, >> >> Do you know if I include tha raspberrypi layer it would compile to a >> raspberry pi 1 m

[yocto] meta-layer raspberry

2018-10-19 Thread Zolee K
Hello, Do you know if I include tha raspberrypi layer it would compile to a raspberry pi 1 machine as well or only to the later models? thanks, Zoli -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] modify a recipe file - proftpd

2018-10-18 Thread Zolee K
Hello, I'm very new to the Yocto Project and I got a Barix module that is to be developped with Yocto. I managed to insert the desired programs into the linux image (nano, rsync, mc, proftpd, vlc) by modifying a recipe file but now I'd like to make some changes. I thought I would start with