Re: [yocto] [PATCH 1/1] Fix AARCH64_TLSDESC relocation conflict

2015-11-03 Thread Mark Hatle
On 11/3/15 5:44 AM, Manjeet Pawar wrote: > This patch needs to be applied to 'cross_prelink_aarch64' branch. > It fixes tls1, tls2, tls4, tls5, tls6 test cases of prelink testsuite. > tls3 gets failed but this test case fails without prelink as well on AARCH64 > > Signed-off-by: Vaneet Narang > S

[yocto] installation image (customizing .sdcard image)

2015-11-03 Thread Daniel.
Hi all, Suppose that I have a "foo-image" that builds foo-image.ubi and foo-image.sdcard. The .ubi has to be burned into NAND. Today I use an .sdcard image from my provider, which I boot and copy u-boot, kernel, device-tree and rootfs to it, and then run a script that burn these files into NAND. I

Re: [yocto] Unable to issue bitbake linux-yocto -c menuconfig

2015-11-03 Thread Leonardo Sandoval
Which terminal did you use? Can you try the same under xterm? I remember working on a -c menuconfig issue under a new gnome-terminal version and the problem was that terminal was not spawned, however I do not recall any trace log being thrown. On 11/03/2015 08:48 AM, Benoit Rapidel wrote: Hi

[yocto] Minutes: Yocto Project Technical Team Meeting - Tuesday, Nov. 3, 2015 8:00 AM US Pacific Time

