[yocto] Install Java on Core-Image-Sato-Sdk

2014-11-27 Thread Tran TriTin
Hi, i tried to install Java (meta-oracle-java) on Core-image-Sato-sdk, but i always received this following error. Please help me ERROR: runstrip: ''i586-poky-linux-strip' --remove-section=.comment --remove-section=.note

[yocto] udev-hwdb - post installation error (PPC target)

2014-11-27 Thread Gaurang Shastri
Hi I have added systemd as my DISTRO_FEATURES for one of my ppc target. But in my log.do_rootfs, I can see that for udev-hwdb RPM, generated from systemd, post-installation script failed with core dump: {{{ 419:Installing udev-hwdb [ 43%] Output

Re: [yocto] udev-hwdb - post installation error (PPC target)

2014-11-27 Thread ChenQi
On 11/27/2014 05:48 PM, Gaurang Shastri wrote: Hi I have added systemd as my DISTRO_FEATURES for one of my ppc target. But in my log.do_rootfs, I can see that for udev-hwdb RPM, generated from systemd, post-installation script failed with core dump: {{{ 419:Installing

Re: [yocto] Install Java on Core-Image-Sato-Sdk

2014-11-27 Thread Maxin B. John
Hi, On Thu, Nov 27, 2014 at 09:10:39AM +0100, Tran TriTin wrote: Hi, i tried to install Java (meta-oracle-java) on Core-image-Sato-sdk, but i always received this following error. Please help me ERROR: runstrip: ''i586-poky-linux-strip' --remove-section=.comment --remove-section=.note

Re: [yocto] udev-hwdb - post installation error (PPC target)

2014-11-27 Thread Gaurang Shastri
Sent to the mailing list. Please confirm. //Gaurang Shastri On Thu, Nov 27, 2014 at 3:40 PM, ChenQi qi.c...@windriver.com wrote: On 11/27/2014 05:48 PM, Gaurang Shastri wrote: Hi I have added systemd as my DISTRO_FEATURES for one of my ppc target. But in my log.do_rootfs, I can see

[yocto] disables SSLv3 in Python 2.7.3

2014-11-27 Thread Sona Sarmadi
Hi, I have applied the patch python2.7-nossl3.patch to the python recipes in daisy, taken from: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=768611 This patch makes SSLV3 support conditional: ifndef OPENSSL_NO_SSL3. Does anyone know where should I define OPENSSL_NO_SSL3 symbol in

Re: [yocto] how to separate packages in downloads folder into those that run on target and those that do not run on target?

2014-11-27 Thread Gangadhar N
Hi Wolfgang Denk, Thanks for your reply. 1. I want to split the downloads folder so that I'll get a folder that contains only the packages that go in to rootfs of my target. I want to feed this folder to fossology SW to generate licences of each and every file. Please suggest a method. We want to

[yocto] RPATH invalid

2014-11-27 Thread bart . thoelen
Hi, I now the following issue pops up here and there, but I cannot find a proper answer on what is wrong. I'm trying to build a custom created auto-tools package in yocto (daisy release). I get this QA check error: ERROR: QA Issue: package logctrl contains bad RPATH

Re: [yocto] RPATH invalid

2014-11-27 Thread Paul Eggleton
Hi there, On Thursday 27 November 2014 17:24:09 bart.thoe...@telenet.be wrote: I now the following issue pops up here and there, but I cannot find a proper answer on what is wrong. I'm trying to build a custom created auto-tools package in yocto (daisy release). I get this QA check error:

[yocto] Bug in meta/lib/oe/package_manager.py

2014-11-27 Thread Lorenz
On Ubuntu 12.04 I got an error message that the number of arguments didn't match. Puting the arguments into a tupple solves the problem. diff --git a/meta/lib/oe/package_manager.py b/meta/lib/oe/package_manager.py index 27fdf26..dc3ad58 100644 --- a/meta/lib/oe/package_manager.py +++

[yocto] [meta-security][PATCH] libcap-ng: port CVE-2014-3215 patch

2014-11-27 Thread Joe MacDonald
Importing the patch from meta-selinux, which itself was a backport from the upstream source tree. Signed-off-by: Joe MacDonald joe_macdon...@mentor.com --- I mentioned a while back that I had at least one patch in meta-selinux that may apply to meta-security as well. I don't know if you guys

[yocto] Creating a recipe to create /usr/local

2014-11-27 Thread Chan Kit Yu
Hi all, I'm not sure if emailing this is the most appropriate way and I apologize in advance if that's not. I have some scripts that require /usr/local to exist in Yocto and therefore I need to a recipe to create /usr/local directory. I tried to accomplish this with a simple recipe but that

Re: [yocto] Creating a recipe to create /usr/local

2014-11-27 Thread Chris Tapp
On 27 Nov 2014, at 07:09, Chan Kit Yu yuchan...@gmail.com wrote: Hi all, I'm not sure if emailing this is the most appropriate way and I apologize in advance if that's not. I have some scripts that require /usr/local to exist in Yocto and therefore I need to a recipe to create

Re: [yocto] [meta-security][PATCH] libcap-ng: port CVE-2014-3215 patch

2014-11-27 Thread akuster808
Thanks. Armin On 11/27/2014 10:49 AM, Joe MacDonald wrote: Importing the patch from meta-selinux, which itself was a backport from the upstream source tree. Signed-off-by: Joe MacDonald joe_macdon...@mentor.com --- I mentioned a while back that I had at least one patch in meta-selinux that

[yocto] How do firmware patches get loaded?

2014-11-27 Thread Chris Tapp
I've got a board with an rtl8168 NIC. I've enabled this in the kernel, but I get the following showing in the system log at boot: r8169 :03:00.0 eth0: unable to load firmware patch rtl_nic/rtl8168g-2.fw (-2) The NIC works, but it looks as if the missing file is causing a 60 second delay

[yocto] FW: [OE-core][PATCH 1/2] spdx: Provide spdx file that meet SPDX 1.2 Version Specification

2014-11-27 Thread Lei, Maohui
Hi all How about this patch? I have submitted for days, but still no responds. Cheers Lei Maohui -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Lei, Maohui Sent: Tuesday, November

Re: [yocto] Creating a recipe to create /usr/local

2014-11-27 Thread Chan Kit Yu
Hi Chris, Thank you very much :-) But it was no good. I still get the same error even with the install use. Here I attach the full recipe just in case I did wrong somewhere: SUMMARY = Create /usr/local SECTION = meta-networking LICENSE = MIT LIC_FILES_CHKSUM =

Re: [yocto] Creating a recipe to create /usr/local

2014-11-27 Thread Chan Kit Yu
I would also like to add that bitbaking that recipe alone was fine but bitbaking my image to include that package failed. On Fri, Nov 28, 2014 at 9:43 AM, Chan Kit Yu yuchan...@gmail.com wrote: Hi Chris, Thank you very much :-) But it was no good. I still get the same error even with the

[yocto] [PATCH] [meta-cgl] corosync: upgrade to 1.4.7

2014-11-27 Thread Bian Naimeng
upgrade corosync from 1.2.8 to 1.4.7 Signed-off-by: Bian Naimeng bia...@cn.fujitsu.com --- .../recipes-cgl/corosync/corosync_1.2.8.bb | 46 --- .../recipes-cgl/corosync/corosync_1.4.7.bb | 51 ++ .../files/build-cleanup-configure-ac.patch