From: Andrei Gherzan
Having -c modifier makes xz to output the compressed data to stdout. In this
way the needed data will be in the do_rootfs log.
Redirect data to ${IMAGE_NAME}.rootfs.${type}.xz .
Signed-off-by: Andrei Gherzan
Signed-off-by: Saul Wold
---
meta/classes/image_types.bbclass |
From: Andrei Gherzan
Having XZ_COMPRESSION_LEVEL on -e -9 and -T 0 will make xz eat more
than 6Gb memory. Reduce this to -6 to make xz to use about 471Mb
on the tested machine.
Signed-off-by: Koen Kooi
Signed-off-by: Andrei Gherzan
Signed-off-by: Saul Wold
---
meta/classes/image_types.bbclas
From: Andrei Gherzan
Default this variable to 0. This will make xz use as many threads as there are
CPU
cores on the system.
Signed-off-by: Koen Kooi
Signed-off-by: Andrei Gherzan
Signed-off-by: Saul Wold
---
meta/classes/image_types.bbclass |3 ++-
1 file changed, 2 insertions(+), 1 de
From: Valentin Popa
The licenses are the same, only some white spaces added/removed.
Signed-off-by: Valentin Popa
Signed-off-by: Richard Purdie
---
meta/recipes-extended/xz/xz_5.0.3.bb | 28
meta/recipes-extended/xz/xz_5.1.1alpha.bb | 28 +
This contains bugfixes from the 5.0.3 and 5.0.4 releases
Signed-off-by: Koen Kooi
Signed-off-by: Saul Wold
---
meta/recipes-extended/xz/xz_5.1.1alpha.bb | 28
meta/recipes-extended/xz/xz_5.1.2alpha.bb | 25 +
2 files changed, 25 insertion
On Wed, Jul 18, 2012 at 11:29:43PM +, Slater, Joseph wrote:
> Suppose we want to boot to different runlevels for different images. We
> could modify the default inittab
> to reflect that. We could modify it in various ways, but I don't think the
> exact mechanism much matters.
>
> What is
Suppose we want to boot to different runlevels for different images. We could
modify the default inittab
to reflect that. We could modify it in various ways, but I don't think the
exact mechanism much matters.
What is an interesting question is WHEN we modify it.
One way would be to have a s
On 07/17/2012 05:44 PM, Yao Zhao wrote:
qemu.inc: on older kernel build hosts that have < 2.6.20 which
doesn't support kvm yet, build will fail. Add a check in do_configure
to make sure whether linux/kvm.h exists for nativesdk build.
Signed-off-by: Yao Zhao
---
meta/recipes-devtools/qemu/qemu
On 07/18/2012 11:03 AM, Bernhard Reutner-Fischer wrote:
Remove brute-force flattening.
Refer to -ftree-switch-conversion emit_case_bit_tests(),
-ftree-if-to-switch-conversion et al in 4.8
Signed-off-by: Bernhard Reutner-Fischer
---
meta/recipes-devtools/gcc/gcc-4.7.inc |1 -
On Wed, Jul 18, 2012 at 10:56:21PM +0100, Richard Purdie wrote:
> On Tue, 2012-07-17 at 11:38 +0200, Martin Jansa wrote:
> > On Tue, Jul 17, 2012 at 11:37:43AM +0200, Martin Jansa wrote:
> > > * see
> > > http://lists.linuxtogo.org/pipermail/openembedded-core/2012-February/018279.html
> > > threa
On Tue, 2012-07-17 at 11:38 +0200, Martin Jansa wrote:
> On Tue, Jul 17, 2012 at 11:37:43AM +0200, Martin Jansa wrote:
> > * see
> > http://lists.linuxtogo.org/pipermail/openembedded-core/2012-February/018279.html
> > thread
>
> Sorry this was sent by accident..
I'm confused, the comment or th
On Wed, Jul 18, 2012 at 12:40:18PM +0100, Richard Purdie wrote:
> On Wed, 2012-07-18 at 11:17 +0100, Burton, Ross wrote:
> > On 18 July 2012 11:06, Richard Purdie
> > wrote:
> > > I put a proposal to the TSC, that we have bitbake warn/error whenever it
> > > finds tab characters in any python func
On Wed, 2012-07-18 at 11:17 +0200, Martin Jansa wrote:
> * it was causing staged python to be used as shebang
>
> Signed-off-by: Martin Jansa
> ---
> ...-the-same-Python-as-we-found-in-configure.patch | 39
>
> meta/recipes-core/glib-2.0/glib-2.0_2.32.4.bb |5 ++-
On Wed, 2012-07-18 at 13:39 -0400, Amy Fong wrote:
> nasm has a build dependency on groff-native
>
> In one incident, there was a case where nasm-native compile phase failed
> with the following:
>
> +troff: can't find `DESC' file
> +troff: fatal error: sorry, I can't continue
On Wed, 2012-07-18 at 14:18 -0400, Colin Walters wrote:
> On Wed, 2012-07-18 at 19:13 +0100, Richard Purdie wrote:
>
> > Generally we kind of cheat and encode "/usr/bin/env xxx" into
> > native/nativesdk scripts and ${bindir}/env xxx into target scripts.
>
> How is that accomplished? Can you lin
On 12-07-16 04:50 AM, Richard Purdie wrote:
> On Fri, 2012-07-13 at 09:54 -0400, Morgan Little wrote:
>> Add pythonnative to the inherits list
>>
>> Signed-off-by: Morgan Little
>> ---
>> .../python/python-setuptools_0.6c11.bb |4 ++--
>> 1 files changed, 2 insertions(+), 2 deleti
On Wed, Jul 18, 2012 at 2:29 PM, Robert P. J. Day wrote:
> On Wed, 18 Jul 2012, Bruce Ashfield wrote:
>
>> On Wed, Jul 18, 2012 at 2:02 PM, Robert P. J. Day
>> wrote:
>> >
>> > if there's a way to do this, i'm going to be so embarrassed.
>> > perusing kernel do_patch() routine, which eventuall
On Wed, 18 Jul 2012, Bruce Ashfield wrote:
> On Wed, Jul 18, 2012 at 2:02 PM, Robert P. J. Day
> wrote:
> >
> > if there's a way to do this, i'm going to be so embarrassed.
> > perusing kernel do_patch() routine, which eventually calls:
> >
> > if [ -n "${KMETA}" ]; then
> >
On Wed, Jul 18, 2012 at 2:02 PM, Robert P. J. Day wrote:
>
> if there's a way to do this, i'm going to be so embarrassed.
> perusing kernel do_patch() routine, which eventually calls:
>
> if [ -n "${KMETA}" ]; then
> createme_flags="--disable-meta-gen"
> fi
>
Remove brute-force flattening and bump PR.
Refer to -ftree-switch-conversion emit_case_bit_tests(),
-ftree-if-to-switch-conversion et al in 4.8
Signed-off-by: Bernhard Reutner-Fischer
---
meta/recipes-devtools/gcc/gcc-4.7.inc |3 +-
.../gcc/gcc-4.7/904-flatten-switch-stmt-00.pat
On Wed, 2012-07-18 at 19:13 +0100, Richard Purdie wrote:
> Generally we kind of cheat and encode "/usr/bin/env xxx" into
> native/nativesdk scripts and ${bindir}/env xxx into target scripts.
How is that accomplished? Can you link me an example?
___
On Tue, 2012-07-17 at 20:47 -0400, Colin Walters wrote:
> On Tue, 2012-07-17 at 17:34 -0700, Saul Wold wrote:
>
> > It seems to be getting the native sysroot python instead of the more
> > correct "#! /usr/bin/env python", this is causing a dependency failure.
> >
> > If you could look at this p
On Wed, Jul 18, 2012 at 11:03 AM, Bernhard Reutner-Fischer
wrote:
> Remove brute-force flattening.
> Refer to -ftree-switch-conversion emit_case_bit_tests(),
> -ftree-if-to-switch-conversion et al in 4.8
>
I have been meaning to remove this patch. Thanks for doing it
you need to bump PR as well.
if there's a way to do this, i'm going to be so embarrassed.
perusing kernel do_patch() routine, which eventually calls:
if [ -n "${KMETA}" ]; then
createme_flags="--disable-meta-gen"
fi
createme ${createme_flags} ${ARCH} ${kbranch}
but checking out "c
Remove brute-force flattening.
Refer to -ftree-switch-conversion emit_case_bit_tests(),
-ftree-if-to-switch-conversion et al in 4.8
Signed-off-by: Bernhard Reutner-Fischer
---
meta/recipes-devtools/gcc/gcc-4.7.inc |1 -
.../gcc/gcc-4.7/904-flatten-switch-stmt-00.patch | 76 -
nasm has a build dependency on groff-native
In one incident, there was a case where nasm-native compile phase failed
with the following:
+troff: can't find `DESC' file
+troff: fatal error: sorry, I can't continue
During this, groff-native was in the sysroot install phase.
TCL_INCLUDE_SPEC -I/usr/include will cause problems cross configure/compile
TCL_LIB_SPEC -L${libdir} will cause problems too when link.
Signed-off-by: Yao Zhao
---
meta/recipes-devtools/tcltk/tcl_8.5.11.bb |5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-d
On Wed, Jul 18, 2012 at 8:05 AM, Luo Zhenhua-B19537
wrote:
> I meet a different behavior of IMAGE_FSTYPES in edison branch and denzil
> branch.
>
>
>
> In edison branch:
>
> IMAGE_FSTYPES is defined as following in poky/meta/conf/bitbake.conf.
>
> IMAGE_FSTYPES ?= "tar.gz"
>
> I defined IMAGE_FSTY
On Wed, Jul 18, 2012 at 4:55 PM, Chris Larson wrote:
> On Wed, Jul 18, 2012 at 7:53 AM, Andreas Müller
> wrote:
>> I just updated all repos / deleted all tmp / sstate and get
>>
>> ERROR: Only one copy of bitbake should be run against a build directory
>
> ps -ef|grep bitbake
> --
Aargh - some ol
On Wed, Jul 18, 2012 at 7:53 AM, Andreas Müller
wrote:
> I just updated all repos / deleted all tmp / sstate and get
>
> ERROR: Only one copy of bitbake should be run against a build directory
ps -ef|grep bitbake
--
Christopher Larson
___
Openembedded
On Wed, Jul 18, 2012 at 7:12 AM, Ross Burton wrote:
> Many people don't understand the nuances of PATH/BBPATH, so help them by
> clarifying
> the warning and displaying the parsed list element-by-element.
>
> Signed-off-by: Ross Burton
Looks good.
--
Christopher Larson
___
Hi,
I just updated all repos / deleted all tmp / sstate and get
ERROR: Only one copy of bitbake should be run against a build directory
Any ideas?
Andreas
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxt
On 18 July 2012 14:45, Martin Jansa wrote:
> Maybe the same should be added to BBPATH test bellow?
Yes, good point, I didn't notice that. V2 sent.
Ross
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo
In-Reply-To:
As pointed out by Martin, do the same for BBPATH.
Ross
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
Many people don't understand the nuances of PATH/BBPATH, so help them by
clarifying
the warning and displaying the parsed list element-by-element.
Signed-off-by: Ross Burton
---
meta/classes/sanity.bbclass |4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/meta/classes/sa
On 18 July 2012 14:54, Martin Jansa wrote:
> Both patches (or at least the 2nd) should have PR bump so that if this
> change causes some issues it would be found asap, not with next upgrade
> when nobody will remember that this was changed here..
>
> But as webkit-gtk takes quite long to build I'm
On Wed, Jul 18, 2012 at 12:42:43AM -0700, Saul Wold wrote:
> From: Ross Burton
>
> This "fix" causes an (ignored) error now, so at some point it was fixed.
>
> Signed-off-by: Ross Burton
> Signed-off-by: Saul Wold
> ---
> meta/recipes-sato/webkit/webkit-gtk_1.8.1.bb |4
> 1 files cha
On Wed, Jul 18, 2012 at 4:50 PM, Richard Purdie
wrote:
> On Wed, 2012-07-18 at 09:23 -0400, Bruce Ashfield wrote:
>> On Wed, Jul 18, 2012 at 9:17 AM, Marinescu, Bogdan A
>> wrote:
>> > On Wed, Jul 18, 2012 at 4:03 PM, Bruce Ashfield
>> > wrote:
>> >> On Wed, Jul 18, 2012 at 7:30 AM, Marinescu, B
On Wed, 2012-07-18 at 09:23 -0400, Bruce Ashfield wrote:
> On Wed, Jul 18, 2012 at 9:17 AM, Marinescu, Bogdan A
> wrote:
> > On Wed, Jul 18, 2012 at 4:03 PM, Bruce Ashfield
> > wrote:
> >> On Wed, Jul 18, 2012 at 7:30 AM, Marinescu, Bogdan A
> >> wrote:
> >>> On Tue, Jul 17, 2012 at 7:54 PM, Khe
On Wed, Jul 18, 2012 at 02:42:30PM +0100, Ross Burton wrote:
> Many people don't understand the nuances of PATH, so help them by clarifying
> the warning and displaying the parsed PATH element-by-element.
>
> Signed-off-by: Ross Burton
> ---
> meta/classes/sanity.bbclass |3 ++-
> 1 file cha
Many people don't understand the nuances of PATH, so help them by clarifying
the warning and displaying the parsed PATH element-by-element.
Signed-off-by: Ross Burton
---
meta/classes/sanity.bbclass |3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/meta/classes/sanity.bbcl
On Wed, 2012-07-18 at 11:27 +0800, Dennis.Yxun wrote:
> hi ALL:
> hit following error, any ideas?
>
> Dennis
>
> $ bitbake -c fetchall core-image-sato
> Parsing recipes: 100% |#| Time:
> 00:00:38
> Parsing of 833 .bb files complete (0 cached, 833 parsed)
On Wed, Jul 18, 2012 at 9:23 AM, Richard Purdie
wrote:
> On Wed, 2012-07-18 at 09:03 -0400, Bruce Ashfield wrote:
>> On Wed, Jul 18, 2012 at 7:30 AM, Marinescu, Bogdan A
>> wrote:
>> > On Tue, Jul 17, 2012 at 7:54 PM, Khem Raj wrote:
>> >> Why is recipe renamed
>> >
>> > Wasn't I supposed to do
Wow I'm bad at this. Sorry again about that reply only to you!
On Wed, Jul 18, 2012 at 9:24 AM, Nathan West wrote:
> Thanks Saul. Sorry about the duplicate there...
>
> I think we are both right somehow... I didn't have this problem using
> vanilla oe-core,
> it only appeared after setting up an
On Wed, 2012-07-18 at 09:03 -0400, Bruce Ashfield wrote:
> On Wed, Jul 18, 2012 at 7:30 AM, Marinescu, Bogdan A
> wrote:
> > On Tue, Jul 17, 2012 at 7:54 PM, Khem Raj wrote:
> >> Why is recipe renamed
> >
> > Wasn't I supposed to do that when I upgraded the package from 3.4 to 3.4.3 ?
>
> No one
On Wed, Jul 18, 2012 at 9:17 AM, Marinescu, Bogdan A
wrote:
> On Wed, Jul 18, 2012 at 4:03 PM, Bruce Ashfield
> wrote:
>> On Wed, Jul 18, 2012 at 7:30 AM, Marinescu, Bogdan A
>> wrote:
>>> On Tue, Jul 17, 2012 at 7:54 PM, Khem Raj wrote:
Why is recipe renamed
>>>
>>> Wasn't I supposed to d
I meet a different behavior of IMAGE_FSTYPES in edison branch and denzil branch.
In edison branch:
IMAGE_FSTYPES is defined as following in poky/meta/conf/bitbake.conf.
IMAGE_FSTYPES ?= "tar.gz"
I defined IMAGE_FSTYPES as following in my customized image bb file(in my layer)
IMAGE_FSTYPES ?= "tar.
On Wed, Jul 18, 2012 at 4:03 PM, Bruce Ashfield
wrote:
> On Wed, Jul 18, 2012 at 7:30 AM, Marinescu, Bogdan A
> wrote:
>> On Tue, Jul 17, 2012 at 7:54 PM, Khem Raj wrote:
>>> Why is recipe renamed
>>
>> Wasn't I supposed to do that when I upgraded the package from 3.4 to 3.4.3 ?
>
> No one repli
The bb and os modules are always imported so having these extra import calls
are a waste of space/execution time. They also set a bad example for people
copy and pasting code so clean them up.
Signed-off-by: Richard Purdie
---
diff --git a/meta/classes/archiver.bbclass b/meta/classes/archiver.bbc
Changes from V4:
Added SoB and Upstream-Status to patches.
Modified the references to "stat" function in the patch's comments.
Modified Ross's patch name in SRC_URI.
Changes from V3: Messed up my patches. As well, added Ross Burton's patch:
[OE-core] [PATCH 2/2] connman: fix crashes on startup on
On Wed, 2012-07-18 at 12:40 +0200, Martin Jansa wrote:
> On Wed, Jul 18, 2012 at 11:06:45AM +0100, Richard Purdie wrote:
> > It's become clear we have a horrible mixture of whitespace (tabs and
> > space) in python functions. At first glance this sounds trivial but
> > there is a serious problem if
On Wed, Jul 18, 2012 at 7:30 AM, Marinescu, Bogdan A
wrote:
> On Tue, Jul 17, 2012 at 7:54 PM, Khem Raj wrote:
>> Why is recipe renamed
>
> Wasn't I supposed to do that when I upgraded the package from 3.4 to 3.4.3 ?
No one replied to my other question (or at least no one replied that I
noticed)
Hello Saul,
libcanberra is just a small recipe inside pulseaudio recipe.
This is the reason for submitting as a single patch.
If is really necessary, I will re-submit them as two patches.
Regards,
Cristian
-Original Message-
From: Saul Wold [mailto:s...@linux.intel.com]
Sent: Tuesday, J
README file is changed.
Some phrases were reformulated, but the semanthics are the same.
Copyright has been renewed.
Both licenses (GPL v2 and BSD) have been added explicitly.
wpa_supplicant.c is changed regarding licenses body.
Copyright has been renewed.
Signed-off-by: Cristian Iorga
---
...a
On 18 July 2012 13:10, Burton, Ross wrote:
> So I reverted to GNU Make 3.82 (debian experimental) to 3.81 (debian
> unstable), and eglibc-initial builds.
*from* 3.82 *to* 3.81, whoops.
Ross
___
Openembedded-core mailing list
Openembedded-core@lists.op
On Wed, 2012-07-18 at 13:23 +0200, Henning Heinold wrote:
> On Wed, Jul 18, 2012 at 10:41:13AM +0100, Burton, Ross wrote:
> > Hi,
> >
> > My nightly run of master failed last night, but not in a way that the
> > autobuilder is seeing...
> >
> > ERROR: Function failed: do_install (see
> > /data/ni
On Wed, Jul 18, 2012 at 01:10:07PM +0100, Burton, Ross wrote:
> On 18 July 2012 12:40, Burton, Ross wrote:
> > On 18 July 2012 12:23, Henning Heinold wrote:
> >> NOTE: make PARALLELMFLAGS=-j 8 cross-compiling=yes prefix=/usr
> >>
> >> So it tries to install eglibc to the host dirs which is of cou
On 18 July 2012 12:40, Burton, Ross wrote:
> On 18 July 2012 12:23, Henning Heinold wrote:
>> NOTE: make PARALLELMFLAGS=-j 8 cross-compiling=yes prefix=/usr
>>
>> So it tries to install eglibc to the host dirs which is of course failing.
>
> The mechanics of building eglibc is beyond me -- yester
Working on fixing the commit with proper comments.
Thanks for the review.
/Cristian
-Original Message-
From: Saul Wold [mailto:s...@linux.intel.com]
Sent: Tuesday, July 17, 2012 10:01 PM
To: Patches and discussions about the oe-core layer
Cc: Iorga, Cristian
Subject: Re: [OE-core] [PATC
Hi Saul,
No, I did not used buildhistory at this point.
I will activate it.
But I followed the changes carefully.
Does it count?
Thanks,
Cristian
-Original Message-
From: Saul Wold [mailto:s...@linux.intel.com]
Sent: Tuesday, July 17, 2012 9:58 PM
To: Patches and discussions about the
On 18 July 2012 12:23, Henning Heinold wrote:
> NOTE: make PARALLELMFLAGS=-j 8 cross-compiling=yes prefix=/usr
>
> So it tries to install eglibc to the host dirs which is of course failing.
The mechanics of building eglibc is beyond me -- yesterday's clean
build worked fine so something in the la
On Wed, 2012-07-18 at 11:17 +0100, Burton, Ross wrote:
> On 18 July 2012 11:06, Richard Purdie
> wrote:
> > I put a proposal to the TSC, that we have bitbake warn/error whenever it
> > finds tab characters in any python function. The advantage of this is
> > that we give the user a clear definitiv
On Tue, Jul 17, 2012 at 7:54 PM, Khem Raj wrote:
> Why is recipe renamed
Wasn't I supposed to do that when I upgraded the package from 3.4 to 3.4.3 ?
>
>
> On Wednesday, July 11, 2012, Bogdan Marinescu
> wrote:
>> Tested by building core-image-sato-sdk.
>>
>> Signed-off-by: Bogdan Marinescu
>>
On Wed, Jul 18, 2012 at 10:41:13AM +0100, Burton, Ross wrote:
> Hi,
>
> My nightly run of master failed last night, but not in a way that the
> autobuilder is seeing...
>
> ERROR: Function failed: do_install (see
> /data/nightly-build-Uju/build/tmp/work/i586-poky-linux/eglibc-initial-2.15-r12+svn
* fixes:
NOTE: package binutils-2.22-r11: task do_package: Started
WARNING: QA Issue: binutils: Files/directories were installed but not shipped
/usr/bin/ld.gold
NOTE: package binutils-2.22-r11: task do_package: Succeeded
Signed-off-by: Martin Jansa
---
meta/recipes-devtools/binutils/b
On Wed, Jul 18, 2012 at 11:06:45AM +0100, Richard Purdie wrote:
> It's become clear we have a horrible mixture of whitespace (tabs and
> space) in python functions. At first glance this sounds trivial but
> there is a serious problem if pieces of code get mixed together with
> different whitespace
On 18 July 2012 11:06, Richard Purdie
wrote:
> I put a proposal to the TSC, that we have bitbake warn/error whenever it
> finds tab characters in any python function. The advantage of this is
> that we give the user a clear definitive error. The downside is that
> we'll have to go through all the
It's become clear we have a horrible mixture of whitespace (tabs and
space) in python functions. At first glance this sounds trivial but
there is a serious problem if pieces of code get mixed together with
different whitespace since they may or may not work as intended.
The documented standard for
Hi,
My nightly run of master failed last night, but not in a way that the
autobuilder is seeing...
ERROR: Function failed: do_install (see
/data/nightly-build-Uju/build/tmp/work/i586-poky-linux/eglibc-initial-2.15-r12+svnr19294/temp/log.do_install.10450
for further information)
ERROR: Logfile of
On 17 July 2012 22:58, Saul Wold wrote:
> First seems to be missing pkgdata/runtime files, followed by a failed
> dependency by libglib-2.0-utils on the native python (from the native
> sysroot).
To keep track of these issues I've filed:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=2784
"li
grub-mkconfig (and possibly other commands) complains:
error: cannot stat /dev/root
Backport an upstream patch to fix the error.
[YOCTO #2777]
Signed-off-by: Jesse Zhang
---
.../grub/grub-1.99/grub-1.99-lazy_stat.patch | 64
meta/recipes-bsp/grub/grub_1.99.bb
The current fix_for_automake patch is not complete. It fixes the install
dir of grub-mkconfig_lib but neglects to update its references in
grub-mkconfig and the grub.d/* scripts. grub-mkconfig would complain:
# grub-mkconfig
/usr/sbin/grub-mkconfig: line 98: /usr/lib/grub/grub-mkconfig_lib
Hi Saul,
Just tested the patches against the latest code (head 5ed19a40f40).
Nothing changed, except I need to rebase the PRs.
Jesse Zhang (2):
grub: fix grub-mkconfig_lib install dir
grub: fix error stating the root device
.../files/grub-1.99_fix_for_automake_1.11.2.patch | 203
On Tuesday 17 July 2012 17:26:48 Saul Wold wrote:
> The "ls: cannot access" are coming from license.bbclass, seems to be a
> timing issue related to the last patch here, not sure what triggered it
> here (I am not seeing it on other builds!)
>
> Paul's Change:
>
> http://git.openembedded.org/open
* it was causing staged python to be used as shebang
Signed-off-by: Martin Jansa
---
...-the-same-Python-as-we-found-in-configure.patch | 39
meta/recipes-core/glib-2.0/glib-2.0_2.32.4.bb |5 ++-
2 files changed, 42 insertions(+), 2 deletions(-)
create mode 10064
On 07/10/2012 01:54 PM, Mark Hatle wrote:
The build system passes specific TUNE (fundamental) flag values to various
tools instead of using a shell wrapper or similar. It is important that the
build system and ADT/SDK match the behaviors exactly, or we are likely to
have differences in the way b
On Wed, Jul 18, 2012 at 12:42:39AM -0700, Saul Wold wrote:
> From: Martin Jansa
>
> * this patch depends on http://patchwork.openembedded.org/patch/32085/
This needs to go in only *after*
http://patchwork.openembedded.org/patch/32085/ is applied in meta-systemd
(otherwise we would need another P
From: "Roy.Li"
Add description, Signed-off-by and Upstream-Status to
change-char-type-to-signed-char-in-macros.patch
Signed-off-by: Roy.Li
Signed-off-by: Saul Wold
---
...change-char-type-to-signed-char-in-macros.patch | 16
1 files changed, 16 insertions(+), 0 deletions(-)
From: Martin Jansa
* this patch depends on http://patchwork.openembedded.org/patch/32085/
Signed-off-by: Martin Jansa
Signed-off-by: Saul Wold
---
meta/recipes-connectivity/bluez/bluez4_4.101.bb|2 +-
meta/recipes-connectivity/ofono/ofono_1.8.bb |1 +
meta/recipes-connectivi
From: Khem Raj
e500 support needed to be updared to match eglibc 2.16
Signed-off-by: Khem Raj
Signed-off-by: Saul Wold
---
.../eglibc/eglibc-2.16/e500-math_private.patch | 31
meta/recipes-core/eglibc/eglibc_2.16.bb|3 +-
2 files changed, 33 insertio
This would fail in some firewall situations otherwise
Signed-off-by: Saul Wold
---
meta/recipes-devtools/mkelfimage/mkelfimage_svn.bb |2 +-
meta/recipes-sato/puzzles/puzzles_r9561.bb |2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-devtools/mkel
From: Nitin A Kamble
Signed-off-by: Nitin A Kamble
Signed-off-by: Saul Wold
---
..._MKDIR_P_warning_error_with_automake_1.12.patch | 10 +-
..._MKDIR_P_warning_error_with_automake_1.12.patch | 10 +-
.../gnutls/gnutls_fix_for_automake_1.12.1.patch|2 +-
3 files chan
From: Ross Burton
This workaround was originally for GNU Make 3.82 which upstream was blaming
for a parallel build failure. Since then I've changed numerous variables
and now parallel builds are working with 3.82 (and succeed in 20 minutes
instead of 2 hours).
Revert the change until we've more
From: Ross Burton
This "fix" causes an (ignored) error now, so at some point it was fixed.
Signed-off-by: Ross Burton
Signed-off-by: Saul Wold
---
meta/recipes-sato/webkit/webkit-gtk_1.8.1.bb |4
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/meta/recipes-sato/webkit/
From: Martin Jansa
Signed-off-by: Martin Jansa
Signed-off-by: Saul Wold
---
.../eglibc/cross-localedef-native_2.15.bb |2 +-
.../eglibc/cross-localedef-native_2.16.bb |2 +-
meta/recipes-multimedia/tremor/tremor_20120314.bb |2 +-
3 files changed, 3 insertions(+)
From: Richard Purdie
We require git version 1.7.5 or later for the git remote --mirror=xxx syntax.
If we have an older version of git, this patch ensure we build
git-replacement-native.
We add an alternative PROVIDES in the same way as tar-native to allow this
script
to trigger the build whilst
From: Jessica Zhang
[YOCTO #2761]
This patch fixed the issue that after "bitbake meta-ide-support" and try to
start qemu and it will fail. This is due to the meta-ide-support lacking
dependency for qemu native and ended up using qemu under /usr/bin. Fix the
issue by adding dependency for qe
From: Jeffrey C Honig
* Xfce class was setting and passing wrong variable for ubuntu/debian.
* Xfce class was using -e instead of -x for passing command. The former
creates
a shell escape nightmare
* Clean up local and instance/class variables with same name but different
usa
From: Peter Seebach
A couple of boards use chips which perform noticably better
when optimized for the 476. Add a trivial tune file to let
them run better.
Signed-off-by: Peter Seebach
Signed-off-by: Saul Wold
---
meta/conf/machine/include/tune-ppc476.inc | 14 ++
1 files change
From: Ross Burton
Signed-off-by: Ross Burton
Signed-off-by: Saul Wold
---
.../web/web-webkit/link-with-g++.patch | 35
meta/recipes-sato/web/web-webkit_git.bb|9 +
2 files changed, 2 insertions(+), 42 deletions(-)
delete mode 100644 meta/
From: Ross Burton
Signed-off-by: Ross Burton
Signed-off-by: Saul Wold
---
meta/recipes-sato/web/web-webkit/make-382.patch | 17 -
meta/recipes-sato/web/web-webkit_git.bb |7 +++
2 files changed, 3 insertions(+), 21 deletions(-)
delete mode 100644 meta/recipes
From: Matthew McClintock
This prevents kexec from building for this part since it does not work
Signed-off-by: Matthew McClintock
Signed-off-by: Saul Wold
---
.../recipes-core/tasks/task-core-tools-testapps.bb |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/meta/recip
From: Ross Burton
Signed-off-by: Ross Burton
Signed-off-by: Saul Wold
---
meta/recipes-sato/web/web-webkit_git.bb |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-sato/web/web-webkit_git.bb
b/meta/recipes-sato/web/web-webkit_git.bb
index 2af12bc..57cd54
From: Matthew McClintock
> ERROR: QA Issue: gcc-runtime: Files/directories were installed but not shipped
> /usr/lib/libgomp.so.1.0.0
> /usr/lib/libgomp.so.1
Signed-off-by: Matthew McClintock
Signed-off-by: Saul Wold
---
meta/recipes-devtools/gcc/gcc-package-runtime.inc |3 ++-
1 file
Richard,
This set contains a bunch of patch header cleanups and
updates to webkit.
I built world and ppc since that seemed to be where most of
the changes where.
Sau!
The following changes since commit 2bd0aaf98c5d586638d82f5f22c1c24122a889a3:
toolchain-scripts: Sync the SDK/ADT values to t
95 matches
Mail list logo