On Mon, Jul 9, 2012 at 9:26 AM, wrote:
>
> |
> /srv/home/nitin/builds/build-gcc47/tmp/sysroots/x86_64-linux/usr/libexec/i586-poky-linux/gcc/i586-poky-linux/4.7.1/ld:
> cannot find -lelf
> | collect2: error: ld returned 1 exit status
I wonder why this is not seen generally. Is there something i
On Mon, Jul 9, 2012 at 9:29 PM, Matthew McClintock wrote:
> +
> + # clean up extra libgomp files
> + if [[ "${RUNTIMETARGET}" =~ "libgomp" ]]; then
This seems bashism.
if could just check the valued of $d in the loop instead something like
> + rm -rf ${D}${datadir}/in
Signed-off-by: Matthew McClintock
---
meta/recipes-devtools/gcc/gcc-4.7.inc |2 +-
meta/recipes-devtools/gcc/gcc-configure-runtime.inc | 10 ++
meta/recipes-devtools/gcc/gcc-package-runtime.inc | 14 +-
3 files changed, 24 insertions(+), 2 deletions(-)
This fixes the issue where gcc invokes the linker with an incorrect -L
library location and gives up because it can't find libraries. It was
looking in a /lib folder instead of /lib64
Signed-off-by: Matthew McClintock
---
meta/recipes-devtools/gcc/gcc-4.7.inc |2 +-
meta/recipe
On 07/09/2012 11:50 AM, Amy Fong wrote:
Package install failures due to issues in post install rules.
package_do_shlibs only looks for libraries in a directory "lib", this should be
modified to the variable baselib.
ldconfig_postinst_fragment failure observed on systems without /sbin/ldconfig
On Mon, Jul 9, 2012 at 8:37 PM, Khem Raj wrote:
> On Mon, Jul 9, 2012 at 3:47 PM, Matthew McClintock wrote:
>> This fixes the issue where gcc invokes the linker with an incorrect -L
>> library location and gives up because it can't find libraries. It was
>> looking in a /lib folder instead of /li
On Mon, Jul 9, 2012 at 3:47 PM, Matthew McClintock wrote:
> This fixes the issue where gcc invokes the linker with an incorrect -L
> library location and gives up because it can't find libraries. It was
> looking in a /lib folder instead of /lib64
>
> Signed-off-by: Matthew McClintock
> ---
> me
On Mon, Jul 9, 2012 at 4:03 PM, Raymond Danks wrote:
> On 07/09/2012 04:41 PM, Khem Raj wrote:
>>
>> On Mon, Jul 9, 2012 at 1:51 PM, Raymond Danks
>> wrote:
>>>
>>> Packaging issues resolved with latest version from git.
>>
>> which packaging issues ? can you add more context here please.
>
> Raj,
On Mon, Jul 9, 2012 at 4:45 PM, Saul Wold wrote:
> On 07/09/2012 03:43 PM, Khem Raj wrote:
>>
>> On Mon, Jul 9, 2012 at 3:04 PM, Saul Wold wrote:
>>>
>>> gnupg has it's own fake curl, since we use gnupg with zypper, there does
>>> not
>>> seem to be a strong reason to add curl to the depends list
On 07/09/2012 03:43 PM, Khem Raj wrote:
On Mon, Jul 9, 2012 at 3:04 PM, Saul Wold wrote:
gnupg has it's own fake curl, since we use gnupg with zypper, there does not
seem to be a strong reason to add curl to the depends list.
what does disabling curl has to do with gnupg being used with zyppe
On 07/09/2012 04:41 PM, Khem Raj wrote:
On Mon, Jul 9, 2012 at 1:51 PM, Raymond Danks wrote:
Packaging issues resolved with latest version from git.
which packaging issues ? can you add more context here please.
Raj,
This is in response to Saul's make world test on x86 from last night.
See
On Mon, 9 Jul 2012, Paul Eggleton wrote:
> The BBPATH variable is completely independent of this, and is the
> path that is used to find conf and bbclass files; however, the order
> in which the appends / prepends will be applied is of course the
> order in which they are parsed, which is the orde
On Sun, Jul 8, 2012 at 9:26 PM, Khem Raj wrote:
> On Sun, Jul 8, 2012 at 9:10 AM, Khem Raj wrote:
>> V2:
>>
>> Additionally, changed gcc to use git fetcher
>> update E5500/E6500 patches for gcc and binutils (backported from mainline)
>> images form p5020ds 32/64 bit built fine. (btw. it does not
This fixes the issue where gcc invokes the linker with an incorrect -L
library location and gives up because it can't find libraries. It was
looking in a /lib folder instead of /lib64
Signed-off-by: Matthew McClintock
---
meta/recipes-devtools/gcc/gcc-4.7.inc |2 +-
meta/recipe
On Mon, Jul 9, 2012 at 3:04 PM, Saul Wold wrote:
> gnupg has it's own fake curl, since we use gnupg with zypper, there does not
> seem to be a strong reason to add curl to the depends list.
what does disabling curl has to do with gnupg being used with zypper ?
___
On Mon, Jul 9, 2012 at 1:51 PM, Raymond Danks wrote:
> Packaging issues resolved with latest version from git.
which packaging issues ? can you add more context here please.
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
ht
On Mon, Jul 9, 2012 at 2:06 PM, Burton, Ross wrote:
>
> Shuku will be a descendent of Sato, that is continue to use the
> Matchbox Window Manager, Desktop, and Panel; although the latter two
> will be updated for GTK+ 3. All applications will be removed and
> fully reconsidered when adding back,
On Mon, Jul 9, 2012 at 2:47 PM, Martin Jansa wrote:
>
> something messing with EGLIBCVERSION during build (e.g. branch switch in
> other term)?
>
> It's building 2.16 but then running eglibc_2.15.bb...
>
yeah set EGLIBCVERSION = "2.16" in local.conf
__
> Healthy approach. I can submit patches on this topic if nobody did it
> already locally.
please do.
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
gnupg has it's own fake curl, since we use gnupg with zypper, there does not
seem to be a strong reason to add curl to the depends list.
Signed-off-by: Saul Wold
---
meta/recipes-support/gnupg/gnupg_2.0.19.bb |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/meta/recipes
On Mon, Jul 09, 2012 at 02:39:09PM -0700, Saul Wold wrote:
>
> I have started to build the eglibc 2.16 locally and I am seeing a
> strange buildstats failure:
>
> > ERROR: Execution of event handler 'run_buildstats' failed
> > Traceback (most recent call last):
> > File "run_buildstats(e)", li
I have started to build the eglibc 2.16 locally and I am seeing a
strange buildstats failure:
ERROR: Execution of event handler 'run_buildstats' failed
Traceback (most recent call last):
File "run_buildstats(e)", line 89, in run_buildstats(e=)
File "buildstats.bbclass", line 5, in write_t
On Mon, Jul 09, 2012 at 10:06:11PM +0100, Burton, Ross wrote:
> Hi all,
>
> I've been mulling over a replacement for the Sato environment for some
> time now, so I think it's time to talk about my thoughts and get more
> feedback from users of oe-core.
>
> Some background: back in 2007[1] Sato wa
On Monday 09 July 2012 16:34:20 Robert P. J. Day wrote:
> On Mon, 9 Jul 2012, Andrei Gherzan wrote:
> > It's all about the order the files are searched. As long as you have
> > proper priority set nothing can go wrong.
>
> but what if two or more layers have the same priority? then what?
> it m
Packaging issues resolved with latest version from git.
Signed-off-by: Raymond Danks
---
meta/recipes-devtools/mkelfimage/mkelfimage_git.bb |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-devtools/mkelfimage/mkelfimage_git.bb
b/meta/recipes-devtools/mkelfi
On Mon, 9 Jul 2012, Andrei Gherzan wrote:
> On Mon, Jul 9, 2012 at 8:40 PM, Khem Raj wrote:
> On Mon, Jul 9, 2012 at 10:00 AM, Richard Purdie
>wrote:
> > On Mon, 2012-07-09 at 12:27 +0300, Andrei Gherzan wrote:
> >> On Sat, Jul 7, 2012 at 1:54 PM, Robert P. J. Day
>
Hi all,
I've been mulling over a replacement for the Sato environment for some
time now, so I think it's time to talk about my thoughts and get more
feedback from users of oe-core.
Some background: back in 2007[1] Sato was designed to be an
reference/demo PDA environment for mobile devices with (
On Mon, Jul 9, 2012 at 3:09 PM, Matthew McClintock wrote:
> On Sun, Jul 8, 2012 at 4:19 PM, Saul Wold wrote:
>> /usr/share/info/dir
>
> I don't see this dir on my build... perhaps it's the specific version
> of gcc? or it's some munged text output?
>
> If you still see if can you add it to the
On 9 July 2012 21:35, Martin Jansa wrote:
> On Mon, Jul 09, 2012 at 09:16:13PM +0100, Burton, Ross wrote:
>> On 9 July 2012 21:03, Martin Jansa wrote:
>> > Ross: please make sure you add them in future patches
>> > sgw: maybe you're using different flow then RP for merging patches, but
>> > your
On Mon, Jul 9, 2012 at 11:34 PM, Robert P. J. Day wrote:
> On Mon, 9 Jul 2012, Andrei Gherzan wrote:
>
> >
> > On Sun, Jul 8, 2012 at 8:59 PM, Robert P. J. Day
> wrote:
> >
> > (most of this is sort of self-evident but it's not documented as
> > well as it could be so i just want to
On Mon, Jul 09, 2012 at 09:16:13PM +0100, Burton, Ross wrote:
> On 9 July 2012 21:03, Martin Jansa wrote:
> > Ross: please make sure you add them in future patches
> > sgw: maybe you're using different flow then RP for merging patches, but
> > your SOB should be there too IMHO.
>
> I *always* for
On Mon, 9 Jul 2012, Andrei Gherzan wrote:
>
> On Sun, Jul 8, 2012 at 8:59 PM, Robert P. J. Day
> wrote:
>
> (most of this is sort of self-evident but it's not documented as
> well as it could be so i just want to make sure i have it exactly
> right.)
>
> snippets of s
On Mon, Jul 9, 2012 at 7:25 PM, Robert P. J. Day wrote:
> On Mon, 9 Jul 2012, Paul Eggleton wrote:
>
> > On Monday 09 July 2012 11:24:27 Robert P. J. Day wrote:
> > > On Mon, 9 Jul 2012, Andrei Gherzan wrote:
> > > > So IMHO the EXTRA_IMAGE_FEATURES variable in the image should be
> > > > merged i
On Sun, Jul 8, 2012 at 4:19 PM, Saul Wold wrote:
> /usr/share/info/dir
I don't see this dir on my build... perhaps it's the specific version
of gcc? or it's some munged text output?
If you still see if can you add it to the patch? v2 coming shortly.
-M
___
On Mon, Jul 9, 2012 at 8:40 PM, Khem Raj wrote:
> On Mon, Jul 9, 2012 at 10:00 AM, Richard Purdie
> wrote:
> > On Mon, 2012-07-09 at 12:27 +0300, Andrei Gherzan wrote:
> >> On Sat, Jul 7, 2012 at 1:54 PM, Robert P. J. Day
> >> wrote:
> >>
> >> "proto=git" is not a valid parameter for th
On 9 July 2012 21:03, Martin Jansa wrote:
> Ross: please make sure you add them in future patches
> sgw: maybe you're using different flow then RP for merging patches, but
> your SOB should be there too IMHO.
I *always* forget, sorry. Is there a way to make git do it automatically?...
Ross
___
On 07/06/2012 08:58 AM, McClintock Matthew-B29882 wrote:
Scott,
Can you apply this patch to denzil branch of oe-core/poky? It fixes
build errors for powerpc on gcc 4.6.4 as well.
-M
Hi Matthew,
I've made a note of this and am going to try getting it into my
sgarman/denzil-next-1.2.2 branch
On Mon, Jul 09, 2012 at 04:00:54PM +, g...@git.openembedded.org wrote:
> Module: openembedded-core.git
> Branch: master
> Commit: 8a307af8253a5fdff51515fe01ef7b527fdad89f
> URL:
> http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=8a307af8253a5fdff51515fe01ef7b527fdad89f
>
> A
On 07/08/2012 03:34 PM, Saul Wold wrote:
On 06/22/2012 01:22 PM, Raymond Danks wrote:
Signed-off-by: Raymond Danks
---
This was originally submitted to the openembedded project:
http://patches.openembedded.org/patch/7687/
Resubmitting to oe-core for review prior to commit in openembedded-core.
On Mon, 2012-07-09 at 17:01 +0100, Phil Blundell wrote:
> On Thu, 2012-07-05 at 12:14 -0400, Paul Gortmaker wrote:
> > > On Wed, 2012-07-04 at 11:00 -0400, Paul Gortmaker wrote:
> > > > > On a related note, is it possible to fix the mailing list so that it
> > > > > does not strip To/Cc information
Package install failures due to issues in post install rules.
package_do_shlibs only looks for libraries in a directory "lib", this should be
modified to the variable baselib.
ldconfig_postinst_fragment failure observed on systems without /sbin/ldconfig
[ -x /sbin/ldconfig ] && /s
[CC'ing Richard, since Phil says he is list admin]
On 12-07-09 12:01 PM, Phil Blundell wrote:
> On Thu, 2012-07-05 at 12:14 -0400, Paul Gortmaker wrote:
>>> On Wed, 2012-07-04 at 11:00 -0400, Paul Gortmaker wrote:
> On a related note, is it possible to fix the mailing list so that it
> doe
Package install failures due to issues in post install rules.
package_do_shlibs only looks for libraries in a directory "lib", this should be
modified to the variable baselib.
ldconfig_postinst_fragment failure observed on systems without /sbin/ldconfig
[ -x /sbin/ldconfig ] && /s
On Mon, Jul 9, 2012 at 11:01 AM, Phil Blundell wrote:
> On Thu, 2012-07-05 at 12:14 -0400, Paul Gortmaker wrote:
>> > On Wed, 2012-07-04 at 11:00 -0400, Paul Gortmaker wrote:
>> > > > On a related note, is it possible to fix the mailing list so that it
>> > > > does not strip To/Cc information and
On Mon, Jul 9, 2012 at 10:00 AM, Richard Purdie
wrote:
> On Mon, 2012-07-09 at 12:27 +0300, Andrei Gherzan wrote:
>> On Sat, Jul 7, 2012 at 1:54 PM, Robert P. J. Day
>> wrote:
>>
>> "proto=git" is not a valid parameter for the git fetcher.
>>
>> NOTE: package matchbox-wm-2-0.1+git1
>> +01
On 07/04/2012 11:17 AM, Laurentiu Palcu wrote:
Hi all.
This is another set of package upgrades. All packages were compiled successfully
for all architectures. Basic sanity tests for DirectFB were performed using
core-image-gtk-directfb on qemux86. The rest of the packages were tested with
core-i
Richard/Saul,
I had meant to send these along with the 3.4 update, and managed to get
distracted and miss them.
These are the SRCREV updates for the 3.2 kernel to support TomZ's recent
perf scripting work.
Cheers,
Bruce
cc: Tom Zanussi
The following changes since commit 90ad663909c0c8a405b22
Updating the 3.2 SRCREVs to reflect the perf scripting fixes by TomZ
standard/default/base:
0ec416e perf: change --root to --prefix for python install
18ad076 perf: add 'libperl not found' warning
e0f641d perf: use pkg-config instead of python-config
3195098 Revert "perf: hard-code NO_LIBP
On 07/06/2012 12:13 PM, Mark Hatle wrote:
The image generation for RPM needs to be synced with the python fragement in
the populate_sdk case. Otherwise the multilib configuations get out of sync.
Similar changes are NOT needed for deb or ipkg.
We also needed to enable multilib remapping when t
On 07/03/2012 08:21 PM, Kartik Mohta wrote:
Needed because the equality check was failing here even though upon
printing the LHS and RHS were the same.
As per http://stackoverflow.com/a/2987975/64537, using "is" compares the
memory addresses of the two objects which is not what we want here. We
j
On Mon, Jul 9, 2012 at 1:08 PM, Tom Zanussi wrote:
> On Mon, 2012-07-09 at 10:59 -0400, Bruce Ashfield wrote:
>> Saul/Richard,
>>
>> I was waiting on the resend of Tom's perf series to send the updated
>> kernel parts for this. That's out, and the kernel parts now need to
>> be updated.
>>
>
> The
On 07/04/2012 12:02 PM, Robert P. J. Day wrote:
Signed-off-by: Robert P. J. Day
---
diff --git a/meta/recipes.txt b/meta/recipes.txt
index bf7f19e..6d33743 100644
--- a/meta/recipes.txt
+++ b/meta/recipes.txt
@@ -9,5 +9,7 @@ recipes-graphics - X and other graphically related system
libra
On 07/04/2012 12:31 AM, alexandru.dam...@intel.com wrote:
From: Alexandru DAMIAN
Config system changed from 7.24.0 and the noldlibpatch
is no longer needed, thus deleted.
Signed-off-by: Alexandru DAMIAN
---
meta/recipes-support/curl/curl/noldlibpath.patch | 76 --
met
Replace the usage of EXTRA_IMAGE_FEATURES in a small number of .bb
files with IMAGE_FEATURES, and leave the use of EXTRA_IMAGE_FEATURES
for developers in their local.conf files, to avoid the possibility of
undesirable side effects.
Signed-off-by: Robert P. J. Day
---
i *think* this should do
On 07/04/2012 03:16 AM, Robert Yang wrote:
The following changes since commit a6b6df1350149c116050cb93c3c7b4802c709d31:
task-core-tools-debug: Added openssh-sftp-server. (2012-07-03 14:52:38 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib robert/apt
On Mon, 2012-07-09 at 10:59 -0400, Bruce Ashfield wrote:
> Saul/Richard,
>
> I was waiting on the resend of Tom's perf series to send the updated
> kernel parts for this. That's out, and the kernel parts now need to
> be updated.
>
There are also perf patches for 3.2 - did I miss the updates for
On 07/05/2012 01:57 AM, Robert Yang wrote:
The following changes since commit 0b79c730f3e5c3c5329e439dffd137f2605b6cba:
prexport.bbclass: Fix typo in warning: "AUROPR" -> "AUTOPR". (2012-07-04
15:00:40 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib ro
From: Tom Zanussi
Add a new feature named 'perf-scripting'. Adding this into the
PERF_FEATURES variable in perf.inc will enable perf scripting on a
target, which will turn on all the language bindings currently
available in perf (Perl and Python), if perf is included in an image.
If 'perf-scrip
From: Tom Zanussi
Add a new feature named 'perf-tui'. Adding this into the
PERF_FEATURES variable in perf.inc will enable the perf TUI (Text-base
UI) user interface on a target, which adds libnewt and turns on the
perf text UI options in perf, if perf is included in an image.
If 'perf-tui' isn'
From: Tom Zanussi
Add a perf.inc to contain utility functions and definitions and to
avoid cluttering up the main recipe.
Signed-off-by: Tom Zanussi
---
meta/recipes-kernel/perf/perf.inc| 22 ++
meta/recipes-kernel/perf/perf_3.4.bb |2 ++
2 files changed, 24 inser
From: Tom Zanussi
This patchset enables the Perl and Python bindings for perf, as well
as the perf TUI (text-based UI).
These are now turned on by default via a new variable,
PERF_FEATURES_ENABLE, which can be overridden if the default set of
perf features aren't desired (perf-scripting and perf
On 07/05/2012 10:12 AM, Scott Garman wrote:
Hello,
These two commits fix yocto bug #2611.
Scott
The following changes since commit dcc43c34bfa9304233ecfd3f518a84ddfdc2fd90:
perf: remove unconditional python-ext install (2012-07-05 15:56:17 +0100)
are available in the git repository at:
On 07/05/2012 07:48 AM, Paul Eggleton wrote:
Prepend the license manifest creation call to ROOTFS_POSTPROCESS_COMMAND
instead of appending to ROOTFS_POSTINSTALL_COMMAND. The latter is not
implemented for the deb backend (and probably ought to just be removed
completely), and by using _prepend we
On 07/03/2012 09:33 PM, Darren Hart wrote:
Cleanup the existing installer a bit.
Fix the grub-efi-native help2man build issue.
Add EFI support to the installer.
I have tested both PCBIOS install as well as EFI install from a live USB key to
the internal MMC device on the FRI2 BSP.
The following
These image recipes are meant to be examples that people can copy and
modify completely for their own purposes, and most of them are so
trivial they don't really need copyright notices anyway, so trim them
off.
Signed-off-by: Paul Eggleton
---
meta/recipes-core/images/core-image-base.bb|
When core-image-minimal has been updated in the past, we have on several
occasions missed applying those updates to this recipe, so let's just
base it directly on core-image-minimal and completely avoid that problem
in future.
Signed-off-by: Paul Eggleton
---
meta/recipes-core/images/core-image-
The following changes since commit 8d8b9e77aa3403e880cbbdfefc7f24a993b3161f:
linux-yocto/3.4: perf scripting & unionfs fixes (2012-07-09 17:06:09 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib paule/cleanup2
http://cgit.openembedded.org
On 07/06/2012 11:15 AM, Matthew McClintock wrote:
ERROR: Function failed: do_compile (see
/opt/yocto/cache-build/p5020ds-64b/build_p5020ds-64b_release/tmp/work/ppc64e5500-fsl-linux/qemu-0.15.1-r6/temp/log.do_compile.28447
for further information)
ERROR: Logfile of failure stored in:
/opt/yocto
On Mon, 2012-07-09 at 12:27 +0300, Andrei Gherzan wrote:
> On Sat, Jul 7, 2012 at 1:54 PM, Robert P. J. Day
> wrote:
>
> "proto=git" is not a valid parameter for the git fetcher.
>
> NOTE: package matchbox-wm-2-0.1+git1
> +01fa5465743c9ee43d040350f4405d35293e4869-r1: task do_fetch:
> Succe
On Sat, 2012-07-07 at 06:33 -0400, Robert P. J. Day wrote:
> just noticed the following as i was still poking around with
> fetchers:
>
> $ grep -r FETCHCMD * | grep -v pyc
> bitbake/lib/bb/fetch2/hg.py:basecmd = data.expand('${FETCHCMD_hg}', d)
> bitbake/lib/bb/fetch2/svn.py:ud.ba
On 07/05/2012 12:23 PM, Matthew McClintock wrote:
From: Richard Purdie
This is useful for the scenario where we want to add 'gcc' to
the root file system for all multilib variants
Signed-off-by: Matthew McClintock
---
RP was the author of this patch via pastebin only... I thought
I would prop
On 07/06/2012 04:39 AM, Ross Burton wrote:
ConnMan warns that /usr/lib/connman/plugins isn't shipped, so ship the empty
directory in the main package. Whilst there, remove some entirely pointless
entires in FILES.
The following changes since commit 5051e9837fa698e03d0a7a8a918ee7aa98409ce1:
This completes the removal of these older variables and their replacement
with FETCHCMD. This change requires the latest bitbake to operate optimally.
Signed-off-by: Richard Purdie
---
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index e700c93..76ee65f 100644
--- a/meta/conf/bitba
This brings it into sync with the wget FETCHCOMMAND and RESUMECOMMAND
variables.
Signed-off-by: Richard Purdie
---
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 846c6c3..e700c93 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -571,7 +571,7 @@ XORG_MIRROR =
On 07/06/2012 08:52 AM, Bruce Ashfield wrote:
If the kernel version string uses characters or symbols that
need to be santized for the package name, we can end up with a
mismatch between module requirements and what the kernel
provides.
The kernel version is pulled from utsrelease.h, which conta
The svn fetcher converted to use FETCHCMD a long time ago. This drops
several variables which are effectively useless.
Signed-off-by: Richard Purdie
---
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 3453a86..846c6c3 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.
On 07/03/2012 06:37 PM, Peter Seebach wrote:
Robert Yang identified a crash with chroot in long directories,
which was a logic bug in the allocate-and-copy logic when
expanding paths inside a base path. Fixed in upstream pseudo,
along with a couple of other minor tweaks, since the crash is
blocki
On 07/06/2012 01:06 PM, Mark Hatle wrote:
A couple of minor RPM fixes that affect non-default configurations.
The following changes since commit 8f16811a8d51982a8b3d70e6087aef4a41926840:
bootimg: Use STAGING_KERNEL_DIR (2012-07-06 09:38:17 +0100)
are available in the git repository at:
g
On 07/09/2012 07:59 AM, Bruce Ashfield wrote:
Saul/Richard,
I was waiting on the resend of Tom's perf series to send the updated
kernel parts for this. That's out, and the kernel parts now need to
be updated.
I've also staged a unionfs build fix along with the perf updates.
Cheers,
Bruce
cc:
On 07/09/2012 08:27 AM, Franklin S Cooper Jr wrote:
* Update psplash to the latest version.
* Change the license checksum to use the lines in the psplash.h that contains
license information instead of doing a checksum on the entire file.
Signed-off-by: Franklin S Cooper Jr
---
meta/recipes
From: Nitin A Kamble
this commit avoids this build issue:
|
/srv/home/nitin/builds/build-gcc47/tmp/sysroots/x86_64-linux/usr/libexec/i586-poky-linux/gcc/i586-poky-linux/4.7.1/ld:
cannot find -lelf
| collect2: error: ld returned 1 exit status
...
| make: *** [all] Error 2
| ERROR: oe_runmake fa
From: Nitin A Kamble
automake 1.12.x automatically deletes empty directories, so
the additional rmdir from the do_install_append fails.
cleanup the do_install_append for automake 1.12.x
Avoids this build issue:
| rmdir: failed to remove
`/srv/home/nitin/builds/build-gcc47/tmp/work/i586-poky-li
From: Nitin A Kamble
automake 1.12.x automatically deletes empty directories, so
the additional rmdir from the do_install_append fails.
cleanup the do_install_append for automake 1.12.x
Fixes this build issue:
| rmdir: failed to remove
`/srv/home/nitin/builds/build-gcc47/tmp/work/i586-poky-lin
From: Nitin A Kamble
automake 1.12.x automatically deletes empty directories, so
the additional rmdir from the do_install_append fails.
cleanup the do_install_append for automake 1.12.x
avoid this issue:
| rmdir: failed to remove `/srv/home/nitin/builds/build-gcc47/tmp/wERROR:
Function failed
From: Nitin A Kamble
automake 1.12.x automatically deletes empty directories, so
the additional rmdir from the do_install_append fails.
cleanup the do_install_append for automake 1.12.x
avoid this issue:
| rmdir: failed to remove
`/srv/home/nitin/builds/build-gcc47/tmp/work/i586-poky-linux/tel
From: Nitin A Kamble
automake 1.12.x automatically deletes empty directories, so
the additional rmdir from the do_install_append fails.
cleanup the do_install_append for automake 1.12.x
Avoid this error:
| rmdir: failed to remove
`/srv/home/nitin/builds/build-gcc47/tmp/work/i586-poky-linux/tar
From: Nitin A Kamble
automake 1.12.x automatically deletes empty directories, so
the additional rmdir from the do_install_append fails.
cleanup the do_install_append for automake 1.12.x
avoid this issue:
| rmdir: failed to remove
`/srv/home/nitin/builds/build-gcc47/tmp/work/i586-poky-linux/lib
From: Nitin A Kamble
Added 2 patches:
avoid_automake_errors.patch
fix_for_automake-1.12.x.patch
More information in the patch headers.
Signed-off-by: Nitin A Kamble
---
.../avoid_automake_errors.patch| 83
.../fix_for_automake-1.12.x.patch
From: Nitin A Kamble
automake 1.12.x automatically deletes empty directories, so
the additional rmdir from the do_install_append fails.
cleanup the do_install_append for automake 1.12.x
Signed-off-by: Nitin A Kamble
---
meta/recipes-gnome/librsvg/librsvg_2.32.1.bb |8 ++--
1 files cha
From: Nitin A Kamble
automake 1.12.x automatically deletes empty directories, so
the additional rmdir from the do_install_append fails.
cleanup the do_install_append for automake 1.12.x
Signed-off-by: Nitin A Kamble
---
meta/recipes-sato/pimlico/dates_git.bb |6 +-
1 files changed, 1
From: Nitin A Kamble
added a new patch : fix_for_automake_1.12.x.patch
More information in the patch header.
Signed-off-by: Nitin A Kamble
---
meta/recipes-connectivity/avahi/avahi.inc |3 +-
.../avahi/files/fix_for_automake_1.12.x.patch | 34
2 files
From: Nitin A Kamble
Added a patch:
pcmanfm_fix_for_automake_1.12.patch
More information in the patch header.
Signed-off-by: Nitin A Kamble
---
.../files/pcmanfm_fix_for_automake_1.12.patch | 35
meta/recipes-sato/pcmanfm/pcmanfm_0.9.10.bb|5 ++-
2 fi
From: Nitin A Kamble
Added new patches:
avoid_AM_PROG_MKDIR_P_warning_error_with_automake_1.12.patch
gnutls_fix_for_automake_1.12.1.patch
more details in patch headers.
Signed-off-by: Nitin A Kamble
---
..._MKDIR_P_warning_error_with_automake_1.12.patch | 51
.../
From: Nitin A Kamble
Bring back earlier jpeg fix. upstream has removed the fix from earlier release.
The support for automatic de-ANSI-fication has been deprecated in
automake 1.11.2, and will be removed altogether in automake 1.12
This avoids this error:
| configure.ac:24: automatic de-ANSI-fi
From: Nitin A Kamble
This work is based on 1.3_M1 branch to get a stable base. These commits
build core-image-sato-sdk & core-image-lsb images fine.
-Nitin
The following changes since commit 7f017cab0b3e4d5a4fc356eccd8eb8429b0531d0:
connman: bump PR and add some comments (2012-06-13 13:11:23
From: Nitin A Kamble
Signed-off-by: Nitin A Kamble
---
.../automake/automake/path_prog_fixes.patch| 40 +++-
.../{automake_1.11.3.bb => automake_1.12.1.bb} |5 +-
2 files changed, 8 insertions(+), 37 deletions(-)
rename meta/recipes-devtools/automake/{automake
On 07/09/2012 08:11 AM, Mark Hatle wrote:
This is a rebased/resend of the "multilib: Enable multilib remapping for
SDK generation fix"
There have been no changes other then a rebase or current origin/master.
--Mark
The following changes since commit 68ea7d827710ae7c5cf402887d4c12319038e064:
On Mon, 9 Jul 2012, Paul Eggleton wrote:
> On Monday 09 July 2012 11:24:27 Robert P. J. Day wrote:
> > On Mon, 9 Jul 2012, Andrei Gherzan wrote:
> > > So IMHO the EXTRA_IMAGE_FEATURES variable in the image should be
> > > merged in the IMAGE_FEATURES above. I don't see the meaning of it.
> >
> >
On 07/06/2012 01:08 PM, Matthew McClintock wrote:
This happens when tryng to add libgcc-dev to as a multilib package
(e.g. IMAGE_INSTALL_append = " lib32-libgcc-dev")
| Processing task-core-boot...
| Processing fman-ucode...
| Processing dosfstools...
| Processing lib32-libgcc-dev...
| Unable to
On Mon, 2012-07-09 at 11:56 +0200, Martin Jansa wrote:
> On Sun, Jul 08, 2012 at 09:26:12PM -0700, Khem Raj wrote:
> > On Sun, Jul 8, 2012 at 9:10 AM, Khem Raj wrote:
> > > V2:
> > >
> > > Additionally, changed gcc to use git fetcher
> > > update E5500/E6500 patches for gcc and binutils (backporte
1 - 100 of 175 matches
Mail list logo