Re: [yocto] time zone

2018-10-24 Thread Takayasu Ito
On 2018/10/24 23:35, Zolee K wrote: 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 Hi Zoli IMAGE_INSTALL_append = " tzdata" DEFAULT_TIMEZONE =

Re: [yocto] adding new layer

2018-10-24 Thread Paul Eggleton
Hi Zoli On Thursday, 25 October 2018 2:36:31 AM NZDT Zolee K wrote: > 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 >

Re: [yocto] Force recipe(non library) to build 32bit packages(only) for 64bit machine

2018-10-24 Thread Burton, Ross
On Wed, 24 Oct 2018 at 09:11, Andrey Strunin wrote: > My machine configuration is Mips64 and I use MULTILIB. It works ok, but > there is a question... > Is it possible to build a recipe(non library) only for 32bit? > I know about lib32-${libname} notation, but what about non-libraries? > The

[yocto] Layers for AMD Geode LX 800

2018-10-24 Thread Mauro Ziliani
Hi all. Do you know if there is some layers ready for the board in subject? It is an IBASE IB550F. Thanks all Mauro -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[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] Compilation error while backporting xserver-xorg of poky master branch to rocko

2018-10-24 Thread Pandey, Kamal
Hello, I am trying to run Weston 5.0 using poky's rocko branch, so I backported a few packages from poky master branch to my own custom layer. But in this process xserver-xorg is giving me a compilation error. The contents of the log file are as follows: aarch64-pdm3-linux-gcc

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

[yocto] Force recipe(non library) to build 32bit packages(only) for 64bit machine

2018-10-24 Thread Andrey Strunin
Hi, folks! My machine configuration is Mips64 and I use MULTILIB. It works ok, but there is a question... Is it possible to build a recipe(non library) only for 32bit? I know about lib32-${libname} notation, but what about non-libraries? The sources I have to compile aren't build on 64bit at

[linux-yocto] [PATCH] ipv4: net namespace does not inherit network configurations

2018-10-24 Thread zhe.he
From: He Zhe patch from https://lkml.org/lkml/2014/7/29/119 Ipv4 net namespace requires a similar logic change as commit a79ca223e029 [ipv6: fix bad free of addrconf_init_net] introduces for newer kernels. Since a net namespace is independent to another. That is, there is no any relationship