Re: [yocto] Setting a custom hostname using git revisions?

2018-04-04 Thread Stephano Cetola
On 4/4/18 9:13 AM, Stephano Cetola wrote: > On 4/4/18 8:48 AM, Giordon Stark wrote: >> Hi all, >> >> I looked at the bitbake manual, but if I have a custom layer that's >> checked out at a specific revision, how can I access the variable >> containing the revision to embed it into the hostname vari

Re: [yocto] binutils 2.29.1 ARM Thumb kernel problem

2018-04-04 Thread Khem Raj
On Mon, Apr 2, 2018 at 4:14 PM, Andre McCurdy wrote: > On Mon, Apr 2, 2018 at 1:15 PM, Chris Elledge > wrote: >> I recently upgraded my Yocto based project to Yocto 2.4.2, and I encountered >> a problem when building my custom kernel for an AT91 SAMA5D3X platform. I've >> been using an ARM Thumb2

Re: [yocto] binutils 2.29.1 ARM Thumb kernel problem

2018-04-04 Thread Andre McCurdy
On Wed, Apr 4, 2018 at 9:14 AM, Andre McCurdy wrote: > On Wed, Apr 4, 2018 at 8:06 AM, Chris Elledge > wrote: >> Thanks for the feedback. I rolled back binutils to 2.28.0 by copying the >> yocto-2.3.3 binutils recipe directory into my custom layer. That has >> resolved the issue. >> >> I can conf

Re: [yocto] ERROR: problem:package openssh-7.6p1-r0.i586 conflicts with dropbear provided by dropbear-2017.75-r0.i586

2018-04-04 Thread Sandeep G.R
Add this to local.conf PACKAGE_EXCLUDE += " packagegroup-core-ssh-dropbear" *Thanks,* *Sandeep* On Mon, Apr 2, 2018 at 4:38 AM, Aditya Tayade wrote: > Hi, > > > I trying to build core-image-sato using yocto 2.5 with new package openssh. > > > Added openssh entry in the local.conf file as foll

Re: [yocto] [Mesa-dev] VC4 not working for me with mesa 17.3.7 - was [meta-raspberrypi] VC4 not working for me with mesa 17.3.7

2018-04-04 Thread Daniel Stone
Hi Trevor, On 2 April 2018 at 23:09, Trevor Woerner wrote: > On Mon 2018-04-02 @ 11:46:39 PM, Andreas Müller wrote: >> > to my conf/local.conf has glmark2-es2 running, and chromium-x11 is running >> > accelerated out-of-the-box (i.e. I don't have to install the egl/gles >> > libraries it builds i

[yocto] ERROR: problem:package openssh-7.6p1-r0.i586 conflicts with dropbear provided by dropbear-2017.75-r0.i586

2018-04-04 Thread Aditya Tayade
Hi, I trying to build core-image-sato using yocto 2.5 with new package openssh. Added openssh entry in the local.conf file as follows: IMAGE_INSTALL_append = "openssh" But facing some conflicts error. Please refer attached log file for more information. Could you please help to resolve th

[yocto] QEMU package list verification

2018-04-04 Thread Aditya Tayade
Hi , Please refer to my below steps to understand how OS components are included in the Qemu image for Yocto 2.5 1) Build core-image-sato for yocto 2.5 ( DISTRO_VERSION = 2.4+snapshot-20180402) 2) I used the bitbake-layers show-recipes to list down the packages . 3) Verify whether the packages ar

Re: [yocto] Setting a custom hostname using git revisions?

2018-04-04 Thread Stephano Cetola
On 4/4/18 8:48 AM, Giordon Stark wrote: > Hi all, > > I looked at the bitbake manual, but if I have a custom layer that's > checked out at a specific revision, how can I access the variable > containing the revision to embed it into the hostname variable? > > I would want to append the hostname v

Re: [yocto] binutils 2.29.1 ARM Thumb kernel problem

2018-04-04 Thread Andre McCurdy
On Wed, Apr 4, 2018 at 8:06 AM, Chris Elledge wrote: > Thanks for the feedback. I rolled back binutils to 2.28.0 by copying the > yocto-2.3.3 binutils recipe directory into my custom layer. That has > resolved the issue. > > I can confirm that binutils 2.29.0 also has the problem. I went from > yo

