[yocto] do_package task of the kernel takes extremely long

2013-01-24 Thread Daniel Kenji Morgan
Hello, I'm still fairly new to Yocto, and having some trouble with kernel packaging taking an extremely long time. I will try and keep details as simple as possible to explain my situation. I am building images for the machine "imx6qsabrelite" in the "meta-fsl-arm" BSP layer using Poky 1.3 (danny

[yocto] Meta-web-kiosk Layer

2013-01-24 Thread Ciobanu, Emilia Maria Silvia
Hi, I've created a new layer that can be used for kiosk devices. You can check it out at: http://git.yoctoproject.org/cgit/cgit.cgi/meta-web-kiosk/ It contains a new bitbake target that automatically starts a web browser right after boot and enables the use of a virtual keyboard if there is s

Re: [yocto] Meta-web-kiosk Layer

2013-01-24 Thread Burton, Ross
On 24 January 2013 12:03, Ciobanu, Emilia Maria Silvia wrote: > I've created a new layer that can be used for kiosk devices. > You can check it out at: > http://git.yoctoproject.org/cgit/cgit.cgi/meta-web-kiosk/ Excellent, good to see it not hidden away! Ross

[yocto] [PATCH] [eclipse-poky][branch:windows-build]Fix Launching Hob command

2013-01-24 Thread Ioana Grigoropol
Signed-off-by: Ioana Grigoropol --- .../org/yocto/bc/ui/actions/LaunchHobAction.java | 23 +--- .../bc/ui/builder/BitbakeCommanderNature.java | 20 ++--- 2 files changed, 22 insertions(+), 21 deletions(-) diff --git a/plugins/org.yocto.bc.ui/src/org/yocto/

Re: [yocto] do_package task of the kernel takes extremely long

2013-01-24 Thread Bruce Ashfield
On Thu, Jan 24, 2013 at 6:29 AM, Daniel Kenji Morgan < daniel.kenji.mor...@gmail.com> wrote: > Hello, > > I'm still fairly new to Yocto, and having some trouble with kernel > packaging taking an extremely long time. > I will try and keep details as simple as possible to explain my situation. > > I

[yocto] An initial publication for an openembedded layer for ROS (meta-ros)

2013-01-24 Thread Lukas Bulwahn
Hi, We are happy to announce that our first iteration towards creating an OpenEmbedded layer for ROS (www.ros.org) is now publicly available at https://github.com/bmwcarit/meta-ros Our current work sets up an OpenEmbedded Linux system with the system requirements for ROS-base. In this OpenEmbe

Re: [yocto] install and use "bitbake -c populate_sdk"

2013-01-24 Thread Eddy Lai GMail
Hi, I have build and boot the image from USB flash disk with the .hddimg created by "bitbake -k core-image-basic" have added ssh server inside and make sure the ethernet works well, then use "bitbake -c populate_sdk core-image-basic" to create the "poky_eglibc_xx.sh" under "tmp/deploy/sdk" dir

Re: [yocto] Meta-web-kiosk Layer

2013-01-24 Thread Burton, Ross
On 24 January 2013 12:36, Philip Balister wrote: > On 01/24/2013 07:12 AM, Burton, Ross wrote: >> On 24 January 2013 12:03, Ciobanu, Emilia Maria Silvia >> wrote: >>> I've created a new layer that can be used for kiosk devices. >>> You can check it out at: >>> http://git.yoctoproject.org/cgit

Re: [yocto] [OE-core] Meta-web-kiosk Layer

2013-01-24 Thread Ciobanu, Emilia Maria Silvia
Hi, I've updated the wiki. Ema From: openembedded-core-boun...@lists.openembedded.org [openembedded-core-boun...@lists.openembedded.org] on behalf of Burton, Ross [ross.bur...@intel.com] Sent: Thursday, January 24, 2013 3:54 PM To: Philip Balister Cc: yo

[yocto] [RFC 02/17] plugins/sdk.ide: Extract labels to private members

2013-01-24 Thread Timo Mueller
From: Atanas Gegov Extracting the labels as private members allows the modification of the label settings after creation. This is will allow disabling and enabling the labels after creation of the form. Signed-off-by: Timo Mueller --- .../src/org/yocto/sdk/ide/YoctoUISetting.java |

