Re: [yocto] Fwd:

2013-02-12 Thread Andrei Gherzan
On Tue, Feb 12, 2013 at 9:37 AM, Iorga, Cristian cristian.io...@intel.comwrote: Hello, this is spam. It's more than a spam - it's a virus. Belisko, check your computer. -- *Andrei Gherzan* m: +40.744.478.414 | f: +40.31.816.28.12 ___ yocto mailing

[yocto] Initramfs and systemd problems

2013-02-12 Thread Jukka Rissanen
Hi, I am building a small network appliance for tethering purposes. I do not need graphics so I removed X support, also added systemd from meta-ivi and upgraded connman into latest 1.11 version, and also did some minor tweaks here and there. In beagleboard, my setup works just fine. In Intel

Re: [yocto] Initramfs and systemd problems

2013-02-12 Thread Ross Burton
On Tuesday, 12 February 2013 at 09:14, Jukka Rissanen wrote: I am building a small network appliance for tethering purposes. I do not need graphics so I removed X support, also added systemd from meta-ivi and upgraded connman into latest 1.11 version, and also did some minor tweaks here and

Re: [yocto] [danny] core-image-minimal-dev is missing dev packages

2013-02-12 Thread Paul Eggleton
On Saturday 09 February 2013 09:25:09 Rudolf Streif wrote: I have not verified every single dev package but the linker files in /usr/lib/arch and related are missing. You cannot link against a dev image sysroot. That used to work. I'm not quite sure what you mean, but if this is a regression

[yocto] [PATCH 0/3][eclipse-poky] Small cleanup patch set

2013-02-12 Thread Atanas Gegov
From: Atanas Gegov atanas.ge...@bmw-carit.de Hi, this patch series correct some minor mistakes in our code. It does not add new functionality. Cheers, Atanas Atanas Gegov (3): Unified JRE_CONTAINER setting for all plugins Unified Bundle-Version setting for all plugins Fixed a typo in

[yocto] [PATCH 1/3] Unified JRE_CONTAINER setting for all plugins

2013-02-12 Thread Atanas Gegov
From: Atanas Gegov atanas.ge...@bmw-carit.de --- plugins/org.yocto.bc.ui/.classpath|2 +- plugins/org.yocto.doc.user/.classpath |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/org.yocto.bc.ui/.classpath b/plugins/org.yocto.bc.ui/.classpath index

[yocto] [PATCH 2/3] Unified Bundle-Version setting for all plugins

2013-02-12 Thread Atanas Gegov
From: Atanas Gegov atanas.ge...@bmw-carit.de --- plugins/org.yocto.doc.user/META-INF/MANIFEST.MF |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/plugins/org.yocto.doc.user/META-INF/MANIFEST.MF b/plugins/org.yocto.doc.user/META-INF/MANIFEST.MF index 4a89341..ecde2bd

[yocto] [PATCH 3/3] Fixed a typo in manifest

2013-02-12 Thread Atanas Gegov
From: Atanas Gegov atanas.ge...@bmw-carit.de --- plugins/org.yocto.doc.user/META-INF/MANIFEST.MF|2 +- .../META-INF/MANIFEST.MF |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/org.yocto.doc.user/META-INF/MANIFEST.MF

Re: [yocto] Initramfs and systemd problems

2013-02-12 Thread Jukka Rissanen
Hi Ross, On 12.02.2013 11:35, Ross Burton wrote: On Tuesday, 12 February 2013 at 09:14, Jukka Rissanen wrote: I am building a small network appliance for tethering purposes. I do not need graphics so I removed X support, also added systemd from meta-ivi and upgraded connman into latest 1.11

Re: [yocto] Initramfs and systemd problems

2013-02-12 Thread Burton, Ross
On 12 February 2013 10:14, Jukka Rissanen jukka.rissa...@linux.intel.com wrote: At least the systemd version in initramfs is missing /etc/udev/rules.d/automount.rules /etc/udev/scripts/mount.sh that seem to be related to this issue. Yeah, that would do it. :) That saved thirty minutes of

Re: [yocto] Initramfs and systemd problems

2013-02-12 Thread Ross Burton
On Tuesday, 12 February 2013 at 10:30, Burton, Ross wrote: On 12 February 2013 10:14, Jukka Rissanen jukka.rissa...@linux.intel.com (mailto:jukka.rissa...@linux.intel.com) wrote: At least the systemd version in initramfs is missing /etc/udev/rules.d/automount.rules

[yocto] [PATCH 1/1] poky-ivi-systemd.conf: Add yoctoproject mirrors

2013-02-12 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan andrei.gher...@windriver.com --- conf/distro/poky-ivi-systemd.conf |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/conf/distro/poky-ivi-systemd.conf b/conf/distro/poky-ivi-systemd.conf index 0f65a4b..1fd13d4 100644 ---

Re: [yocto] Initramfs and systemd problems

