On 06/03/2011 01:57 AM, Koen Kooi wrote:
>
> Op 3 jun 2011, om 10:22 heeft Richard Purdie het volgende geschreven:
>
>> On Fri, 2011-06-03 at 14:47 +0800, Kang Kai wrote:
>>> From: Kang Kai
>>>
>>> Migrate configurability from oe, try to shrink minimal image size
>>>
>>> The switch is in local.c
Richard/Saul,
This is a consolidated pull request for the past weeks
changes to Linux yocto. There are a few tweaks to BSP
configs, a new BSP branch and more alignment with the
feature mix the 1.0 (2.6.34) kernel tree.
I've built and booted this on all the appropriate
qemu targets.
I'll be away
This SRCREV update picks up the following changes from the
2.6.37 kernel tree:
- fishriver: create and use a dedicated BSP branch
- fishriver: usbnet fixes, but common to all boards
- standard: update omap baseline match the 2.6.34
upstream merge content
Built and boot teste
On Fri, Jun 3, 2011 at 8:43 AM, Phil Blundell wrote:
> On Fri, 2011-06-03 at 09:22 -0500, Mark Hatle wrote:
>> I believe currently we have around 3-5 messages per step, and it's still too
>> noisy -- unless you need to debug something.
>
> Correct. Right now, the output looks like:
>
> NOTE: Runn
On Fri, 2011-06-03 at 09:22 -0500, Mark Hatle wrote:
> I believe currently we have around 3-5 messages per step, and it's still too
> noisy -- unless you need to debug something.
Correct. Right now, the output looks like:
NOTE: Running task 613 of 728 (ID: 190,
virtual:native:/home/pb/oe/oe-cor
Op 1 jun 2011, om 00:26 heeft Scott Garman het volgende geschreven:
> Hey folks,
>
> I'd like to collect some feedback on error messages while building that you
> find confusing/annoying/unhelpful. I'm going to be working on trying to
> improve the situation and would like to hear from you abo
On Friday 03 June 2011 15:35:45 mark gross wrote:
> Well perhaps it would be easier to build a list of packages that have
> been skipped? I think the cache knows about them. Perhaps they could
> be reported to a "skipped" file or something similar?
FYI there is a patch I submitted the other day
On Wed, Jun 01, 2011 at 05:25:58PM +0100, Richard Purdie wrote:
> On Wed, 2011-06-01 at 16:06 +0100, Phil Blundell wrote:
> > On Tue, 2011-05-31 at 15:26 -0700, Scott Garman wrote:
> > > I'd like to collect some feedback on error messages while building that
> > > you find confusing/annoying/unhel
On 6/3/11 1:10 AM, Darren Hart wrote:
>
>
> On 05/31/2011 03:26 PM, Scott Garman wrote:
...
> o In general I find the default UI to be exceedingly noisy. It feels
> very much like what I would write for something I was actively
> developing - ie, something I expect to break a lot! I don't t
On 06/03/2011 03:40 AM, Phil Blundell wrote:
> Older versions of sqlite required tclsh at compile time but this is no longer
> the case with recent 3.7.x.
>
> See
> http://lists.linuxtogo.org/pipermail/openembedded-core/2011-June/003653.html
>
> Signed-off-by: Phil Blundell
Acked-by: Tom Rini
On Thu, 2011-06-02 at 17:52 -0700, Saul Wold wrote:
> On 06/02/2011 12:25 PM, Otavio Salvador wrote:
> > +do_install_append () {
> > +# driver's la files are not packaged
> > +rm -f ${D}${libdir}/xorg/modules/drivers/*.la
> > +}
>
> Would it not be better to package them in the -dev package
On Fri, Jun 3, 2011 at 00:52, Saul Wold wrote:
> Would it not be better to package them in the -dev package instead of
> throwing them away?
They are not packaged by I remove them to avoid the unshiped warning.
--
Otavio Salvador O.S. Systems
E-mail: ota...@ossystems
On Fri, 2011-06-03 at 12:50 +0100, Richard Purdie wrote:
> That was my point in the earlier email :)
Ah right, yes. Evidently I hadn't had enough of my coffee when I
replied to that one. :-}
p.
___
Openembedded-core mailing list
Openembedded-core@li
There is no good reason for uclibc to be machine specific. Remove local
assignment to PACKAGE_ARCH so that it gets the default target
architecture and bump PR for that change.
See http://lists.linuxtogo.org/pipermail/openembedded-core/2011-May/003064.html
Also replace a chunk of anonymous python
On Fri, 2011-06-03 at 12:32 +0100, Phil Blundell wrote:
> On Fri, 2011-06-03 at 14:47 +0800, Kang Kai wrote:
> > If want to disable locale-code charsets or locales, you have to uncomment
> > PACKAGE_NO_GCONV = 1
> > Because without this, it fails on package_do_split_gconvs in
> > libc-package.bbcl
On Fri, 2011-06-03 at 14:47 +0800, Kang Kai wrote:
> If want to disable locale-code charsets or locales, you have to uncomment
> PACKAGE_NO_GCONV = 1
> Because without this, it fails on package_do_split_gconvs in
> libc-package.bbclass
Can we not just fix libc-package.bbclass to stop it failing i
... since this is where collect2 seems to look for them. This seems like
it is really a bug in collect2, but installing the symlinks is an easy
workaround. Without this you get "could not find ld" errors when using -flto.
Signed-off-by: Phil Blundell
---
meta/recipes-devtools/gcc/gcc-package-c
On Thu, 2011-06-02 at 12:45 -0700, Khem Raj wrote:
> +BASE_PACKAGE_ARCH = "all"
> PACKAGE_ARCH = "all"
Is it necessary to define both of those? bitbake.conf does:
PACKAGE_ARCH = "${BASE_PACKAGE_ARCH}"
so it seems like, if setting B_P_A is the right thing to do, there
should be no need to set P
Op 3 jun 2011, om 11:50 heeft Richard Purdie het volgende geschreven:
> On Fri, 2011-06-03 at 10:59 +0200, Koen Kooi wrote:
>> Op 3 jun 2011, om 10:24 heeft Richard Purdie het volgende geschreven:
>>
>>> On Fri, 2011-06-03 at 08:37 +0200, Koen Kooi wrote:
Op 3 jun 2011, om 03:06 heeft Khem
Hi,
Last night I tried to help Tom R. debug boot failures and it turned out that he
was missing the sys_accept4() syscall. This morning I helped a coworker with
the same problem. So let's summarize the situation:
1) recent udevs (>165) depend on the accept4() syscall
2) kernel 2.6.28 added th
Older versions of sqlite required tclsh at compile time but this is no longer
the case with recent 3.7.x.
See http://lists.linuxtogo.org/pipermail/openembedded-core/2011-June/003653.html
Signed-off-by: Phil Blundell
---
meta/recipes-support/sqlite/sqlite3.inc |4 ++--
1 files changed, 2 ins
On Thu, 2011-06-02 at 23:26 +0100, Richard Purdie wrote:
> My understanding is that if you are going to explicitly override DEPENDS
> like that you get what you say you want. We therefore likely need to do
> something like:
>
> DEPENDS = "X Y Z ${EXTRAPERLDEPS}"
> EXTRAPERLDEPS = "perl python"
> E
I'm having problems using the SDK built by meta-toolchain-qte. One or
more native libraries seem to be missing from the SDK install. My host
is x86_64, building for i586 target.
The native libdbus-1.so isn't being installed by the SDK. It is being
built though. I can workaround the problem by manu
The p...@yoctoproject.org list is set as member posting only, which
means that folks who aren't subscribed to that list get an UDN if they
hit "reply all" on a message which was crossposted between poky and the
openembedded-core list. As well as the direct annoyance of the bounce
message, this mea
On Thu, 2011-06-02 at 18:06 -0700, Khem Raj wrote:
> mdev or udev are image features so probably should be controlled by
> IMAGE_FEATURES or some such
Well, yeah, but this is the thing with busybox: it is a monolithic
executable, so you need to decide at configure time what features it's
going to
On Fri, 2011-06-03 at 16:54 +0800, Kang Kai wrote:
> Hi Richard,
>
> Thanks for your comments. And I have one question:
>
> > On Fri, 2011-06-03 at 14:47 +0800, Kang Kai wrote:
> >> From: Kang Kai
> >>
> >> Migrate configurability from oe, try to shrink minimal image size
> >>
> >> The switch is
On Fri, 2011-06-03 at 10:57 +0200, Koen Kooi wrote:
> Op 3 jun 2011, om 10:22 heeft Richard Purdie het volgende geschreven:
>
> > On Fri, 2011-06-03 at 14:47 +0800, Kang Kai wrote:
> >> From: Kang Kai
> >>
> >> Migrate configurability from oe, try to shrink minimal image size
> >>
> >> The swit
On Fri, 2011-06-03 at 10:59 +0200, Koen Kooi wrote:
> Op 3 jun 2011, om 10:24 heeft Richard Purdie het volgende geschreven:
>
> > On Fri, 2011-06-03 at 08:37 +0200, Koen Kooi wrote:
> >> Op 3 jun 2011, om 03:06 heeft Khem Raj het volgende geschreven:
> >>
> >>> On Thursday, June 02, 2011 09:37:41
On Fri, 2011-06-03 at 09:22 +0100, Richard Purdie wrote:
> On Fri, 2011-06-03 at 14:47 +0800, Kang Kai wrote:
> > From: Kang Kai
> >
> > Migrate configurability from oe, try to shrink minimal image size
> >
> > The switch is in local.conf.sample, uncomment the line
> > DISTRO_FEATURES_EGLIBC = "
Op 3 jun 2011, om 10:24 heeft Richard Purdie het volgende geschreven:
> On Fri, 2011-06-03 at 08:37 +0200, Koen Kooi wrote:
>> Op 3 jun 2011, om 03:06 heeft Khem Raj het volgende geschreven:
>>
>>> On Thursday, June 02, 2011 09:37:41 AM Richard Purdie wrote:
On Wed, 2011-06-01 at 20:40 +000
Op 3 jun 2011, om 10:22 heeft Richard Purdie het volgende geschreven:
> On Fri, 2011-06-03 at 14:47 +0800, Kang Kai wrote:
>> From: Kang Kai
>>
>> Migrate configurability from oe, try to shrink minimal image size
>>
>> The switch is in local.conf.sample, uncomment the line
>> DISTRO_FEATURES_E
Hi Richard,
Thanks for your comments. And I have one question:
On Fri, 2011-06-03 at 14:47 +0800, Kang Kai wrote:
From: Kang Kai
Migrate configurability from oe, try to shrink minimal image size
The switch is in local.conf.sample, uncomment the line
DISTRO_FEATURES_EGLIBC = ""
and write what
On Thu, 2011-06-02 at 23:10 -0700, Darren Hart wrote:
> These are maybe a bit off topic, but I'll leave it to you to decide if
> they meet the criteria for this effort.
>
> o bb.debug messages are not logged anywhere nor do they appear on the
> console with -DDD during recipe parsing (while bb.n
On Fri, 2011-06-03 at 08:37 +0200, Koen Kooi wrote:
> Op 3 jun 2011, om 03:06 heeft Khem Raj het volgende geschreven:
>
> > On Thursday, June 02, 2011 09:37:41 AM Richard Purdie wrote:
> >> On Wed, 2011-06-01 at 20:40 +, Otavio Salvador wrote:
> >>> On Wed, Jun 1, 2011 at 20:37, Phil Blundell
On Fri, 2011-06-03 at 14:47 +0800, Kang Kai wrote:
> From: Kang Kai
>
> Migrate configurability from oe, try to shrink minimal image size
>
> The switch is in local.conf.sample, uncomment the line
> DISTRO_FEATURES_EGLIBC = ""
> and write what options you want to enable.
>
> If want to disable
35 matches
Mail list logo