[yocto] [RFC 03/17] plugins/sdk.ide: Add method to enable and disable form

2013-01-24 Thread Timo Mueller
From: Atanas Gegov The YoctoUISetting form as a whole can be disabled and enabled using this method. A disabled form can for example show a read-only yocto configuration. Signed-off-by: Timo Mueller --- .../src/org/yocto/sdk/ide/YoctoUISetting.java | 44 ++ 1 file chan

[yocto] [RFC 04/17] plugins/sdk.ide: Set value of target array on input change

2013-01-24 Thread Timo Mueller
From: Atanas Gegov The value of the target array set in the constructor is now also affected when the input of the element is changed. Signed-off-by: Timo Mueller --- plugins/org.yocto.sdk.ide/src/org/yocto/sdk/ide/YoctoUISetting.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plug

[yocto] [RFC 00/17][eclipse-poky] Storing yocto settings as target profiles

2013-01-24 Thread Timo Mueller
From: Timo Mueller Hi, currently the yocto settings can be changed globally through eclipse's preferences or locally in the project properties. But the standard configuration stored in the global preferences sometimes changes, e.g. if a new version of the toolchain or the sysroot is released. If

[yocto] [RFC 01/17] plugins/sdk.ide: Removed unused message

2013-01-24 Thread Timo Mueller
From: Timo Mueller The dialog has been merged with the project settings. Therefor the message is no longer needed. Signed-off-by: Timo Mueller --- .../org.yocto.sdk.ide/src/org/yocto/sdk/ide/YoctoSDKMessages.properties | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/org.yocto.sdk.

[yocto] [RFC 08/17] plugins/sdk.ide: Set profile on selection change

2013-01-24 Thread Timo Mueller
From: Timo Mueller When a profile is selected through the combo box the value of the profileElement changed to contain the selected profile. Signed-off-by: Timo Mueller --- .../src/org/yocto/sdk/ide/YoctoProfileSetting.java | 23 ++ 1 file changed, 23 insertions(+) diff --

[yocto] [RFC 05/17] plugins/sdk.ide: Changed method signature to be more consistent

2013-01-24 Thread Timo Mueller
From: Timo Mueller YoctoUIElement should always be the first element, e.g. as in saveElemToStore(). Signed-off-by: Timo Mueller --- plugins/org.yocto.sdk.ide/src/org/yocto/sdk/ide/YoctoSDKUtils.java | 2 +- .../src/org/yocto/sdk/ide/preferences/YoctoSDKProjectPropertyPage.java | 2 +- 2

[yocto] [RFC 09/17] plugins/sdk.ide: Add method to allow storing the current settings

2013-01-24 Thread Timo Mueller
From: Timo Mueller The added method calls the performOK method on the provided preference page to store the current content of the page. This callback is needed so the profile UI is able to propagate changes to the preference page it is part of. Signed-off-by: Timo Mueller --- .../src/org/yoct

[yocto] [RFC 06/17] plugins/sdk.ide: Create UI element for managing target profiles.

2013-01-24 Thread Timo Mueller
From: Atanas Gegov A target profile is a combination of yocto settings identified by a user-defined name. This UI element allows the user to add new profiles and to rename or delete existing ones. Signed-off-by: Timo Mueller --- .../src/org/yocto/sdk/ide/YoctoProfileElement.java | 105

[yocto] [RFC 07/17] plugins/sdk.ide: Modified preferences storage to support profiles.

2013-01-24 Thread Timo Mueller
From: Timo Mueller Yocto preferences are now stored using a user-defined name that identifies a target profile. To store these preferences eclipse' scoped preferences provider is used. The filename in the eclipse configuration area is derived from the unique target profile name. Signed-off-by: T

[yocto] [RFC 10/17] plugins/sdk.ide: Add UI method to create a new profile

2013-01-24 Thread Timo Mueller
From: Timo Mueller When the new button is clicked a dialog shows up and the user has to provide the name of the new profile. The validity of the name is checked during input. If the name is valid and the users confirms the new profile is created. Signed-off-by: Timo Mueller --- .../src/org/yoc

[yocto] [RFC 17/17] plugins/sdk.ide: Added profile UI to the preference page