Re: [yocto] Kernel configuration patches not persisting?

2018-04-04 Thread Stephano Cetola
On 4/4/18 8:39 AM, Giordon Stark wrote: > Hi Stephano, > > I see. A large part of this confusion probably comes from the fact that > they're both using kconfig indeed. ARCH_ZYNQMP is actually used by the > u-boot-xlnx as well (maybe that makes things even more confusing). > > Do both u-boot and l

[yocto] Setting a custom hostname using git revisions?

2018-04-04 Thread Giordon Stark
Hi all, I looked at the bitbake manual, but if I have a custom layer that's checked out at a specific revision, how can I access the variable containing the revision to embed it into the hostname variable? I would want to append the hostname variable in: recipes-core/base-files/base-files_%.bbapp

Re: [yocto] Kernel configuration patches not persisting?

2018-04-04 Thread Giordon Stark
Hi Stephano, I see. A large part of this confusion probably comes from the fact that they're both using kconfig indeed. ARCH_ZYNQMP is actually used by the u-boot-xlnx as well (maybe that makes things even more confusing). Do both u-boot and linux-yocto accept kernel fragments? Is a kernel config

Re: [yocto] Kernel configuration patches not persisting?

2018-04-04 Thread Stephano Cetola
On 4/4/18 7:48 AM, Giordon Stark wrote: > Hi all, > > I have a custom board with custom kernel config changes. Because of > that, I append the u-boot recipe as well: > > https://github.com/kratsg/meta-l1calo/blob/master/recipes-bsp/u-boot/u-boot-xlnx_%25.bbappend >   > > with my machine.h and de

Re: [yocto] binutils 2.29.1 ARM Thumb kernel problem

2018-04-04 Thread Chris Elledge
Thanks for the feedback. I rolled back binutils to 2.28.0 by copying the yocto-2.3.3 binutils recipe directory into my custom layer. That has resolved the issue. I can confirm that binutils 2.29.0 also has the problem. I went from yocto-2.3 to 2.4.2 so I hadn't tried binutils 2.29.0 previously. Th

[yocto] Kernel configuration patches not persisting?

2018-04-04 Thread Giordon Stark
Hi all, I have a custom board with custom kernel config changes. Because of that, I append the u-boot recipe as well: https://github.com/kratsg/meta-l1calo/blob/master/recipes-bsp/u-boot/u-boot-xlnx_%25.bbappend with my machine.h and defconfig files here: https://github.com/kratsg/meta-l1calo/t

Re: [yocto] defconfig file (or fragment files) not used

2018-04-04 Thread Bruce Ashfield
On 2018-04-04 5:58 AM, Vincent Daanen wrote: Hi, On 03/30/2018, Bruce Ashfield wrote Is this using master of oe-core ? Is this a setup that I can configure and build here ? If I can easily reproduce it, I can offer better suggestions. I'm using rocko version Do you need more info to help m

[yocto] Glibc fetch error inside proxy

2018-04-04 Thread Chanho Park
Hi, Since the glibc revision has been moved to 2.26(d300041c), I couldn’t fetch the glibc source properly. It seemed the glibc repository has a problem when cloning it inside http proxy. According to the mirrors.bbclass, the mirror of the glibc can be downloaded by http://downloads.yoctoproject.or

[yocto] EFL : Status, WIP, interest...

2018-04-04 Thread Stefano Babic
Hi, I would like to know which is the status and the interest about EFL and Enlightment. I found the old Takashi's thread : https://lists.yoctoproject.org/pipermail/yocto/2017-February/034588.html I have seen that Takashi did already a lot of work starting a meta-efl-rebuilding (maybe to be adde

Re: [yocto] defconfig file (or fragment files) not used

2018-04-04 Thread Vincent Daanen
Hi, On 03/30/2018, Bruce Ashfield wrote > > Is this using master of oe-core ? Is this a setup that I can configure and > build here ? > > If I can easily reproduce it, I can offer better suggestions. I'm using rocko version Do you need more info to help me ? Thanks Vincent -- ___