2015-11-03 Thread Jolley, Stephen K
Attendees: Armin, Stephen, Jussi, Belen, Mark, Randy, Sona, Ross, Paul, Agenda: * Opens collection - 5 min (Stephen) * Yocto Project status - 5 min (Stephen/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.9_Status https://wiki.yoctoproject.org/wiki/Yocto_1.9_Schedule https://wik

[yocto] Unable to issue bitbake linux-yocto -c menuconfig

2015-11-03 Thread Benoit Rapidel
Hi, I ran into an error and I don't know where to report it. I use poky with fido branch on a Debian 3.2.68 VM See attached file for log $ tmux list-panes 0: [84x44] [history 39/2000, 71202 bytes] %2 0: [231x60] [history 435/2000, 194475 bytes] %3 (active) $ Regards, -- Benoit Rapidel Co-fou

Re: [yocto] populate_sdk and debian packages problem

2015-11-03 Thread Paul Eggleton
On Tuesday 03 November 2015 14:34:33 Martin Townsend wrote: > I don't know if it worked before, we were using daisy with an external > toolchain and populate_sdk wasn't working. I've wanted to go to Fido and > use the built toolchain so I bit the bullet as all looks good except > populate_sdk with

Re: [yocto] raspberry pi do rootfs

2015-11-03 Thread Gary Thomas
On 2015-11-02 21:47, Raj Jar wrote: I got this error when i do bitbake rpi-hwup-image I suspect error come from mcopy . how to recover this error You need more disk space on your build directory. See the 'disk full' message below. MACHINE ?="raspberry pi" NOTE: Preparing RunQueue NOTE:

[yocto] [PATCH 1/1] Fix AARCH64_TLSDESC relocation conflict

2015-11-03 Thread Manjeet Pawar
This patch needs to be applied to 'cross_prelink_aarch64' branch. It fixes tls1, tls2, tls4, tls5, tls6 test cases of prelink testsuite. tls3 gets failed but this test case fails without prelink as well on AARCH64 Signed-off-by: Vaneet Narang Signed-off-by: Manjeet Pawar --- src/arch-aarch64.c

[yocto] raspberry pi do rootfs

2015-11-03 Thread Raj Jar
I got this error when i do bitbake rpi-hwup-image I suspect error come from mcopy . how to recover this error MACHINE ?="raspberry pi" NOTE: Preparing RunQueue NOTE: Executing SetScene Tasks NOTE: Executing RunQueue Tasks ERROR: Error: The image creation script '/home/raj/Projects/raspberry_p

Re: [yocto] populate_sdk and debian packages problem

2015-11-03 Thread Martin Townsend
Hi Paul, I don't know if it worked before, we were using daisy with an external toolchain and populate_sdk wasn't working. I've wanted to go to Fido and use the built toolchain so I bit the bullet as all looks good except populate_sdk with dpkg. Anyway, I'll file a bug as it looks like there is

Re: [yocto] populate_sdk and debian packages problem

2015-11-03 Thread Paul Eggleton
Hi Martin, On Monday 02 November 2015 18:53:04 Martin Townsend wrote: > I've just moved everything to fido and everything builds fine. One of the > reasons for moving to Fido was to use the built toolchain and create an SDK > using populate_sdk but it is failing with the following message: > ERRO

Re: [yocto] COPY_LIC_DIRS, COPY_LIC_MANIFEST and firmware upgrades

2015-11-03 Thread Paul Eggleton
On Monday 02 November 2015 21:55:01 Bryan Evenson wrote: > Martin, > > > -Original Message- > > From: Martin Jansa [mailto:martin.ja...@gmail.com] > > Sent: Monday, November 02, 2015 3:32 PM > > To: Bryan Evenson > > Cc: yocto@yoctoproject.org > > Subject: Re: [yocto] COPY_LIC_DIRS, COPY_

[yocto] 2.0.rc3 status

2015-11-03 Thread Flanagan, Elizabeth
All, Last night I ran the rc3 build. We were all green, which was great. Unfortunately we were missing some patches for SANITY_TESTED_DISTROS. As these really should be in the release, we've decided to pull them, rerun the one build this would effect (build-appliance) and regenerate the poky tarba

Re: [yocto] Create uncompressed rootfs

2015-11-03 Thread Anders Darander
* Andre McCurdy [151103 11:34]: > On Mon, Nov 2, 2015 at 11:05 PM, Anders Darander > wrote: > > * Andre McCurdy [151102 20:35]: > >> See the "IMAGE_TYPES" variable for a list of rootfs types which are > >> supported. There's support for creating an uncompressed .tar file, but > >> I don't see

Re: [yocto] should layers define BB_DANGLINGAPPENDS_WARNONLY ?= "1"?

2015-11-03 Thread Robert P. J. Day
On Mon, 2 Nov 2015, Khem Raj wrote: > On Mon, Nov 2, 2015 at 9:54 AM, Robert P. J. Day > wrote: > > > > perusing the meta-musl layer, and noticed in layer.conf the line: > > > > BB_DANGLINGAPPENDS_WARNONLY ?= "1" > > should be avoided although meta-musl is a bit core in nature. > this is so th

Re: [yocto] Create uncompressed rootfs

2015-11-03 Thread Andre McCurdy
On Mon, Nov 2, 2015 at 11:05 PM, Anders Darander wrote: > * Andre McCurdy [151102 20:35]: > >> See the "IMAGE_TYPES" variable for a list of rootfs types which are >> supported. There's support for creating an uncompressed .tar file, but >> I don't see any support for creating a rootfs directory u

Re: [yocto] opkg 0.3.0 or rootfs task

2015-11-03 Thread Nicolas Dechesne
On Mon, Nov 2, 2015 at 4:53 PM, Alejandro del Castillo wrote: > > > No, there's nothing else you need to do. The patches fromPaul change the > > opkg download cache to use checksums rather than the entire url as the > > filename, which avoids the file name length problem. > > The patches are und

Re: [yocto] How to install only a subset of the packages listed in a packagegroup?

2015-11-03 Thread Paul Eggleton
Hi Roberto, On Tuesday 03 November 2015 10:36:20 Roberto wrote: > I have written the following packagegroup called packagegroup-amatek.bb for > testing purposes : > > # Copyright (C) 2012-2013 Freescale Semiconductor > > # Released under the MIT license (see COPYING.MIT for the terms) > > DESCR