2013-02-12 Thread Jukka Rissanen
On 12.02.2013 13:50, Ross Burton wrote: On Tuesday, 12 February 2013 at 10:30, Burton, Ross wrote: On 12 February 2013 10:14, Jukka Rissanen jukka.rissa...@linux.intel.com (mailto:jukka.rissa...@linux.intel.com) wrote: At least the systemd version in initramfs is missing

[yocto] [PATCH] initramfs: udevd can be located in /sbin

2013-02-12 Thread Jukka Rissanen
Do not hard code the udevd path. Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com --- meta/recipes-core/initrdscripts/files/init-live.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/initrdscripts/files/init-live.sh

Re: [yocto] Initramfs and systemd problems

2013-02-12 Thread Ross Burton
On Tuesday, 12 February 2013 at 13:17, Jukka Rissanen wrote: Thanks Ross! Adding RRECOMMENDS_${PN} = udev-extraconf to my systemd_git.bbappend allowed the device to boot. Great. I'll fix up systemd in oe-core, and ensure that the live initramfs has these hooks all the time as they are

Re: [yocto] [meta-ti] Wifi Module + udev configs

2013-02-12 Thread Denys Dmytriyenko
On Thu, Feb 07, 2013 at 06:26:46PM -0200, Raul Rosetto Munoz wrote: Hello All, I need to configure my yocto project to work with wifi dongle realteck rtl8192cu. My first problem is that the module does not go up automatically rtl8192cu different than Angstron distro that when I plug the

Re: [yocto] [PATCH 0/1][linux-yocto] Remove Cedartrail Machine

2013-02-12 Thread Tom Zanussi
On Mon, 2013-02-11 at 22:02 -0800, Sean Liming wrote: -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto- boun...@yoctoproject.org] On Behalf Of Liu, Song Sent: Monday, February 11, 2013 1:25 PM To: Chris Tapp Cc: Darren Hart; Yocto Discussion Mailing List

Re: [yocto] [PATCH 0/1][linux-yocto] Remove Cedartrail Machine

2013-02-12 Thread Burton, Ross
On 12 February 2013 19:56, Tom Zanussi tom.zanu...@intel.com wrote: It probably wouldn't take much to bring it back - basically the pvr graphics driver, which I assume is one of the most important features of this BSP for users, is stuck at kernel version 3.0. If everything else stayed the

Re: [yocto] [PATCH 0/1][linux-yocto] Remove Cedartrail Machine

2013-02-12 Thread Burton, Ross
On 12 February 2013 21:29, Chris Tapp opensou...@keylevel.com wrote: Alternatively there's the fully open source but non-accelerated graphics drivers. This would let the BSP survive, but is anyone (Chris, I'm looking at you here!) using CDT in a situation where the open 2D driver is

Re: [yocto] [PATCH 0/1][linux-yocto] Remove Cedartrail Machine

2013-02-12 Thread Chris Tapp
On 12 Feb 2013, at 19:56, Tom Zanussi wrote: On Mon, 2013-02-11 at 22:02 -0800, Sean Liming wrote: -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto- boun...@yoctoproject.org] On Behalf Of Liu, Song Sent: Monday, February 11, 2013 1:25 PM To: Chris Tapp Cc:

Re: [yocto] [PATCH 0/1][linux-yocto] Remove Cedartrail Machine

2013-02-12 Thread Bodke, Kishore K
-Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto- boun...@yoctoproject.org] On Behalf Of Chris Tapp Sent: Tuesday, February 12, 2013 1:35 PM To: Zanussi, Tom Cc: 'Yocto Discussion Mailing List'; 'Darren Hart' Subject: Re: [yocto] [PATCH 0/1][linux-yocto] Remove

[yocto] Control over Sato theme

2013-02-12 Thread Gary Thomas
I'd like to be able to control the Sato theme on my system, with a softer approach than editing the gtk-sato-engine package. I tried putting updated settings in /home/root/.gtkrc-2.0 but they don't seem to have any affect. I can see that this file is being read (and presumably processed) as I

[yocto] Building uio-pci-generic into core-image-minimal

2013-02-12 Thread David Mulder
I need to use the uio-pci-generic kernel module, but I don't know how to make it available in my image. Yocto 1.3, core-image-minimal, did 'bitbake linux-yocto -c menuconfig' and added Generic driver for PCI 2.3. It took a while to bitbake core-image-minimal after that change, and I saw

[yocto] package list for image build

2013-02-12 Thread Trevor Woerner
Hi everyone, I've looked at Tim's cheat sheet and Robert's FAQ but I can't seem to figure out if there is a simple way to get bitbake to list the packages that will be included in the build of a given image. $ bitbake magic core-image-minimal list of packages included in core-image-minimal image

Re: [yocto] Building uio-pci-generic into core-image-minimal

2013-02-12 Thread Bruce Ashfield
On 13-02-12 6:47 PM, David Mulder wrote: I need to use the uio-pci-generic kernel module, but I don’t know how to make it available in my image. Yocto 1.3, core-image-minimal, did ‘bitbake linux-yocto –c menuconfig’ and added “Generic driver for PCI 2.3”. It took a while to bitbake