[yocto] Initramfs image name (INITRAMFS_IMAGE)

2015-04-20 Thread Marcin Krzemiński
Hi, I want to set my initramfs image name in my image recipe. In local.conf I've set: INITRAMFS_IMAGE_BUNDLE="1" In my image recipe I am setting image name: INITRAMFS_IMAGE = "myimage-image-minimal" Unfortunately when kernel recipe is parsed INITRAMFS_IMAGE variable i empty. running bitbake -e

[yocto] Agenda: Yocto Project Technical Team Meeting - Tuesday, Apr. 21, 2015 8:00 AM US Pacific Time

2015-04-20 Thread Jolley, Stephen K
Tuesday, April, 21, 2015 8:00 AM US Pacific Time Agenda: * Opens collection - 5 min (Stephen) * Yocto Project status - 5 min (Stephen/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.8_Status https://wiki.yoctoproject.org/wiki/Yocto_1.8_Schedule https://wiki.yoctoproject.org/wiki

[yocto] U-Boot with a different default device tree, for BeagleBone-similar system

2015-04-20 Thread Craig McQueen
I'm working on a system based on the TI Sitara AM335x similar to the BeagleBone Black, but with various custom hardware. I've got a custom device tree for it, and it's working well. In Yocto, I've defined a custom machine in a custom layer under conf/machine, derived from the BeagleBone Black m

Re: [yocto] Problems enabling systemd

2015-04-20 Thread Bruce Ashfield
On 04/20/2015 02:06 PM, Matt Schuckmann wrote: -Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: Monday, April 20, 2015 7:52 AM To: Matt Schuckmann; Yocto Project Subject: Re: [yocto] Problems enabling systemd On 04/20/2015 04:43 AM, Anders Darander w

Re: [yocto] Problems enabling systemd

2015-04-20 Thread Matt Schuckmann
> > > > I'd guess that you're getting some errors earlier than this in the > > bootlog? Could you paste them? > > > > Cheers, > > Anders Anders, below is a more complete boot log Thanks for the help Matt S. Starting kernel ... [0.00] Booting Linux on physical CPU 0x0 [0.00] Linu

Re: [yocto] Problems enabling systemd

2015-04-20 Thread Matt Schuckmann
> -Original Message- > From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] > Sent: Monday, April 20, 2015 7:52 AM > To: Matt Schuckmann; Yocto Project > Subject: Re: [yocto] Problems enabling systemd > > On 04/20/2015 04:43 AM, Anders Darander wrote: > > * Matt Schuckmann [150417

Re: [yocto] [PATCH] dev-manual: Updated wic runtime requirements

2015-04-20 Thread Rifenbark, Scott M
Ed, This patch is in. See http://www.yoctoproject.org/docs/1.9/dev-manual/dev-manual.html#wic-requirements for the updated text. Thanks, Scott >-Original Message- >From: Ed Bartosh [mailto:ed.bart...@linux.intel.com] >Sent: Tuesday, April 14, 2015 11:46 AM >To: yocto@yoctoproject.or

Re: [yocto] [daisy][powertop] powertop_2.5.bb, do_configure) failed with exit code '1'

2015-04-20 Thread Kevyn-Alexandre Paré
Hi Martin, thx, cleaner way then my temporary fix. I tested it and it's working fine. git checkout 3ee4015f5b5264d69178f78f0408ab4a225d3877 meta/recipes-kernel/powertop/powertop_2.7.bb Any thought when this will be backported to Daisy branch? I presume for the next rc. thx again, -KA ref: htt

Re: [yocto] Problems enabling systemd

2015-04-20 Thread Bruce Ashfield
On 04/20/2015 04:43 AM, Anders Darander wrote: * Matt Schuckmann [150417 23:27]: I've got an image for a AM3352 system based on Dylan and Arago and I'm trying to switch to systemd for init. So far I haven't had much luck. First off I'm getting different results depending on where I turn it o

[yocto] How to add openmp to the target image

2015-04-20 Thread Christophe Coutand
Hi, Is there a way to include the openmp library on the target image? when building the full target image for a freescale processor, I get gcc etc... installed on the target filesystem but not libgomp. It is however correctly deployed when installing the SDK on the host machine. Thanks for any in

[yocto] [Recipe reporting system] Upgradable recipe name list

2015-04-20 Thread recipe-report
This mail was sent out by Recipe reporting system. This message list those recipes which need to be upgraded. If maintainers believe some of them needn't to upgrade this time, they can fill in RECIPE_NO_UPDATE_REASON_pn-"xxx" in upstream_tracking files to ignore this recipe remainder until newer u

Re: [yocto] [poky] Initramfs not appended to kernel image

2015-04-20 Thread Wouter van Rooy
Hi Bruce, First of all, thanks for your answer. It would be a comforting idea to get this initramfs implemented cleanly in my project. On 16-04-15 16:22, Bruce Ashfield wrote: I'm the proud owner of the bugzilla to document this process better, so let's work through the issues and see if ther

Re: [yocto] Problems enabling systemd

2015-04-20 Thread Anders Darander
* Matt Schuckmann [150417 23:27]: > I've got an image for a AM3352 system based on Dylan and Arago and I'm > trying to switch to systemd for init. > So far I haven't had much luck. > First off I'm getting different results depending on where I turn it on. > I'm turning it on via the following