Re: [yocto] Safely cleaning 'downloads'

2015-10-02 Thread Laurentiu Palcu
Hi Garry, It's probably a little late (I'm not reading the Yocto mailing lists very often now) but sometime ago I ran out of space myself and I wrote this script that I sent out on oe-core mailing list. It did the job for me. For some reason it didn't make it in master but maybe you find it useful

Re: [yocto] Raspberry b+ support

2014-10-31 Thread Laurentiu Palcu
On Fri, Oct 31, 2014 at 01:13:53PM +0100, Natural Groove wrote: > Hi, > > I am interested in using oe to crossbuild stuff for raspberry pi b+, > and I wondered if someone already achieved to do this? > From what I read there are some specifics to deal with, can someone > help me with setting this

[yocto] [meta-raspberrypi][PATCH] gstreamer1.0-plugins-bad: raname bbappend to work with any version in oe-core

2014-10-19 Thread Laurentiu Palcu
Signed-off-by: Laurentiu Palcu --- ...bappend => gstreamer1.0-plugins-bad_%.bbappend} |0 1 file changed, 0 insertions(+), 0 deletions(-) rename recipes-multimedia/gstreamer/{gstreamer1.0-plugins-bad_1.4.0.bbappend => gstreamer1.0-plugins-bad_%.bbappend} (100%) diff --git a/r

Re: [yocto] PR server doesn't always work?

2014-04-23 Thread Laurentiu Palcu
Hi Gary, Sorry for the late reply. It could be possible that the packages index files are not re-generated when you run 'bitbake package-index'. Depending on the PM you use, can you please try to remove the index files in all the directories in tmp/deploy/(ipk|deb|rpm)? So, before "Rebuild package

Re: [yocto] Help-Gstreamer Vaapi Plugin Issue in 1080p mp4 playback

2014-03-27 Thread Laurentiu Palcu
Hi Meena, On Thu, Mar 27, 2014 at 06:58:53AM +, Meenakumari Shedole wrote: > Hi All, > > We are having some problem regarding gstreamer Vaapi Plugin would like to > discuss. > > We are using gstreamer0.10.36 for our 1080p mp4 playback and we have used > following gstraemer pipeline. > filesr

Re: [yocto] problem with yocto behind http_proxy

2014-02-19 Thread Laurentiu Palcu
uth=user:pass Above is just an example. You'll probably have to adujust it, depending on your proxy type. See the manual for details. laurentiu > > > 2014-02-19 14:51 GMT+01:00 Laurentiu Palcu : > > On Wed, Feb 19, 2014 at 02:24:38PM +0100, Federico Vitali wrote: >

Re: [yocto] problem with yocto behind http_proxy

2014-02-19 Thread Laurentiu Palcu
ntication is only supported for HTTP CONNECT proxies at present. Though I don't know how you specify a password... perhaps -Puser:passwd? laurentiu > > > 2014-02-19 13:56 GMT+01:00 Laurentiu Palcu : > > Hi Federico, > > You can find more info

Re: [yocto] problem with yocto behind http_proxy

2014-02-19 Thread Laurentiu Palcu
Hi Federico, You can find more info about setting up Yocto behind proxies here: https://wiki.yoctoproject.org/wiki/Working_Behind_a_Network_Proxy For git, I recommend the 'nc' method. Works fine for me. laurentiu On Wed, Feb 19, 2014 at 12:12:58PM +0100, Federico Vitali wrote: > sorry I forgot

Re: [yocto] Getting a relocate_sdk.py issue when installing a sdk on Centos

2013-10-30 Thread Laurentiu Palcu
On Wed, Oct 30, 2013 at 10:00:14AM -0400, Brian Hutchinson wrote: > > On Oct 30, 2013 9:36 AM, "Laurentiu Palcu" wrote: > > > > On Wed, Oct 30, 2013 at 09:19:56AM -0400, Brian Hutchinson wrote: > > > On Wed, Oct 30, 2013 at 1:41 AM,

Re: [yocto] Getting a relocate_sdk.py issue when installing a sdk on Centos

