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 modify
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
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
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 \
${LAYERDIR}/recipes-*/*/*
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
https://lists.yoctoproject.
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() {
:
}
do_in
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?
##
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"
SR
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
ma
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 manual
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
/us
11 matches
Mail list logo