2013-01-24 Thread Timo Mueller
From: Timo Mueller Adds the UI elements that allow managing profiles to the preference page. Signed-off-by: Timo Mueller --- .../src/org/yocto/sdk/ide/preferences/YoctoSDKPreferencePage.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/org.yocto.sdk.ide/s

[yocto] [RFC 15/17] plugins/sdk.ide: Add method to delete a profile

2013-01-24 Thread Timo Mueller
From: Timo Mueller Deletion of a profile currently has no effects on the preference page. Signed-off-by: Timo Mueller --- .../org.yocto.sdk.ide/src/org/yocto/sdk/ide/YoctoProfileSetting.java | 4 .../src/org/yocto/sdk/ide/preferences/YoctoSDKPreferencePage.java| 5 + 2 files chang

[yocto] [RFC 11/17] plugins/sdk.ide: Add UI method to delete a profile

2013-01-24 Thread Timo Mueller
From: Timo Mueller A profile is removed from the list, when the delete button is clicked. The deletion has to be confirmed by the user. Deleting the standard profile is not allowed. Signed-off-by: Timo Mueller --- .../src/org/yocto/sdk/ide/YoctoProfileSetting.java | 34 ++

[yocto] [RFC 12/17] plugins/sdk.ide: Add UI method to rename a profile

2013-01-24 Thread Timo Mueller
From: Timo Mueller When the rename button is clicked a dialog shows up and the user has to provide the new name for the profile. The validity of the name is checked during input. If the name is valid and the users confirms the profile is renamed. Renaming the standard profile is not allowed. Sig

[yocto] [RFC 14/17] plugins/sdk.ide: Add method to rename a profile and its preference store

2013-01-24 Thread Timo Mueller
From: Timo Mueller When renaming a profile the current values are stored in the profile's new preference store. Signed-off-by: Timo Mueller --- .../org.yocto.sdk.ide/src/org/yocto/sdk/ide/YoctoProfileSetting.java | 4 .../src/org/yocto/sdk/ide/preferences/YoctoSDKPreferencePage.java|

[yocto] [RFC 13/17] plugins/sdk.ide: Add method to change values of the preference page

2013-01-24 Thread Timo Mueller
From: Timo Mueller When switching profile the values of the profile are retrieved from the preference store. The UI is updated using the retrieved values. Signed-off-by: Timo Mueller --- .../src/org/yocto/sdk/ide/YoctoProfileSetting.java | 5 + .../src/org/yocto/sdk/ide/pr

[yocto] [RFC 16/17] plugins/sdk.ide: Use profiles for the preference page

2013-01-24 Thread Timo Mueller
From: Timo Mueller The preference page is now aware of profiles. By default the standard profile is used and the values are stored to its preference store. If a different profile is selected it's preferences store is used instead. Signed-off-by: Timo Mueller --- .../ide/preferences/YoctoSDKPre

[yocto] [PATCH v5] Fix race conditions for reading output from local processes

2013-01-24 Thread Ioana Grigoropol
When running a command using RSE Api, using a Local connection from a linux host a new LocalHostShell is created. When this is created, a new LocalHostThread is launched, along side with two LocalShellOutputReaders (output and error). The constructors for the OutputReaders will receive a referen

Re: [yocto] M2/M3.rc1 availability

2013-01-24 Thread Wolfgang Denk
Dear Saul Wold, In message <51007091.1030...@linux.intel.com> you wrote: > > Please continue to test the rc1 of M3. The Meta-Intel bits might come a > little later this time due to some issues which are being worked on. I see two issues so far (all with a armv7a based configuration): 1) Build

Re: [yocto] install and use "bitbake -c populate_sdk"

2013-01-24 Thread Trevor Woerner
On Thu, Jan 24, 2013 at 8:48 AM, Eddy Lai GMail wrote: > how can I "extend" the > target system to use the rest USB disk space? ( it's FAT file system) > or how to modify configuration to force build the .hddimg create ~"8GB" By default a certain amount of overhead is applied to the final im

[yocto] PREMIRRORS_prepend & friends

2013-01-24 Thread daniel . schnel . extern
Hi, after hours of trying and googling I finally make my first coming out here on this list to get some help with PREMIRRORS_prepend & friends.So please be friendly ;) I want to setup local mirrors for our yocto build for reproducability purposes. I am using ELDK-5.2.1 which is based on yocto-1.