2013-10-30 Thread Laurentiu Palcu
On Wed, Oct 30, 2013 at 09:19:56AM -0400, Brian Hutchinson wrote: > On Wed, Oct 30, 2013 at 1:41 AM, Laurentiu Palcu > wrote: > > ^ > This commit: > > commit 39356f622d3d2226f12c4930beeaf4b392d90ca5 > Author: Konrad Scherer > Date:

Re: [yocto] Getting a relocate_sdk.py issue when installing a sdk on Centos

2013-10-29 Thread Laurentiu Palcu
Hi Brian, On Tue, Oct 29, 2013 at 05:21:53PM -0400, Brian Hutchinson wrote: > On Tue, Oct 29, 2013 at 5:04 PM, Brian Hutchinson > wrote: > > Hi, > > I tried to research this issue I'm seeing but hit a bunch of noise. I > generated a Yocto 1.5 sdk with my image and -c populate_sdk

Re: [yocto] meta-toolchain-qt with Qt Creator

2013-10-07 Thread Laurentiu Palcu
Hi Diego, On Mon, Oct 07, 2013 at 08:18:00AM -0300, Diego Sueiro wrote: > 2013/10/7 Laurentiu Palcu > > Hi Diego, > It's a little more complicated than that. After building the toolchain, > all binaries have the default absolute path to the dynamic loa

Re: [yocto] meta-toolchain-qt with Qt Creator

2013-10-07 Thread Laurentiu Palcu
Hi Diego, On Fri, Oct 04, 2013 at 05:26:06PM -0300, Diego Sueiro wrote: > Folks, > > I've found the issue. > I was installing the poky toolchain outside the default path > (/opt/opky/1.4.2). > After installing on default path, Qt creator was enable to find the right QT > version. I compiled an e

Re: [yocto] [poky] Is this a bug of binutils

2013-09-26 Thread Laurentiu Palcu
t; cannot find /usr/lib/libc_nonshared.a > collect2: error: ld returned 1 exit status > - > > It seems that ld don‘t really reasonable to do like that,which binutils-2.22 > can handle correctly > Does poky

Re: [yocto] [poky] Is this a bug of binutils

2013-09-20 Thread Laurentiu Palcu
Hi, On Fri, Sep 20, 2013 at 06:25:19PM +0800, Li Zhijian wrote: > > > >III) compile a simple C program > ># cat test.c > >int main () > >{ > >printf("hello world\n"); > >return 0; > >} > ># source toolchain-1.3-tcmode-default/environment-setup-x86_64-poky-linux

Re: [yocto] [poky] Is this a bug of binutils

2013-09-20 Thread Laurentiu Palcu
On Fri, Sep 20, 2013 at 05:56:25PM +0800, Li Zhijian wrote: > at 2013-9-20 16:50, Laurentiu Palcu wrote: > >On Fri, Sep 20, 2013 at 11:43:31AM +0300, Laurentiu Palcu wrote: > >>Hi, > >> > >>On Fri, Sep 20, 2013 at 02:45:24PM +0800, Li Zhijian wrote: > >&g

Re: [yocto] [poky] Is this a bug of binutils

2013-09-20 Thread Laurentiu Palcu
On Fri, Sep 20, 2013 at 11:43:31AM +0300, Laurentiu Palcu wrote: > Hi, > > On Fri, Sep 20, 2013 at 02:45:24PM +0800, Li Zhijian wrote: > > Hi,all > > > > I got a big problem when using the cross-toolchain to compile a simple C > >

Re: [yocto] Is this a bug of binutils

2013-09-20 Thread Laurentiu Palcu
Hi, On Fri, Sep 20, 2013 at 02:45:24PM +0800, Li Zhijian wrote: > Hi,all > > I got a big problem when using the cross-toolchain to compile a simple C > program. > This problem since 3ae71c74c71f13a390b21b4c3ead04e51aaa82b8 > which is to upgrade the binutils from 2.22 to 2.23.1 > > what I do is

[yocto] [PATCH][yocto-autobuilder] PublishArtifacts.py: do not rename qemux86-64 rootfs directory

