Re: [yocto] thud, beaglebone-yocto.conf: SERIAL_CONSOLES setting

2018-11-03 Thread Kevin Hao
On Fri, Nov 02, 2018 at 07:27:04AM -0700, Khem Raj wrote: > On Fri, Nov 2, 2018 at 2:02 AM Kevin Hao wrote: > > > > On Fri, Nov 02, 2018 at 09:01:34AM +0100, Heiko Schocher wrote: > > > Hello Kevin, > > > > > > Am 01.11.2018 um 03:18 schrieb Kevin Hao: > > > > On Wed, Oct 31, 2018 at 02:23:00PM +0

Re: [yocto] Kernel development using externalsrc

2018-11-03 Thread Uwe Geuder
On Fri, Nov 2, 2018 at 5:47 PM CHMIELARZ Radoslaw radoslaw.chmielarz-at-leica-geosystems.com wrote: > The company I work for uses yocto to build an image with a custom > linux kernel. The documentation > (https://www.yoctoproject.org/docs/2.5.1/kernel-dev/kernel-dev.html) > suggests a setup where

Re: [yocto] thud, beaglebone-yocto.conf: SERIAL_CONSOLES setting

2018-11-03 Thread Khem Raj
On Sat, Nov 3, 2018 at 1:38 AM Kevin Hao wrote: > > On Fri, Nov 02, 2018 at 07:27:04AM -0700, Khem Raj wrote: > > On Fri, Nov 2, 2018 at 2:02 AM Kevin Hao wrote: > > > > > > On Fri, Nov 02, 2018 at 09:01:34AM +0100, Heiko Schocher wrote: > > > > Hello Kevin, > > > > > > > > Am 01.11.2018 um 03:18

[yocto] smartpm "already installed" issue

2018-11-03 Thread Máté Tüske
Hello, I just created an rpm repo for my morty yocto os. The problem is that every new package installation is failed because the dependencies "are already installed". E.g.: error: package libc6-2.24-r0.arm1176jzfshf_vfp is already installed In the repo there is the same package that is locally

Re: [yocto] thud, beaglebone-yocto.conf: SERIAL_CONSOLES setting

2018-11-03 Thread Kevin Hao
On Sat, Nov 03, 2018 at 07:38:02AM -0700, Khem Raj wrote: > On Sat, Nov 3, 2018 at 1:38 AM Kevin Hao wrote: > > > > On Fri, Nov 02, 2018 at 07:27:04AM -0700, Khem Raj wrote: > > > On Fri, Nov 2, 2018 at 2:02 AM Kevin Hao wrote: > > > > > > > > On Fri, Nov 02, 2018 at 09:01:34AM +0100, Heiko Schoc

Re: [yocto] How to avoid stripping libthread_db to enable gdb thread debugging?

2018-11-03 Thread Hui Liu
Thanks mark. glibc-dbg resolved this issue. On Fri, Nov 2, 2018 at 11:21 AM Mark Hatle wrote: > On 11/2/18 1:03 PM, Hui Liu wrote: > > Hi, > > > > I add gdb to my recipe, and found gdb can't enable thread debugging. > > > > The warning from gdb is: > > > > warning: Unable to find libthread_db ma