Re: [yocto] FW: root password in a core-image-base without "debug-tweaks" ?

2015-10-12 Thread Mike Looijmans
On 12-10-15 23:39, Thanassis Silis wrote: I bitbaked a core-image-base without "debug-tweaks" , and now i am greeted on ttymxc1 with a login , but it also asks for password. empty password is not accepted. /etc/shadow states "root::..." so the root password is supposedly empty. but I cannot log

Re: [yocto] [meta-raspberrypi][PATCH V4 1/5] userland: Fix install prefix and generate pkgconfigs

2015-10-12 Thread Joachim Schiele
On 03.10.2015 23:53, Andrei Gherzan wrote: > On Sat, Oct 03, 2015 at 02:47:24PM -0700, Khem Raj wrote: >> On Sat, Oct 3, 2015 at 2:27 PM, Andrei Gherzan wrote: >>> On Sat, Oct 03, 2015 at 10:46:07PM +0200, Andrei Gherzan wrote: On Sat, Oct 03, 2015 at 10:40:50PM +0200, Andrei Gherzan wrote: >

[yocto] FW: root password in a core-image-base without "debug-tweaks" ?

2015-10-12 Thread Thanassis Silis
From: djnass...@hotmail.com To: yocto-boun...@yoctoproject.org Subject: root password in a core-image-base without "debug-tweaks" ? Date: Mon, 12 Oct 2015 19:12:55 + hi all, I bitbaked a core-image-base without "debug-tweaks" , and now i am greeted on ttymxc1 with a login , but it also a

Re: [yocto] FW: packages are compiled but not included in the final image

2015-10-12 Thread Christopher Larson
On Mon, Oct 12, 2015 at 12:02 PM, Thanassis Silis wrote: > Hi Christopher, > thank you for the quick response. may I ask the following as well: > > i am attempting to include "lmsensors" as well as a > CORE_IMAGE_EXTRA_INSTALL. > I get errors while do_rootfs() runs > > Error: lmsensors not found

Re: [yocto] FW: packages are compiled but not included in the final image

2015-10-12 Thread Christopher Larson
On Mon, Oct 12, 2015 at 10:08 AM, Thanassis Silis wrote: > From: djnass...@hotmail.com > To: yocto-boun...@yoctoproject.org > Subject: [yocto] packages are compiled but not included in the final image > Date: Mon, 12 Oct 2015 16:53:51 + > > Hi all, > I am attempting to add a few executables t

[yocto] FW: packages are compiled but not included in the final image

2015-10-12 Thread Thanassis Silis
From: djnass...@hotmail.com To: yocto-boun...@yoctoproject.org Subject: [yocto] packages are compiled but not included in the final image Date: Mon, 12 Oct 2015 16:53:51 + Hi all, I am attempting to add a few executables that are not there by default in a "core-image-base" image. so

Re: [yocto] Webkit2gtk opengl issue

2015-10-12 Thread Mark O'Donovan
On Mon, Sep 28, 2015 at 11:51 AM, Mark O'Donovan wrote: > On Fri, Sep 25, 2015 at 10:01 PM, Trevor Woerner wrote: >> On 09/23/15 07:53, Mark O'Donovan wrote: >>> I am working on an am335x based project, with a webkitgtk >>> program on the screen, displaying a simple webpage. >>> >>> I want to use

Re: [yocto] packagegroup not appearing in HOB

2015-10-12 Thread Barros Pena, Belen
On 07/10/2015 18:36, "yocto-boun...@yoctoproject.org on behalf of Allen Curtis" wrote: >Hello, > >I created a packagegroup file as per the instructions called >packagegroup-foo.bb > >Within that file I define 2 package groups as such. > >PACKAGES = "\ > packagegroup-foo-apps \ > packagegroup-fo

Re: [yocto] Toolchain with debug support (atulkumar singh)

2015-10-12 Thread Taek Hyun Shin
Hi, Try the following: TARGET_CFLAGS_append = " -g -O0" TARGET_CXXFLAGS_append = " -g -O0" Thanks, Best Regards, Wily Taekhyun Shin = Wily Taekhyun Shin Research Engineer R&D Center Telechips Inc. Tel : +

Re: [yocto] Why RDEPENDS wont install packages in rootfs (Vivek Per)

2015-10-12 Thread Taek Hyun Shin
Hi, Results of the image class is different from the result of the package class(rpm, deb, ipk) RDEPENDS is used by the package class For example, in the case of using the rpm Add the contents of the RDEPENDS to Requires items in the spec file This information applies when you create the rpm

[yocto] Toolchain with debug support

2015-10-12 Thread atulkumar singh
Hi All, Can anyone please tell me how to build a meta toolchain with debug support by setting CFLAGS to "-g -O0". I tried adding this into gcc recipe but that didn't worked out for me as another option I even tried adding CFLAGS_gcc = "-g -O0". But no success, actually I wish to debug inside a fu