An earlier patch from Chunrong Guo fixed the
linker command scripts in ldscripts to comment out hard-coded paths
for the linker search directories. This allows the command line
to specifiy the proper paths without being overridden.
However, the 32-bit ix86 scripts evidently were added after this
The x86 build linker scripts were still searching hard-coded paths on the
build host for libraries. As it happens, the libraries needed for
linking the failing executable are present on my build host, so the build
succeeds here despite the erroneous linker paths. Consequently I had
stupidly assum
> On Apr 13, 2015, at 8:27 AM, Otavio Salvador wrote:
>
> Hello Sven,
>
> I really appreciate your work. Thanks for all the hard work on this :)
>
> On Mon, Apr 13, 2015 at 4:38 AM, Sven Ebenfeld
> wrote:
>> After a week of testing these recipes, I fixed some issues in the new
>> recipes. Th
Hi,
I am posting this question on yocto maillist and here because I don't
know on which mail-list I must post this question..
I tested iconv() of glibc and verified that it only supports charsets
listed in the file below:
eglibc-2_13/libc/option-groups.def
They are listed up under 'config OPTIO
The following changes since commit 318318c74f0e37f4cf54a4c8f3aab9e59555111d:
linux-yocto(-tiny-kexecboot)_3.17: remove upstreamed patch for collie
(2015-01-12 09:58:06 +)
are available in the git repository at:
https://github.com/LinuxPDA/meta-handheld master
for you to fetch changes u
On Apr 13, 2015 12:29 AM, "Sven Ebenfeld" wrote:
>
> busybox-hwclock could not be installed for me and I guess we don't really
need it.
> I wanted to test OpenJDK 7 ZeroVM so we need to install it.
May they should be two separate commits. They seem quite unrelated
>
> Signed-off-by: Sven Ebenfel
On Apr 13, 2015 12:29 AM, "Sven Ebenfeld" wrote:
>
> The stabs debug format is not supported by our toolchain. It works if we
> use gdb debug format.
Why ggdb should -g be enough?
>
> Signed-off-by: Sven Ebenfeld
> ---
> .../icedtea-change-to-gdb-debug-format.patch | 29
++
On 13 April 2015 at 14:50, Martin Jansa wrote:
> === qemux86 (1) ===
> * /openembedded-core/meta/recipes-multimedia/gstreamer/
> gstreamer1.0-plugins-good_1.4.5.bb, do_compile
>
"i586-oe-linux-gcc: internal compiler error: Segmentation fault (program
as)"
Presumably this has never happened
> I don't want to promise anything but I may have some time to spend on > it...
Any luck with this? Now I have use-case for both 5.4.2 (for Yocto 1.8
Fido branch) and 5.5 (for master branch as in LuneOS we decided to skip
upgrade to 5.4 and go directly to 5.5).
If you already work on it, I'll do
http://www.openembedded.org/wiki/Bitbake_World_Status
== Failed tasks 2015-03-23 ==
INFO: jenkins-job.sh-1.2.0 Complete log available at
http://logs.nslu2-linux.org/buildlogs/oe/world/log.report.20150325_041310.log
=== common (1) ===
* /meta-webos-ports/meta-luneui/recipes-luneui/luna-next/
On Thu, Apr 02, 2015 at 11:04:03AM -0500, Gary S. Robertson wrote:
> COMPATIBLE_HOST included support for x86_64 but not for
> 32-bit x86 architectures - added i586 arch name to cover qemux86, etc.
But it still fails for qemux86 :(
http://errors.yoctoproject.org/Errors/Details/9749/
Please fix i
http://www.openembedded.org/wiki/Bitbake_World_Status
== Failed tasks 2015-04-12 ==
INFO: jenkins-job.sh-1.2.0 Complete log available at
http://logs.nslu2-linux.org/buildlogs/oe/world/log.report.20150413_120812.log
=== common (4) ===
*
/meta-openembedded/meta-filesystems/recipes-utils/xorr
Hello Sven,
I really appreciate your work. Thanks for all the hard work on this :)
On Mon, Apr 13, 2015 at 4:38 AM, Sven Ebenfeld wrote:
> After a week of testing these recipes, I fixed some issues in the new
> recipes. Therefore I just submitted new versions of the patchset.
> I removed the pat
Hi,
I need to be able to convert a text byte stream from UTF-8 format to
EUC-KR format.
I know I can do this with iconv().
So I tested as shown below :
#include
void some_func(void) {
iconv_t it;
it = iconv_open("UTF-8", "EUC-KR");
}
--
On Fri, Apr 10, 2015 at 09:58:45AM -0700, Armin Kuster wrote:
> V2: drop version value in file path
I've taken this patch before branching fido, but I had to fix commit
message a bit.
Please notice extra "v2 " in summary line.
"V2: .*" belongs under --- so that it's visible in review on e-mail,
On Tue, Mar 10, 2015 at 02:30:30PM +0100, Martin Jansa wrote:
> Hi Joe,
>
> can you please check pending meta-networking patches?
>
> my master-next shows:
> pick e7be331 openl2tp: add new recipe
> pick 64461e1 ipvsadm: Add version 1.26 (initial recipe)
> pick f5ba5af netkit-telnet: add new recip
After a week of testing these recipes, I fixed some issues in the new
recipes. Therefore I just submitted new versions of the patchset.
I removed the patches for uclibc as I'm unable to test it at the
moment. While trying to build it with uclibc, I always got errors with
compiling curl. Unfortunate
Signed-off-by: Sven Ebenfeld
---
README | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README b/README
index 70af588..6517d3f 100644
--- a/README
+++ b/README
@@ -68,7 +68,7 @@ PREFERRED_VERSION_openjdk-6-jre = "6b32-1.13.4"
PREFERRED_VERSION_icedtea6-native = "1.8.11"
#F
The stabs debug format is not supported by our toolchain. It works if we
use gdb debug format.
Signed-off-by: Sven Ebenfeld
---
.../icedtea-change-to-gdb-debug-format.patch | 29 ++
recipes-core/icedtea/openjdk-7-release-03b147.inc | 2 ++
2 files changed, 31 insertio
Signed-off-by: Sven Ebenfeld
---
.../openjdk/openjdk-7-75b13/build-hacks.patch | 71 +
.../openjdk-7-75b13/cacao-arm-ucontext.patch | 24 ++
.../openjdk/openjdk-7-75b13/cacao-libtoolize.patch | 12 +
.../openjdk-7-75b13/cacao-loadavg-makefile.patch | 13 +
.../openjdk/openjdk
We now have OpenJDK 75b13, so the old version should not be required anymore.
Signed-off-by: Sven Ebenfeld
---
.../openjdk/openjdk-7-25b30/build-hacks.patch | 60
.../openjdk-7-25b30/cacao-arm-ucontext.patch | 24 --
.../openjdk/openjdk-7-25b30/cacao-libtoolize.patch | 12 -
.
From: Sven Ebenfeld
icedtea7 is looking for xsltproc and attr during configuration process.
Signed-off-by: Sven Ebenfeld
---
recipes-core/icedtea/icedtea7-native.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/recipes-core/icedtea/icedtea7-native.inc
b/recipes-core
busybox-hwclock could not be installed for me and I guess we don't really need
it.
I wanted to test OpenJDK 7 ZeroVM so we need to install it.
Signed-off-by: Sven Ebenfeld
---
recipes-images/images/java-test-image.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/recipe
This patch is not referenced anywhere in the recipes.
Signed-off-by: Sven Ebenfeld
---
.../icedtea-disable-desktop-dirs.patch | 91 --
1 file changed, 91 deletions(-)
delete mode 100644
recipes-core/icedtea/openjdk-7-03b147/icedtea-disable-desktop-dirs.patch
di
There were some mistakes in my former recipes. This version fixes them.
OpenJDK-7 did not depend on krb5 but excluded it in OECONF. Now I changed to
depending on krb5 and not excluding it. I've tested building and running it
against dizzy and master branches of oe-core, bitbake and meta-openembedde
25 matches
Mail list logo