Re: [yocto] install and use "bitbake -c populate_sdk"

2013-01-24 Thread Burton, Ross
On 24 January 2013 17:12, Trevor Woerner wrote: >> how can I "extend" the >> target system to use the rest USB disk space? ( it's FAT file system) >> or how to modify configuration to force build the .hddimg create ~"8GB" > > By default a certain amount of overhead is applied to the final imag

Re: [yocto] [meta-intel][PATCH 2/2] fri2.conf: mesa-dri was updated to 9.0.1

2013-01-24 Thread Andrei Gherzan
On Sun, Jan 13, 2013 at 11:06 PM, Andrei Gherzan wrote: > On Sun, Jan 13, 2013 at 10:03 PM, Ross Burton wrote: > >> On Sunday, 13 January 2013 at 19:39, Andrei Gherzan wrote: >> > Tested with a new sato build on master. Everything seems to be OK. >> >> glxinfo/glxgears or something that actually

Re: [yocto] [meta-intel][PATCH 1/2] ffmpeg: Remove package as nobody depends on it anymore

2013-01-24 Thread Andrei Gherzan
Ping On Sun, Jan 13, 2013 at 6:23 PM, Andrei Gherzan wrote: > Signed-off-by: Andrei Gherzan > --- > common/recipes-multimedia/ffmpeg/ffmpeg.inc | 110 > - > common/recipes-multimedia/ffmpeg/ffmpeg_0.7.12.bb | 44 - > 2 files changed, 154 deletions(-) > de

Re: [yocto] PREMIRRORS_prepend & friends

2013-01-24 Thread Robert P. J. Day
On Thu, 24 Jan 2013, daniel.schnel.ext...@ifm.com wrote: > > Hi, > > after hours of trying and googling I finally make my first coming out here > on this list to get some help with PREMIRRORS_prepend & friends.So please > be friendly ;) > > I want to setup local mirrors for our yocto build for rep

Re: [yocto] [meta-mono] Support for Visual Studio debugging on Yocto/OE targets (e.g. RPi)

2013-01-24 Thread Bruce
Alex J Lennon writes: > > Hi all, Autif, > > I've been working to support .NET development on Linux > over the past few days. > > There is a Visual Studio plugin, MonoTools for Visual Studio > which provides support for local and remote debugging of > .NET applications with Mono. > > This req

[yocto] meta-raspberrypi has a new home - yocto

2013-01-24 Thread Andrei Gherzan
Hello raspberrypi owners, I am happy to announce that yoctoproject hosts now the meta-raspberrypi BSP layer. The web interface is now up and running: http://git.yoctoproject.org/cgit/cgit.cgi/meta-raspberrypi/ and we will use the yocto mailing list for meta-raspberrypi specific discussions. Please

Re: [yocto] Build external module against Yocto kernel

2013-01-24 Thread John Mehaffey
On Wed, Jan 23, 2013 at 7:17 AM, Patrick Turley wrote: > > On Jan 23, 2013, at 7:48 AM, Bruce Ashfield > wrote: > > On 13-01-23 12:34 AM, Patrick Turley wrote: > >> > >> On Jan 22, 2013, at 11:17 PM, Bruce Ashfield < > bruce.ashfi...@windriver.com> wrote: > >> > >>> On 13-01-23 12:14 AM, Patrick

Re: [yocto] Build external module against Yocto kernel

2013-01-24 Thread Bruce Ashfield
On 13-01-24 02:58 PM, John Mehaffey wrote: On Wed, Jan 23, 2013 at 7:17 AM, Patrick Turley mailto:patricktur...@gamestop.com>> wrote: On Jan 23, 2013, at 7:48 AM, Bruce Ashfield mailto:bruce.ashfi...@windriver.com>> wrote: > On 13-01-23 12:34 AM, Patrick Turley wrote: >>

[yocto] FYI: new linux-yocto contrib option

2013-01-24 Thread Bruce Ashfield
Hi all, We now have a more up to date kernel repository for contributions to the linux-yocto kernel or linux-yocto meta data (configs, patches). (Michael indulged me and help set this up really quickly, so he gets all the credit for the work on this). Enough rambling, and onto the link: git:

[yocto] [meta-raspberrypi][PATCH 0/2] minor fixes for current HEADs

