Re: [yocto] remove package from sdimg

2015-03-31 Thread Christian Ege
Hi, Am 31.03.2015 17:07 schrieb "abhishek srivastava" : > > hi > i have created core-image-sato sdimg for my project on raspberrypi. actually, i want to run few applications that need python. i want to remove unnecessary packages that were required for smooth compilation of those applications since

Re: [yocto] [prelink-cross] [PATCH 1/1] Remove extra check for ld-linux.so.3 in strcmp

2015-03-31 Thread Maninder Singh
Hi Mark, there is one typo error in this:- http://git.yoctoproject.org/cgit/cgit.cgi/prelink-cross/commit/?h=cross_prelink_staging&id=fd99a47124b1f1141f2afe4e87da7cb209cc2927 + src/get.c: Remove extra checkf ro ld-linux.so.3 in strcmp *** check for * Thanks -

Re: [yocto] [prelink-cross] [PATCH 1/1] Remove extra check for ld-linux.so.3 in strcmp

2015-03-31 Thread Maninder Singh
Hi Mark, Sorry for missing ID in Signed-off-by: Maninder Singh Signed-off-by: Maninder Singh I suggested that change just to remove redundat code. This looks Ok to me http://git.yoctoproject.org/cgit/cgit.cgi/prelink-cross/commit/?h=cross_prelink_staging&id=fd99a47124b1f1141f2afe4e87da7cb209cc2

Re: [yocto] [PATCH] nightly-weston.conf: Run regular build tests for no-X11 case

2015-03-31 Thread Graydon, Tracy
Just following up on this. What images do we wish to do this for? Tracy From: , Ross mailto:ross.bur...@intel.com>> Date: Monday, March 30, 2015 at 2:35 AM To: Paul Eggleton mailto:paul.eggle...@linux.intel.com>> Cc: Tracy Graydon mailto:tracy.gray...@intel.com>>, "yocto@yoctoproject.org

Re: [yocto] "fatal: A branch named 'meta-orig' already exists."

