Re: [yocto] bitbake -c clean for all recipes

2016-04-15 Thread Vajzovic, Tom
Hi Ross & Raj, From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: 14 April 2016 17:25 > > On 14 April 2016 at 12:18, Vajzovic, Tom wrote: > What command can I use to do the equivalent of running > "bitbake -c clean" (or cleanstate etc) for all recipes that have previously > been run? > >

Re: [yocto] bitbake -c clean for all recipes

2016-04-15 Thread Andre McCurdy
On Fri, Apr 15, 2016 at 12:18 AM, Vajzovic, Tom wrote: > Hi Ross & Raj, > > From: Burton, Ross [mailto:ross.bur...@intel.com] > Sent: 14 April 2016 17:25 >> >> On 14 April 2016 at 12:18, Vajzovic, Tom wrote: >> What command can I use to do the equivalent of running >> "bitbake -c clean" (or clean

[yocto] [psplash][PATCH] psplash: add option to read startup message from file

2016-04-15 Thread Richard Leitner
This patch adds an option to read the displayed message from a file. Additionally the maximum length for the read string can be defined. If both, a message (STARTUP_MSG) and a file (STARTUP_MSG_FILE) are defined the content of the file will be appended to the message. The string will be cutted afte

Re: [yocto] Issues toaster and devtool together

2016-04-15 Thread Paul Eggleton
Hi David, On Tue, 12 Apr 2016 20:23:43 David Winn wrote: > I was recently part of the Yocto Dev Day event, and learned a lot of good > tools for working with OE. I then got home and wanted to fold many of them > into our development process. Unfortunately I've hit a problem; toaster and > devtool

[yocto] Bundled Initramfs inside rootfs

2016-04-15 Thread Ayoub Zaki
Hello all, I'm building two images : my-image my-image-initramfs I want that to have a single binary that contains both the kernel image and the initial RAM disk (initramfs) for that I set in my local.conf : INITRAMFS_IMAGE = "my-image-initramfs" INITRAMFS_IMAGE_BUNDLE = "1 After building my t

[yocto] Different patches for different images for same machine

2016-04-15 Thread Andreas Eipeldauer
Hi, I have extended the basic images core-image-minimal and core-image-full- cmdline to images that differ by installed items in the rootfs, like core- image-minimal-web has dhcp-client, inetutils-telnetd, openssh openssh- sftp-server installed. Now I would like to customize the environment variab

[yocto] How to add libraries to toolchain

2016-04-15 Thread Daniel.
Hi, I have some piece of code that depends on ncurses. While I can compile it using tmp/ folder toolchain (meta-ide-support) I can't with the installed toolchain (meta-adt-installer) because it complains about missing ncurse.h header. How can add libraries and headers to an installable toolchain?

[yocto] remove Yocto systemd features

2016-04-15 Thread Michael Hu
Hi, Yocto pulls in systemd and enable certain features by default.I am trying to remove some features in systemd *225* yocto builds such as logind (just for testing purpose), I was trying to use a '*.bbappend' file with 'PACKAGECONFIG_append' to achieve that, but seems like it only takes options d

Re: [yocto] remove Yocto systemd features

2016-04-15 Thread Burton, Ross
On 14 April 2016 at 21:05, Michael Hu wrote: > Yocto pulls in systemd and enable certain features by default.I am trying > to remove some features in systemd *225* yocto builds such as logind > (just for testing purpose), I was trying to use a '*.bbappend' file with > 'PACKAGECONFIG_append' to ac

[yocto] how to install debug library into packages

2016-04-15 Thread Ꝝ ꘊ
hello everyone, Iā€™m new here und also a newbie to learn yocto. Now I am writing my master theis which is related to embeded system using yocto. I have an ua-SDK(source code included) und i need to install the ua package into sato-image, which runs on a Raspberrypi.First of all, i write a recipe

[yocto] module do_configure depends on kernel .config and headers

2016-04-15 Thread Vajzovic, Tom
Hi, I am using a meta layer provided by a SOM manufacturer. They have a recipe which sets: inherit module export KLIB_BUILD="${STAGING_KERNEL_DIR}" export KLIB="${D}" and then its do_configure script calls make, and the Makefile expects $(KLIB_BUILD)/.config to exist, and the kernel headers

Re: [yocto] module do_configure depends on kernel .config and headers

2016-04-15 Thread Bruce Ashfield
On Fri, Apr 15, 2016 at 12:02 PM, Vajzovic, Tom wrote: > Hi, > > I am using a meta layer provided by a SOM manufacturer. They have a > recipe which sets: > > What branch are you using ? master ? jethro ? ... something else ? The answer changes with the branch you are using since the management o

[yocto] How to add libraries to poky toolchain

2016-04-15 Thread Matthew Clark
I'm trying to cross build a package with a configure script and I'm running into a problem because it can't find a missing library dependency: arm-poky-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a8 --sysroot=/opt/poky/1.8/sysroots/cortexa8hf-vfp-neon-poky-linux-gnu

Re: [yocto] How to add libraries to poky toolchain

2016-04-15 Thread Daniel.
I may suggest something, run `bitbake meta-ide-support' and then use tmp/environment-*.sh to setup environment. After that go to your software folder and run something like: ./configure ${CONFIGURE_FLAGS} Here is a little text file that I saved to remember how to compile libfprint with yocto's too

[yocto] Yocto Project Status WW16

2016-04-15 Thread Jolley, Stephen K
Current Dev Position: YP 2.1 M4 (Stabilization only milestone.) Next Deadline: YP 2.1 Final Release Target: April 29, 2016 SWAT team rotation: Paul -> Ross https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key Status/Updates: *YP 2.1 M4.rc1 is in QA. Issues so far as m

Re: [yocto] Different patches for different images for same machine

2016-04-15 Thread Daniel.
Hi Andreas, The problem I see here is what would happen if you say `bitbake u-boot'. At this point no image should being built, so what patches should be applied? With the machines aproach you have multiple virtual u-boots and select the proper one with a preferred provider. Regards, 2016-04-14

[yocto] [meta-raspberrypi][PATCH] omxplayer: Bump revision

2016-04-15 Thread Jonathan Liu
Fixes linking error due to missing vchostif library dependency. Rebased patches and removed patches already merged upstream. Signed-off-by: Jonathan Liu --- ...es-and-headers-from-ffmpeg-are-installed-in-u.patch | 12 +++- .../don-t-preserve-file-attributes-when-cp.patch | 18 -

Re: [yocto] [meta-raspberrypi][PATCH 2/2] userland: Make vchostif as shared library

2016-04-15 Thread Jonathan Liu
Hi Khem, On 14 April 2016 at 02:36, Khem Raj wrote: > Thats interesting, I will try to reproduce it I have submitted a patch to the mailing list to bump the omxplayer revision which fixes the issue. > > On Apr 13, 2016, at 7:21 AM, Jonathan Liu wrote: > > On Thursday, 14 April 2016, Khem Raj

[yocto] [meta-security][PATCH 1/2] trousers: add package

2016-04-15 Thread Armin Kuster
Signed-off-by: Armin Kuster --- .../trousers/files/07-read_data-not-inline.patch | 65 recipes-tpm/trousers/files/tcsd.service| 10 ++ recipes-tpm/trousers/files/trousers-udev.rules | 2 + recipes-tpm/trousers/files/trousers.init.sh| 65 re

[yocto] [meta-security][PATCH 2/2] tpm-tools: add package

2016-04-15 Thread Armin Kuster
Signed-off-by: Armin Kuster --- .../03-fix-bool-error-parseStringWithValues.patch | 30 +++ .../tpm-tools-1.3.8/tpm-tools-extendpcr.patch | 244 + recipes-tpm/tpm-tools/tpm-tools_1.3.8.bb | 22 ++ 3 files changed, 296 insertions(+) create mode 100644 recipe