Hi experts,
There is a bug 1169: eglibc doesn't depend on gcc version correctly,
The produce steps are:
1) In the first build dir(e.g, build_1), edit conf/local.conf:
SSTATE_DIR = /path/to/share_sstate
$ bitbake meta-toolchain
2) In the second build dir(e.g, build_2), edit local.conf:
From: Xiaofeng Yan
[YOCTO #999]
Copy metadata of qt4e-demo-image from OE for easy testing qt4embeded on
embedded platform.
This image was tested on qemuarm and can run program "qtdemoE".
Signed-off-by: Xiaofeng Yan
---
meta/recipes-qt/images/qt4e-base-image.bb| 14 ++
meta/recip
From: Xiaofeng Yan
Hi Paul,
Thank you for your very good suggestion for building a qt4e-demo-image.
I modified some .bb files and removed qwt according to your suggestion.
If you have any suggestion for these patches, I will continue modifying it.
Pull URL: git://git.pokylinux.org/poky-contrib
On 08/23/2011 10:05 PM, Kumar Gala wrote:
> Darren,
>
> in meta/recipes-bsp/uboot/u-boot.inc:
>
> # GCC 4.5.1 builds unusable binaries using -Os, remove it from
> OPTFLAGS EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX} OPTFLAGS=''"
>
> Was this for all u-boot builds, regardless of architecture
The gcc-poison-parameters was added specifically to deal with an issue
on ppc targets and a bug when we build with -Os -frename-registers.
This bug below reports the issue and is fixed in gcc-4.6.x:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44618
Signed-off-by: Kumar Gala
---
* v2: add changs
Darren,
in meta/recipes-bsp/uboot/u-boot.inc:
# GCC 4.5.1 builds unusable binaries using -Os, remove it from OPTFLAGS
EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX} OPTFLAGS=''"
Was this for all u-boot builds, regardless of architecture, or just ppc. Was
the build failing or resulting binaries
The gcc-poison-parameters was added specifically to deal with an issue
on ppc targets and a bug when we build with -Os -frename-registers.
This bug below reports the issue and is fixed in gcc-4.6.x:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44618
Signed-off-by: Kumar Gala
---
.../gcc/gcc-4.6
On Aug 23, 2011, at 8:47 PM, Xu, Dongxiao wrote:
>> -Original Message-
>> From: Kumar Gala [mailto:ga...@kernel.crashing.org]
>>
>> If tinylogin is the only issue why modify/patch gcc? I see we have
>> meta/recipes-core/tinylogin/tinylogin-1.4/use_O2_option.patch to deal with
>> this?
>
On Aug 23, 2011, at 8:45 PM, Richard Purdie wrote:
> On Tue, 2011-08-23 at 20:32 -0500, Kumar Gala wrote:
>> If tinylogin is the only issue why modify/patch gcc? I see we have
>> meta/recipes-core/tinylogin/tinylogin-1.4/use_O2_option.patch to deal
>> with this?
>>
>> Not allowing -Os at all, w
On 08/19/2011 09:58 PM, Otavio Salvador wrote:
The following changes since commit c539155c51e43680711130df9050d3e92282591e:
newt: update distro tracking fields (2011-08-19 09:05:54 -0700)
are available in the git repository at:
git://github.com/OSSystems/oe-core master
https://github.c
On 08/19/2011 02:46 AM, jingdong...@windriver.com wrote:
From: Jingdong Lu
Fix bug: [YOCTO #817]
Add kernel modules to rootfs for mpc8315e.
The following changes since commit 081e010443a3436dbd5415968aeb3ef4383e2686:
Jingdong Lu (1):
initrdscripts: fix init-live.sh
are available i
On 08/18/2011 10:21 PM, Lianhao Lu wrote:
This patch fixed the bug #1380. It removed the hard coded url in the opkg
configuration files included in the adt-installer.
The following changes since commit 2e83e6755441cb14bd907d306974338c15173189:
Darren Hart (1):
kernel: restore crtsav
On 08/19/2011 02:56 PM, Chris Larson wrote:
From: Chris Larson
Signed-off-by: Chris Larson
---
meta/recipes-support/libpcre/libpcre_8.12.bb |8
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/meta/recipes-support/libpcre/libpcre_8.12.bb
b/meta/recipes-support/libp
On 08/21/2011 03:08 AM, Robert Yang wrote:
* Steps to reproduce the error:
1) Add the following lines to conf/local.conf:
SDKGCCVERSION="4.5.1"
GCCVERSION="4.5.1"
2) bitbake meta-toolchain
The we will notice the error that sed can't find the directory:
${TMPDIR}/work-shared/gcc-${PV}/gcc-${PV
On 08/19/2011 05:16 AM, martin.ja...@gmail.com wrote:
From: Martin Jansa
* if there is multiple .bbappend files with FILESEXTRAPATHS_prepend := "/:"
then the one parsed last is causing trailing ':' and that's causing empty
element in
path = extrapaths.split(:) + path
* it's hard to keep a
> -Original Message-
> From: Kumar Gala [mailto:ga...@kernel.crashing.org]
>
> If tinylogin is the only issue why modify/patch gcc? I see we have
> meta/recipes-core/tinylogin/tinylogin-1.4/use_O2_option.patch to deal with
> this?
Yes, patch for tinylogin is to deal with the issue.
Besid
On 2011年08月23日 02:46, Paul Eggleton wrote:
On Monday 22 August 2011 10:42:42 Kang Kai wrote:
When I read the file meta/class/qmake-base.bbclass, I find that that
are 2 lines:
unset QMAKESPEC || true
${OE_QMAKE_QMAKE} -makefile -spec ${QMAKESPEC} -o Makefile
$QMAKE_VARSUBST_PRE $AFTE
On 2011年08月22日 19:30, Holger Freyther wrote:
On 08/22/2011 11:42 AM, Kang Kai wrote:
Hi Holger,
I am confused that why unset QMAKESPEC first and then use it a argument for
qmake?
Could you help me to get out of that?
Hi,
it has been a long time and I can only speculate right now. It might hav
On Tue, 2011-08-23 at 20:32 -0500, Kumar Gala wrote:
> If tinylogin is the only issue why modify/patch gcc? I see we have
> meta/recipes-core/tinylogin/tinylogin-1.4/use_O2_option.patch to deal
> with this?
>
> Not allowing -Os at all, which is our current situation on PPC is
> problematic. So t
On Tue, 2011-08-23 at 23:32 +0100, Paul Eggleton wrote:
> The following changes since commit 9134800548a03bfe3a7e351a15f2129bcb3cc680:
>
> xcb/libpthreads: Add BBCLASSEXTEND to resolve missing providers in world
> builds (2011-08-19 16:27:29 -0700)
>
> are available in the git repository at:
>
If tinylogin is the only issue why modify/patch gcc? I see we have
meta/recipes-core/tinylogin/tinylogin-1.4/use_O2_option.patch to deal with this?
Not allowing -Os at all, which is our current situation on PPC is problematic.
So trying to see if this issue is really limited to gcc 4.5 or not.
I don't see how what you are describing maps to --enable-target-optspace being
required.
- k
On Aug 23, 2011, at 8:16 PM, Xu, Dongxiao wrote:
> Hi Kumar,
>
> The background of this commit is, when I upgraded PowerPC gcc to 4.5,
> tinylogin would crash with certain GCC build parameters.
>
> T
On Tue, 2011-08-23 at 16:22 +0100, Paul Eggleton wrote:
> -n is not a POSIX option and does not work on some systems (e.g. Debian
> Lenny); in any case it is not strictly necessary here, so remove it.
>
> Signed-off-by: Paul Eggleton
> ---
> meta/classes/image.bbclass |2 +-
> meta/classes/
On Mon, 2011-08-22 at 14:51 -0700, Saul Wold wrote:
> Richard,
>
> This includes a 3.0.3 kernel update, along with changes from
> many different people. Jessica is OK with the POKY-> OECORE change
>
> Sau!
>
>
> The following changes since commit 9134800548a03bfe3a7e351a15f2129bcb3cc680:
>
>
On Fri, 2011-08-19 at 15:06 -0700, Darren Hart wrote:
> The thumb flag "t" appears to have been copy/pasted to all the
> PACKAGE_EXTRA_ARCHS tune variables. Remove it from the non-thumb versions.
>
> Signed-off-by: Darren Hart
> CC: Jason Kridner
> CC: Koen Kooi
> ---
> meta/conf/machine/inclu
Hi Kumar,
The background of this commit is, when I upgraded PowerPC gcc to 4.5, tinylogin
would crash with certain GCC build parameters.
The root cause for that bug is, if enabled both "-frename-registers" and "-Os"
options to build tinylogin in powerpc architecture, the tinylogin/getty
applic
On Wednesday 24 August 2011 01:16:30 you wrote:
> I would suggest possibly renaming the current meta-qt3 to meta-qt and
> including this set of demos there.
We really don't want to mix Qt 3 and Qt 4; we really only have a layer for Qt
3 for LSB, I doubt anyone will actually use it.
By the way, i
Dongxiao,
Can you explain why this was needed:
commit ce456306dad3fdf42494830011dacae213c48edf
Author: Dongxiao Xu
Date: Sat Sep 25 10:16:26 2010 +0800
gcc: enable poison parameters detection
If not configured with --enable-target-optspace, gcc will report
errors if there is
On 08/23/2011 08:10 AM, Koen Kooi wrote:
Op 23 aug. 2011, om 14:53 heeft Paul Eggleton het volgende geschreven:
On Tuesday 23 August 2011 13:27:11 you wrote:
I would lean toward a seperate meta-qt layer, not sure if it should be
hosted in the oe-core git repo, meta-oe or a completely seperate
combo-layer's hook scripts are intended to modify patches as they pass
through; the default one adds a prefix with the component name and
a line with the component repo revision before the Signed-off-by;
however the script was also unintentionally modifying the contents of
patches *within* the patc
Change to a proper sentence and add a reference to the
COMMERCIAL_LICENSE variable so that the user knows where this can be
controlled.
Addresses remainder of [YOCTO #846]
Signed-off-by: Paul Eggleton
---
meta/classes/base.bbclass |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
dif
The following changes since commit 9134800548a03bfe3a7e351a15f2129bcb3cc680:
xcb/libpthreads: Add BBCLASSEXTEND to resolve missing providers in world
builds (2011-08-19 16:27:29 -0700)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib
paule/combo-l
libtasn is no longer hosted as a sub-project of gnutls, it has its ftp
directory.
Signed-off-by: Joshua Lock
---
meta/recipes-support/gnutls/libtasn1_2.9.bb |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-support/gnutls/libtasn1_2.9.bb
b/meta/recipes-suppo
On Tuesday 23 August 2011 22:39:41 Koen Kooi wrote:
> > My concern is that not all tasks are repeatable;
>
> I consider that a bug :)
Why? If you use the system as intended it's never a problem.
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
___
On Tuesday 23 August 2011 22:20:55 Klausfpga wrote:
> What I wanted to know was what to checkout best:
> origin/master/ might not be a good idea, at least last time I tried
> this I often fell into inconsistent releases
If you mean the "openembedded" repository, there is the 2011.03-maintenance
Op 23 aug. 2011 om 22:07 heeft Paul Eggleton
het volgende geschreven:
> On Tuesday 23 August 2011 20:08:08 you wrote:
>> On 08/19/2011 03:27 AM, Paul Eggleton wrote:
>>> I guess it would, but I'm not sure we really want to be encouraging users
>>> to use -f.
>>
>> I don't see it as having the
Hi Paul,
Thanks for your detailed answer.
On 08/23/2011 06:25 PM, Paul Eggleton wrote:
> Yes that's the correct link, although the website is temporarily down;
> the
> appropriate people have apparently been informed and hopefully can fix it
> soon.
> Ok so just bad timing :-(
>
> However the we
On Tuesday 23 August 2011 20:08:08 you wrote:
> On 08/19/2011 03:27 AM, Paul Eggleton wrote:
> > I guess it would, but I'm not sure we really want to be encouraging users
> > to use -f.
>
> I don't see it as having the same negative conotation as the force
> options to things like rpm and dpkg. He
On 08/19/2011 03:27 AM, Paul Eggleton wrote:
> On Wednesday 17 August 2011 19:41:37 Phil Blundell wrote:
>> On Wed, 2011-08-17 at 19:37 +0100, Paul Eggleton wrote:
>>> +Files in the deploy directory will not be re-created automatically if
>>> you +delete them. If you do delete a file, you will ne
On 08/23/2011 08:22 AM, Paul Eggleton wrote:
> -n is not a POSIX option and does not work on some systems (e.g. Debian
> Lenny); in any case it is not strictly necessary here, so remove it.
>
> Signed-off-by: Paul Eggleton
Acked-by: Darren Hart
> ---
> meta/classes/image.bbclass |2 +-
On 08/23/2011 02:30 AM, Phil Blundell wrote:
> On Mon, 2011-08-22 at 14:51 -0700, Saul Wold wrote:
>> From: Darren Hart
>>
>> Enable machines or distros to select the hard floating point abi for cortexa8
>> machines. I left out the arm7a thumb+neon combinations as they were not
>> present in the
On 08/20/2011 09:01 AM, Khem Raj wrote:
> On 8/19/2011 3:06 PM, Darren Hart wrote:
>> The thumb flag "t" appears to have been copy/pasted to all the
>> PACKAGE_EXTRA_ARCHS tune variables. Remove it from the non-thumb versions.
>>
>
> hmmm non thumb versions can run thumb packages. So I think its
On Tuesday 23 August 2011 17:25:13 Paul Eggleton wrote:
> Yes that's the correct link, although the website is temporarily down; the
> appropriate people have apparently been informed and hopefully can fix it
> soon.
FYI www.openembedded.org is now fixed.
Cheers,
Paul
--
Paul Eggleton
Intel Op
On Tuesday 23 August 2011 10:59:42 Klausfpga wrote:
> Am I using the correct url? (it's at least the url also mentioned in
> wikipedia)
>
> Is the Wiki just temporarily down and I was just unlucky enough to try
> to connect at the wromg time?
Yes that's the correct link, although the website is t
-n is not a POSIX option and does not work on some systems (e.g. Debian
Lenny); in any case it is not strictly necessary here, so remove it.
Signed-off-by: Paul Eggleton
---
meta/classes/image.bbclass |2 +-
meta/classes/kernel.bbclass |2 +-
2 files changed, 2 insertions(+), 2 deletion
Since v1, add a fix for kernel.bbclass as well.
The following changes since commit 9134800548a03bfe3a7e351a15f2129bcb3cc680:
xcb/libpthreads: Add BBCLASSEXTEND to resolve missing providers in world
builds (2011-08-19 16:27:29 -0700)
are available in the git repository at:
git://git.openembe
On Tuesday 23 August 2011 16:12:24 Saul Wold wrote:
> Is this in addition to the previous image.bbclass patch you provided?
> If so, there are 2 usages of -n in original patch that is merged.
Oops, sorry about that. V2 is coming in a few minutes.
Cheers,
Paul
--
Paul Eggleton
Intel Open Source
On 08/17/2011 11:37 AM, Paul Eggleton wrote:
Please review the following changes for suitability for inclusion. If you have
any objections or suggestions for improvement, please respond to the patches. If
you agree with the changes, please provide your Acked-by.
The following changes since commi
On 08/23/2011 03:11 AM, Paul Eggleton wrote:
-n is not a POSIX option and does not work on some systems (e.g. Debian
Lenny); in any case it is not strictly necessary here, so remove it.
Signed-off-by: Paul Eggleton
---
meta/classes/image.bbclass |2 +-
1 files changed, 1 insertions(+), 1
Op 23 aug. 2011, om 14:53 heeft Paul Eggleton het volgende geschreven:
> On Tuesday 23 August 2011 13:27:11 you wrote:
>> I would lean toward a seperate meta-qt layer, not sure if it should be
>> hosted in the oe-core git repo, meta-oe or a completely seperate git repo.
>
> Possibly we should ha
Op 23 aug. 2011, om 12:11 heeft Paul Eggleton het volgende geschreven:
> -n is not a POSIX option and does not work on some systems (e.g. Debian
> Lenny); in any case it is not strictly necessary here, so remove it.
>
> Signed-off-by: Paul Eggleton
Tested-by: Koen Kooi
> ---
> meta/classes/i
Hi Richard and Saul,
This is the second pull request that fixes the hardcoded libdir in procps to
support multilib.
Please help to review and pull.
Thanks,
Dongxiao
The following changes since commit 9134800548a03bfe3a7e351a15f2129bcb3cc680:
xcb/libpthreads: Add BBCLASSEXTEND to resolve mis
Revise the install.patch which hardcode the lib paths.
Change ${PN} to ${BPN} in file names.
Signed-off-by: Dongxiao Xu
---
.../procps/procps-3.2.8/install.patch | 30 +--
meta/recipes-extended/procps/procps_3.2.8.bb |8 ++--
2 files changed, 24 insertion
On Tuesday 23 August 2011 13:27:11 you wrote:
> I would lean toward a seperate meta-qt layer, not sure if it should be
> hosted in the oe-core git repo, meta-oe or a completely seperate git repo.
Possibly we should have meta-qt for Qt applications and additional libraries
such as Qwt (and I'm all
Op 23 aug. 2011, om 14:18 heeft Paul Eggleton het volgende geschreven:
> On Tuesday 23 August 2011 11:57:35 Xiaofeng Yan wrote:
>> From: Xiaofeng Yan
>>
>> [YOCTO #999]
>>
>> Copy metadata of qt4e-demo-image from OE for easy testing qt4embeded on
>> embedded platform. This image was tested on
On Tuesday 23 August 2011 11:57:35 Xiaofeng Yan wrote:
> From: Xiaofeng Yan
>
> [YOCTO #999]
>
> Copy metadata of qt4e-demo-image from OE for easy testing qt4embeded on
> embedded platform. This image was tested on qemuarm and can run program
> "qtdemoE".
I don't think we should pull in qwt in
On Mon, Aug 22, 2011 at 18:58, Saul Wold wrote:
> On 08/19/2011 09:58 PM, Otavio Salvador wrote:
>> TARGET_ARCH makes the building too fragile since it changes during
>> building of target and nativesdk binaries thus making it difficult to
>> handle a proper path for installation of binaries. The
From: Xiaofeng Yan
[YOCTO #999]
Copy metadata of qt4e-demo-image from OE for easy testing qt4embeded on
embedded platform.
This image was tested on qemuarm and can run program "qtdemoE".
Signed-off-by: Xiaofeng Yan
---
meta/recipes-qt/images/qt4e-base-image.bb| 19 +
meta/recipes-q
From: Xiaofeng Yan
Copy metadata of qt4e-demo-image from OE for easy testing qt4e on yocto project.
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: xiaofeng/qt4-demo-image
Browse:
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/qt4-demo-image
Thanks,
Xiaofeng
On Tue, 2011-08-23 at 10:32 +0100, Paul Eggleton wrote:
> On Tuesday 23 August 2011 10:22:12 Phil Blundell wrote:
> > Irrespective of whether it happens to work or not on some or other
> > distro, "cp -n" isn't POSIX and we shouldn't be relying on it.
> >
> > I can't really see why the -n option i
The following changes since commit 9134800548a03bfe3a7e351a15f2129bcb3cc680:
xcb/libpthreads: Add BBCLASSEXTEND to resolve missing providers in world
builds (2011-08-19 16:27:29 -0700)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib paule/sanity3a
-n is not a POSIX option and does not work on some systems (e.g. Debian
Lenny); in any case it is not strictly necessary here, so remove it.
Signed-off-by: Paul Eggleton
---
meta/classes/image.bbclass |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/classes/image.bb
Hi,
After many years I wanted to play with ompenembedded again.
So I wanted to go to the wiki ( http://www.openembedded.org/ ) to get
some info.
The wiki displays:
> MediaWiki internal error.
>
>
>
> Exception caught inside exception handler
Am I using the correct url? (it's at least the url al
On Tuesday 23 August 2011 10:22:12 Phil Blundell wrote:
> Irrespective of whether it happens to work or not on some or other
> distro, "cp -n" isn't POSIX and we shouldn't be relying on it.
>
> I can't really see why the -n option is needed here anyway. It looks to
> me like it could just be remo
On Mon, 2011-08-22 at 14:51 -0700, Saul Wold wrote:
> From: Darren Hart
>
> Enable machines or distros to select the hard floating point abi for cortexa8
> machines. I left out the arm7a thumb+neon combinations as they were not
> present in the original non-hf set.
>
> Signed-off-by: Darren Hart
On Tue, 2011-08-23 at 08:44 +0200, Anders Darander wrote:
> * Koen Kooi [110822 23:01]:
> > Op 17 aug. 2011, om 20:37 heeft Paul Eggleton het volgende geschreven:
> > > + cp -n ${COREBASE}/meta/files/deploydir_readme.txt
> > > ${DEPLOY_DIR_IMAGE}/README_-_DO_NOT_DELETE_FILES_IN_THIS_DIRECTORY.txt
Op 23 aug. 2011, om 08:44 heeft Anders Darander het volgende geschreven:
> * Koen Kooi [110822 23:01]:
>> Op 17 aug. 2011, om 20:37 heeft Paul Eggleton het volgende geschreven:
>>> + cp -n ${COREBASE}/meta/files/deploydir_readme.txt
>>> ${DEPLOY_DIR_IMAGE}/README_-_DO_NOT_DELETE_FILES_IN_THIS
67 matches
Mail list logo