2013-09-13 Thread Laurentiu Palcu
ommit those too. [YOCTO #5181] Signed-off-by: Laurentiu Palcu --- .../autobuilder/buildsteps/PublishArtifacts.py | 19 +-- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/lib/python2.7/site-packages/autobuilder/buildsteps/PublishArtifacts.py b/lib/python2.7

Re: [yocto] pre-built yocto toolchains don't install cleanly on fedora 19

2013-07-16 Thread Laurentiu Palcu
There a fix for this on oe-core ML: http://patches.openembedded.org/patch/53761/ Thanks, Laurentiu On Tue, Jul 16, 2013 at 04:40:38AM -0700, Robert P. J. Day wrote: > On Tue, 16 Jul 2013, Robert P. J. Day wrote: > > > > > the current yocto arm toolchain here: > > > > http://downloads.yoctoproj

Re: [yocto] pre-built yocto toolchains don't install cleanly on fedora 19

2013-07-16 Thread Laurentiu Palcu
I'm on it. The issue is tracked here: https://bugzilla.yoctoproject.org/show_bug.cgi?id=4853 Thanks, Laurentiu On Tue, Jul 16, 2013 at 04:18:24AM -0700, Robert P. J. Day wrote: > > the current yocto arm toolchain here: > > http://downloads.yoctoproject.org/releases/yocto/yocto-1.0/toolchain/

Re: [yocto] Installation of i686 SDK on a x86_64 machine?

2013-01-22 Thread Laurentiu Palcu
On 01/22/2013 11:03 AM, Wolfgang Denk wrote: > IdSDK_ARCHINST_ARCH Status > == > 1 ix86ix86works > 2 ix86x86_64 works > 3 x86_64 ix86cannot work > 4 x86_

Re: [yocto] Installation of i686 SDK on a x86_64 machine?

2013-01-22 Thread Laurentiu Palcu
Hi Wolfgang, On 01/22/2013 09:16 AM, Wolfgang Denk wrote: > Hi, > > in previous releases it ha always been possible to install a SDK > configured for a i686 machine on both x86 and x86_64 systems. > > Since commit c04f5435 "populate_sdk_base.bbclass: use SDK_ARCH instead > of SDKMACHINE" this do

Re: [yocto] [PATCH] [eclipse-poky-windows][branch:windows-build]Remove validate existing repository radio button

2012-12-11 Thread Laurentiu Palcu
Why don't you remove the commented code completely? You can always look into file's git history if you need to. Thanks, Laurentiu On 12/11/2012 01:03 PM, Ioana Grigoropol wrote: > - remove radio button for validating existing repository but keep performing > the validation in the back > - make '

Re: [yocto] Howto use yocto meta-toolchain?

2012-12-04 Thread Laurentiu Palcu
On 12/04/2012 01:22 PM, Marco wrote: > Il 03/12/2012 18:46, Zhang, Jessica ha scritto: >> Hi Marco, >> >> Can you filed a bug about this in bugzilla? Also, you don't need to sudo to >> run the install script, if you choose the default location which is >> /opt/poky/1.3, it'll prompt you for th

Re: [yocto] Alternative SDK installation directory working?

2012-11-19 Thread Laurentiu Palcu
On 11/19/2012 03:50 PM, Wolfgang Denk wrote: > Dear Laurentiu, > > In message <50aa31d8.5020...@intel.com> you wrote: >> -> source /opt/poky-test/environment-setup-armv5te-poky-linux-gnueabi -> ${TARGET_PREFIX}gcc -v -o /tmp/x /tmp/x.c >> >> Just do: $CC -o /tmp/x /tmp/x.c >> >> It sho

Re: [yocto] Alternative SDK installation directory working?

2012-11-19 Thread Laurentiu Palcu
Send the reply to the list too. My answer below. On 11/19/2012 03:06 PM, Jack Mitchell wrote: > On 19/11/12 12:35, Wolfgang Denk wrote: >> Hello, >> >> I wonder if the installation of the SDK into an alternative directory >> is actually working? >> >> Trying the latest snapshot >> http://autobuild

Re: [yocto] xserver-xorg

2012-07-17 Thread Laurentiu Palcu
Hi Marc, Apparently, these tests were removed upstream. As we are going to upgrade xserver-xorg package to 1.12.3, those fixes will be included too. However, if you need the fix now, I attached the patch. Thanks, Laurentiu On 07/16/2012 08:56 PM, Marc Ferland wrote: > Hi all, > > I'm having tro