Re: [yocto] [meta-chip] Yocto on the 9$ computer

2015-10-30 Thread Khem Raj
Andrei good work. > On Oct 24, 2015, at 1:13 PM, Andrei Gherzan wrote: > > On Sat, Oct 24, 2015 at 09:58:42PM +0200, Nicolas Aguirre wrote: >> 2015-10-24 19:26 GMT+02:00 Andrei Gherzan : >>> Hi all, >>> >> >> Hi Andrei, >> >>> Have a C.H.I.P. 9$ computer? It works with Yocto now. >>> >>> ht

Re: [yocto] "bitbake meta-toolchain", QA Issue, library in wrong location

2015-10-30 Thread Khem Raj
> On Oct 30, 2015, at 4:36 AM, Robert P. J. Day wrote: > > > goofing around, did a "bitbake meta-toolchain" for my BBB > configuration and, toward the end, got: > > WARNING: QA Issue: gcc-cross-canadian-arm-dbg: found library in wrong > location: > /opt/poky/2.0/sysroots/x86_64-pokysdk-linux/

[yocto] [PATCH][yocto-docs] typo, "buiding images"

2015-10-30 Thread Robert P. J. Day
Signed-off-by: Robert P. J. Day --- not sure if this is sufficient, there seems to be no other related typo. diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml index 65df1d0..893211b 100644 --- a/documentation/adt-manual/adt-prepare.xml +++ b/do

Re: [yocto] [meta-security][PATCH] samhain: upgrade to 4.1.0

2015-10-30 Thread akuster808
Li Xin, Master-next already has the 4.1.0 update. I have merged the additional fixes to master-next. thanks, Armin On 10/30/2015 02:37 AM, Li xin wrote: > From: Li Xin > > Also fix an error when "samhain -t check" is executed. > The error is like this: > 'ERROR: msg=, > subroutine=, path=<(nul

Re: [yocto] Toolchains of different architectures overwrite files

2015-10-30 Thread Mark Hatle
On 10/30/15 12:07 PM, Lorenz B. wrote: > Hello, > > I setup yocto (fido fa55b8e") with > source oe-init-build-env build-qemu > and changed MACHINE to "none" and PACKAGE_CLASSES to "package_ipk" in > conf/local.conf > > > built an arm and a mips toolchain with the following commands: > export MAC

Re: [yocto] [PATCH 1/1] prelink: AARCH64 support added

2015-10-30 Thread Mark Hatle
I've applied you patch to a new 'cross_prelink_aarch64' branch for testing. A few notes: I cleaned up some white space issues. This might have been a result of the mailer -- I'm not sure. I had to change: R_AARCH64_TLS_DTPMOD64 to R_AARCH64_TLS_DTPMOD R_AARCH64_TLS_DTPREL64 to R_AARCH64_TLS_DT

[yocto] Yocto Project Status WW44

2015-10-30 Thread Jolley, Stephen K
Current Dev Position: YP 2.0 Final (preparing rc3) Next Deadline: YP 2.0 Final Release Target: Oct. 30, 2015 (We are targeting Nov. 6th) SWAT team rotation: Juro -> Anibal https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Top Bugs to be tackled (2.0 release blockers): *

Re: [yocto] kernel defconfig configuration

2015-10-30 Thread Edward Wingate
On Fri, Oct 30, 2015 at 8:10 AM, Daniel. wrote: > I saw that REMOTEPROC is selected by other *_REMOTEPROC config > options. It seems a driver to handle another process on same board, > right? > It seems also that other architetures select REMOTEPROC, so if you're > creating a new board with a remo

Re: [yocto] kernel defconfig configuration

2015-10-30 Thread Daniel.
I saw that REMOTEPROC is selected by other *_REMOTEPROC config options. It seems a driver to handle another process on same board, right? It seems also that other architetures select REMOTEPROC, so if you're creating a new board with a remote processor I guess that you will need to create a remote

Re: [yocto] [PATCH 1/1] prelink: AARCH64 support added

2015-10-30 Thread Mark Hatle
Was the work below based on any existing work (such as arch-arm.c)? We found a bug yesterday in the "arm_prelink_conflict_rela" on ARM, a previous hunk for handling ifuncs was missed. See: http://git.yoctoproject.org/cgit/cgit.cgi/prelink-cross/commit/?h=cross_prelink_staging&id=927979bbd115eeb8a

Re: [yocto] kernel defconfig configuration

2015-10-30 Thread Bruce Ashfield
On 15-10-29 03:06 PM, Edward Wingate wrote: On Thu, Oct 29, 2015 at 6:10 AM, Bruce Ashfield wrote: That's the kernel's configuration subsystem at play, it still has to process the the defconfig (which was placed as .config before starting the kernel build). Invalid options are removed, others a

[yocto] "bitbake meta-toolchain", QA Issue, library in wrong location

2015-10-30 Thread Robert P. J. Day
goofing around, did a "bitbake meta-toolchain" for my BBB configuration and, toward the end, got: WARNING: QA Issue: gcc-cross-canadian-arm-dbg: found library in wrong location: /opt/poky/2.0/sysroots/x86_64-pokysdk-linux/usr/libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/5.2.0/.debu

[yocto] [meta-security][PATCH] samhain: upgrade to 4.1.0

2015-10-30 Thread Li xin
From: Li Xin Also fix an error when "samhain -t check" is executed. The error is like this: 'ERROR: msg=, subroutine=, path=<(null)>' Signed-off-by: Li Xin --- .../samhain/{samhain-client_4.0.0.bb => samhain-client_4.1.0.bb}| 3 ++- .../samhain/{samhain-server_4.0.0.bb => samhain-server_4.

Re: [yocto] To Specify the Linux Kernel Local Path In SRC_URI

2015-10-30 Thread Yukatharsani Jeyachandra
Thank you khem..It worked. On 29-10-2015 11:19, Khem Raj wrote: On Wed, Oct 28, 2015 at 10:15 PM, YUKATHARSANI JEYACHANDRA wrote: Hi, I am trying to build kernel image for new hardware. So, I prefer to use my linux 3.x version with specific changes. I want bitbake to fetch the local path of

[yocto] [PATCH 1/1] prelink: AARCH64 support added

2015-10-30 Thread Maninder Singh
This patch adds support for prelinking in AARCH64. To run prelink on successfully on target following changes are done 1. aarch64/dl-machine.h: Fix load-address for prelink support https://sourceware.org/ml/libc-alpha/2015-10/msg00575.html 2. To handle relocation R_AARCH64_TLSDESC, Confli