2015-03-31 Thread Bruce Ashfield
On 2015-03-31 6:26 PM, Robert P. J. Day wrote: oh, what fresh hell is this? ... snip ... NOTE: Preparing RunQueue NOTE: Executing SetScene Tasks NOTE: Executing RunQueue Tasks ERROR: Function failed: do_validate_branches (log file is located at /home/rpjday/oe/builds/qemux86/tmp/work/qemux86

Re: [yocto] [meta-raspberrypi] RaspberryPi B+, bitbake make killed, unfinished jobs

2015-03-31 Thread Andrei Gherzan
Hello Tzy, On Sun, Mar 29, 2015 at 6:59 AM, Tzy User wrote: > I am trying to build a new kernel for RaspberryPi model B+ with this > configuration: > > Build Configuration: > BB_VERSION= "1.24.0" > BUILD_SYS = "x86_64-linux" > NATIVELSBSTRING = "Debian-GNU-Linux-7" > TARGET_SYS

Re: [yocto] [meta-raspberrypi][PATCH] spitools : Add new package

2015-03-31 Thread Andrei Gherzan
Hello guys, On Mon, Mar 30, 2015 at 5:33 PM, Gary Thomas wrote: > On 2015-03-30 00:20, texierp wrote: > >> Signed-off-by: texierp >> --- >> recipes-devtools/spitools/spitools_git.bb | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/recipes-devtools/spitools/spitools_git.bb >> b/rec

[yocto] "fatal: A branch named 'meta-orig' already exists."

2015-03-31 Thread Robert P. J. Day
oh, what fresh hell is this? ... snip ... NOTE: Preparing RunQueue NOTE: Executing SetScene Tasks NOTE: Executing RunQueue Tasks ERROR: Function failed: do_validate_branches (log file is located at /home/rpjday/oe/builds/qemux86/tmp/work/qemux86-poky-linux/linux-yocto/3.19.2+gitAUTOINC+9e70b482

Re: [yocto] what is the proper way to build with fedora rawhide/gcc-5.0?

2015-03-31 Thread Robert P. J. Day
On Tue, 31 Mar 2015, Khem Raj wrote: > > On Mar 31, 2015, at 12:54 PM, Robert P. J. Day > > wrote: > > > > > > i asked about this a few weeks ago, finally getting back to it ... > > for better or worse, i'm running fedora rawhide, updated to the point > > where i have gcc-5.0.0: > > > > $ gcc -

Re: [yocto] [OE-core] package update staging

2015-03-31 Thread Burton, Ross
On 31 March 2015 at 16:33, akuster808 wrote: > now that fido is nearing, what is the best method for staging package > updates meant for oe-core? > Send patches now if you wish, both me and Richard have started collating patches that are good for master. Ross -- ___

Re: [yocto] what is the proper way to build with fedora rawhide/gcc-5.0?

2015-03-31 Thread Khem Raj
> On Mar 31, 2015, at 12:54 PM, Robert P. J. Day wrote: > > > i asked about this a few weeks ago, finally getting back to it ... > for better or worse, i'm running fedora rawhide, updated to the point > where i have gcc-5.0.0: > > $ gcc --version > gcc (GCC) 5.0.0 20150208 (Red Hat 5.0.0-0.10

Re: [yocto] what is the proper way to build with fedora rawhide/gcc-5.0?

2015-03-31 Thread Burton, Ross
On 31 March 2015 at 20:54, Robert P. J. Day wrote: > in any event, is there a *preferred* way to build using fedora > rawide at this point? > Blimey, gcc 5 looks like a barrel of laughs. Is installing gcc 4.x alongside 5.0 possible, and then set BUILD_CC etc? Ross -- ___

[yocto] what is the proper way to build with fedora rawhide/gcc-5.0?

2015-03-31 Thread Robert P. J. Day
i asked about this a few weeks ago, finally getting back to it ... for better or worse, i'm running fedora rawhide, updated to the point where i have gcc-5.0.0: $ gcc --version gcc (GCC) 5.0.0 20150208 (Red Hat 5.0.0-0.10) Copyright (C) 2015 Free Software Foundation, Inc. This is free software;

Re: [yocto] [prelink-cross] [PATCH 1/1] Remove extra check for ld-linux.so.3 in strcmp

2015-03-31 Thread Mark Hatle
On 3/31/15 2:01 PM, Mark Hatle wrote: > Hmm, I never saw the original email (or thread). (I have no record of ever receiving the original email. How odd...) > What is the context for this, simply that there are multiple ld-linux.do.3 in > the same check and remove one or the other is more effici

Re: [yocto] [prelink-cross] [PATCH 1/1] Remove extra check for ld-linux.so.3 in strcmp

2015-03-31 Thread Mark Hatle
Hmm, I never saw the original email (or thread). What is the context for this, simply that there are multiple ld-linux.do.3 in the same check and remove one or the other is more efficient? (I suspect it will be optimized out, but I can make the change quickly enough.) --Mark On 3/31/15 1:01 PM,

Re: [yocto] Yocto menuconfig not working

2015-03-31 Thread Erik Botö
Hi, Does devshell work for any package? If not, try setting an explicit OE_TERMINAL in local.conf, e.g. OE_TERMINAL = "screen". See http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#var-OE_TERMINAL for details. Cheers, Erik On Wed, Mar 25, 2015 at 11:34 AM, Gerhard de Clercq

Re: [yocto] [prelink-cross] [PATCH 1/1] Remove extra check for ld-linux.so.3 in strcmp

2015-03-31 Thread Khem Raj
> On Mar 30, 2015, at 8:14 PM, Maninder Singh wrote: > > Hi, > > From 05ab779af24baef957972aa1d2a9e9d29212cc4c Mon Sep 17 00:00:00 2001 > From: Maninder Singh > > Date: Thu, 19 Mar 2015 03:02:59 +0530 > Subject: [PATCH 1/1] Remove extra check for ld-linux.so.3 i

Re: [yocto] [oe] tip and cu utility

2015-03-31 Thread Martin Jansa
On Tue, Mar 31, 2015 at 10:03:07AM +, PRAVEEN KUMAR R wrote: > Is there any existing package that provide tip and cu utility ? http://layers.openembedded.org/layerindex/branch/master/recipes/ > > > http://man.cx/TIP(1)? > ? > > -- > ___ > Openem

Re: [yocto] Missing debug symbols

2015-03-31 Thread Gary Thomas
On 2015-03-31 09:58, Gary Thomas wrote: I'm trying to debug some problems with avconv. When I install the debug packages, I got some errors/warnings: # opkg install libav-dbg Installing libav-dbg (9.16-r0.10) on root. Downloading http://192.168.1.116/teton-p0382-feeds/cortexa9hf-vfp-neon/libav

Re: [yocto] [RFC] Toaster integration with Jenkins

2015-03-31 Thread Barros Pena, Belen
Hi Anders, Thanks for the comments. Some answers inline. Cheers Belén On 31/03/2015 10:39, "Anders Darander" wrote: >Hi, > >* Barros Pena, Belen [150330 19:48]: >> We are considering working on integrating Toaster with Jenkins as part >>of >> the next Yocto Project release. Our thinking so f

[yocto] Missing debug symbols

2015-03-31 Thread Gary Thomas
I'm trying to debug some problems with avconv. When I install the debug packages, I got some errors/warnings: # opkg install libav-dbg Installing libav-dbg (9.16-r0.10) on root. Downloading http://192.168.1.116/teton-p0382-feeds/cortexa9hf-vfp-neon/libav-dbg_9.16-r0.10_cortexa9hf-vfp-neon.ipk.

[yocto] package update staging

2015-03-31 Thread akuster808
Morning all, now that fido is nearing, what is the best method for staging package updates meant for oe-core? regards, Armin -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] remove package from sdimg

2015-03-31 Thread abhishek srivastava
hi i have created core-image-sato sdimg for my project on raspberrypi. actually, i want to run few applications that need python. i want to remove unnecessary packages that were required for smooth compilation of those applications since I downloaded entire python and gcc packages which had heavily

[yocto] [prelink-cross] [PATCH 1/1] Remove extra check for ld-linux.so.3 in strcmp

2015-03-31 Thread Maninder Singh
Title: Samsung Enterprise Portal mySingle Hi, From 05ab779af24baef957972aa1d2a9e9d29212cc4c Mon Sep 17 00:00:00 2001From: Maninder Singh Date: Thu, 19 Mar 2015 03:02:59 +0530Subject: [PATCH 1/1] Remove extra check for ld-linux.so.3 in strcmp  if (! strcmp (soname, "ld-linu

Re: [yocto] [PATCH] Gracefully abort if rootfs.img gets to big

2015-03-31 Thread Paul Eggleton
On Tuesday 31 March 2015 10:16:52 Chris Hallinan wrote: > On Tue, Mar 31, 2015 at 9:17 AM, Paul Eggleton > wrote: > > On Monday 30 March 2015 19:17:46 Chris Hallinan wrote: > >> Great catching up with you last week, and thanks for looking at my > >> patch. I supposed it's a double edged sword. I

Re: [yocto] [PATCH] Gracefully abort if rootfs.img gets to big

2015-03-31 Thread Chris Hallinan
On Tue, Mar 31, 2015 at 9:17 AM, Paul Eggleton wrote: > Hi Chris, > > Great to see you at ELC! > > On Monday 30 March 2015 19:17:46 Chris Hallinan wrote: >> Great catching up with you last week, and thanks for looking at my >> patch. I supposed it's a double edged sword. If we make it a >> varia

Re: [yocto] [PATCH] distro_alias.inc: update/sort alias information.

2015-03-31 Thread Flanagan, Elizabeth
Actually, if this hasn't been pulled yet, please do not pull it. I've been finding issues in distrodata.bbclass and distro_check.py that are reporting inaccurate info. I'm patching them right now, but as this patch was based on that inaccurate info, I'd like to rebase it with good data. -b On 31

Re: [yocto] [PATCH] Gracefully abort if rootfs.img gets to big

2015-03-31 Thread Paul Eggleton
Hi Chris, Great to see you at ELC! On Monday 30 March 2015 19:17:46 Chris Hallinan wrote: > Great catching up with you last week, and thanks for looking at my > patch. I supposed it's a double edged sword. If we make it a > variable, it can be set wrong and the build hang again. OTOH, 128MB >

Re: [yocto] [PATCH][yocto-docs] poky.ent: Ubuntu based systems need xlstproc

2015-03-31 Thread Paul Eggleton
On Tuesday 31 March 2015 12:43:33 Burton, Ross wrote: > On 31 March 2015 at 12:38, Flanagan, Elizabeth > wrote: > > On 28 March 2015 at 04:23, Paul Eggleton > > wrote: > > > Which doc building? Our manuals or docs as part of recipes? Can you give > > > an example of a failure? > > > > yocto-docs

Re: [yocto] [PATCH][yocto-docs] poky.ent: Ubuntu based systems need xlstproc

2015-03-31 Thread Burton, Ross
On 31 March 2015 at 12:38, Flanagan, Elizabeth wrote: > On 28 March 2015 at 04:23, Paul Eggleton > wrote: > > Hi Beth, > > > > On Friday 27 March 2015 15:03:10 Beth Flanagan wrote: > >> xlstproc is needed for doc building. I'm sure others are > >> effected as well. > >> > >> Signed-off-by: Beth

Re: [yocto] [PATCH][yocto-docs] poky.ent: Ubuntu based systems need xlstproc

2015-03-31 Thread Flanagan, Elizabeth
On 31 March 2015 at 12:38, Flanagan, Elizabeth wrote: > On 28 March 2015 at 04:23, Paul Eggleton > wrote: >> Hi Beth, >> >> On Friday 27 March 2015 15:03:10 Beth Flanagan wrote: >>> xlstproc is needed for doc building. I'm sure others are >>> effected as well. >>> >>> Signed-off-by: Beth Flanaga

Re: [yocto] [PATCH][yocto-docs] poky.ent: Ubuntu based systems need xlstproc

2015-03-31 Thread Flanagan, Elizabeth
On 28 March 2015 at 04:23, Paul Eggleton wrote: > Hi Beth, > > On Friday 27 March 2015 15:03:10 Beth Flanagan wrote: >> xlstproc is needed for doc building. I'm sure others are >> effected as well. >> >> Signed-off-by: Beth Flanagan >> --- >> documentation/poky.ent | 2 +- >> 1 file changed, 1 i

Re: [yocto] yocto master work-shared, kernel .config seems to have gone awol

2015-03-31 Thread Burton, Ross
On 31 March 2015 at 07:37, Alex J Lennon wrote: > One thought - it might perhaps be helpful to have two command variants to > easily drop into either place from the command line without having to worry > about environment variables? > > e.g. bitbake -c devshell-shared and bitbake -c devshell or s

[yocto] tip and cu utility

2015-03-31 Thread PRAVEEN KUMAR R
Is there any existing package that provide tip and cu utility ? http://man.cx/TIP(1)? ? -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [RFC] Toaster integration with Jenkins

2015-03-31 Thread Anders Darander
Hi, * Barros Pena, Belen [150330 19:48]: > We are considering working on integrating Toaster with Jenkins as part of > the next Yocto Project release. Our thinking so far is collected in this > Bugzilla feature: > https://bugzilla.yoctoproject.org/show_bug.cgi?id=7527 Ah, sounds really interest

[yocto] [[Patch2]Makedumpfile] Add makedumpfile

2015-03-31 Thread Gaurang Shastri
PR NO:[https://bugzilla.yoctoproject.org/show_bug.cgi?id=7069] Signed-off-by: Gaurang Shastri --- .../recipes-cgl/makedumpfile/makedumpfile_1.5.0.bb |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-cgl-common/recipes-cgl/makedumpfile/makedumpfile_1.5.0.bb b/meta-cgl

Re: [yocto] [PATCH] Add makedumpfile utility

2015-03-31 Thread Khem Raj
> On Mar 31, 2015, at 12:37 AM, Gaurang Shastri wrote: > > +do_install() { > + install -d ${D}${bindir}/ > + install -c -m 755 ${S}/makedumpfile ${D}${bindir}/ > +} > + make it a single line like below install -Dm 0755 ${S}/makedumpfile ${D}${bindir}/makedumpfile -- ___

[yocto] [PATCH] Add makedumpfile utility

2015-03-31 Thread Gaurang Shastri
PR No : [https://bugzilla.yoctoproject.org/show_bug.cgi?id=7069] Signed-off-by: Gaurang Shastri --- .../recipes-cgl/makedumpfile/makedumpfile_1.5.0.bb | 19 +++ 1 file changed, 19 insertions(+) create mode 100644 meta-cgl-common/recipes-cgl/makedumpfile/makedumpfile_1.5.0.bb