2013-01-24 Thread Andreas Müller
The following changes since commit e3e92fe9035f872e619f56426414dd93e917f3cc: README: Refactor (2013-01-24 21:34:48 +0200) are available in the git repository at: git://github.com/schnitzeltony/meta-raspberrypi.git work Andreas Müller (2): layer.conf: fix parse xserver-xf86-config

[yocto] [meta-raspberrypi][PATCH 1/2] layer.conf: fix parse

2013-01-24 Thread Andreas Müller
after meta-systemd commit [1] the following error was thrown during parsing: ERROR: Unable to parse /home/Superandy/data/oe-core/sources/meta-raspberrypi/conf/layer.conf: Failure expanding variable BBFILES, expression was ... /home/Superandy/data/oe-core/sources/meta-openembedded/meta-systemd/rec

[yocto] [meta-raspberrypi][PATCH 2/2] xserver-xf86-config: fix do_install

2013-01-24 Thread Andreas Müller
for some reason wildcards don't work in current head. Error message was: | DEBUG: Executing shell function do_install | install: cannot stat `/home/Superandy/tmp/oe-core-eglibc/work/raspberrypi-angstrom-linux-gnueabi/xserver-xf86-config/0.1-r18/xorg.conf.d/*': No such file or directory Signed-o

Re: [yocto] [meta-intel][PATCH 2/2] fri2.conf: mesa-dri was updated to 9.0.1

2013-01-24 Thread Burton, Ross
On 24 January 2013 19:06, Andrei Gherzan wrote: > Ping. Your pings are misdirected - the meta-intel patches should now be going to meta-in...@yoctoproject.org. Ross ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/y

Re: [yocto] [PATCH v5] Fix race conditions for reading output from local processes

2013-01-24 Thread Zhang, Jessica
Hi Ioana, As we discussed, please send this patch to upstream. Thanks, Jessica -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Ioana Grigoropol Sent: Thursday, January 24, 2013 7:20 AM To: yocto@yoctoproject.org Subject: [yoct

Re: [yocto] [PATCH] [eclipse-poky][branch:windows-build]Fix Launching Hob command

2013-01-24 Thread Zhang, Jessica
Merged to Eclipse windows-build branch. Thanks, Jessica -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Ioana Grigoropol Sent: Thursday, January 24, 2013 4:49 AM To: yocto@yoctoproject.org Subject: [yocto] [PATCH] [eclipse-poky

Re: [yocto] meta-raspberrypi has a new home - yocto

2013-01-24 Thread Paul Eggleton
On Thursday 24 January 2013 21:45:18 Andrei Gherzan wrote: > I am happy to announce that yoctoproject hosts now the meta-raspberrypi BSP > layer. > The web interface is now up and running: > http://git.yoctoproject.org/cgit/cgit.cgi/meta-raspberrypi/ and we will use > the yocto mailing list for met

Re: [yocto] [meta-intel][PATCH 2/2] fri2.conf: mesa-dri was updated to 9.0.1

2013-01-24 Thread Tom Zanussi
On Thu, 2013-01-24 at 22:22 +, Burton, Ross wrote: > On 24 January 2013 19:06, Andrei Gherzan wrote: > > Ping. > > Your pings are misdirected - the meta-intel patches should now be > going to meta-in...@yoctoproject.org. > Oops, yeah, I somehow missed these, sorry - let me try them out and

Re: [yocto] [RFC 00/17][eclipse-poky] Storing yocto settings as target profiles

2013-01-24 Thread Zhang, Jessica
Hi Timo and Atanas, Thanks for the contribution and I really think it's a great idea and nice feature enhancement by allowing save user customized preference configs via profiles. But I ran into couple issues when applying the patch series and playing with it. 1st. For patch 7/17, seems we're

Re: [yocto] Build external module against Yocto kernel

2013-01-24 Thread John Mehaffey
On Thu, Jan 24, 2013 at 12:10 PM, Bruce Ashfield < bruce.ashfi...@windriver.com> wrote: > On 13-01-24 02:58 PM, John Mehaffey wrote: > >> On Wed, Jan 23, 2013 at 7:17 AM, Patrick Turley >> > > >> wrote: >> >> >> On Jan 23, 2013, at 7:48 AM, Bruce Ashfield >