[yocto] [PATCH 3/3 v2] psplash: Add TLK info to psplash image

2012-09-04 Thread Saul Wold
This adds infomation that a time limited kernel is running and how to eliminate the message by building a proper distro. [YOCTO #2704] Signed-off-by: Saul Wold --- .../recipes-core/psplash/files/psplash-tlk.png | Bin 0 -> 42295 bytes meta-tlk/recipes-core/psplash/psplash_git.bbappend |

[yocto] [PATCH 2/3 v2] base-files: add /etc/motd with TLK info

2012-09-04 Thread Saul Wold
This adds infomation that a time limited kernel is running and how to eliminate the message by building a proper distro. [YOCTO #2704] Signed-off-by: Saul Wold --- .../base-files/base-files_3.0.14.bbappend |3 +++ meta-tlk/recipes-core/base-files/files/motd|7 +++ 2

[yocto] [PATCH 1/3 v2] linux-yocto: Update linux-yocto for 3.2 and 3.4

2012-09-04 Thread Saul Wold
Signed-off-by: Saul Wold --- .../recipes-kernel/linux/linux-yocto_3.0.bbappend |2 ++ .../recipes-kernel/linux/linux-yocto_3.2.bbappend |6 ++ .../recipes-kernel/linux/linux-yocto_3.4.bbappend |6 ++ 3 files changed, 14 insertions(+), 0 deletions(-) create mode 100644 meta

Re: [yocto] [PATCH 1/3] linux-yocto: Update linux-yocto for 3.2 and 3.4

2012-09-04 Thread Saul Wold
On 09/04/2012 02:00 PM, Martin Jansa wrote: On Tue, Sep 04, 2012 at 01:57:19PM -0700, Saul Wold wrote: Signed-off-by: Saul Wold --- .../recipes-kernel/linux/linux-yocto_3.0.bbappend |2 ++ .../recipes-kernel/linux/linux-yocto_3.2.bbappend |6 ++ .../recipes-kernel/linux/linux-

Re: [yocto] yocto beagleboard.conf -- should it not go away?

2012-09-04 Thread Darren Hart
On 09/04/2012 01:25 PM, William Mills wrote: > Darren: Is it true you can't get @ the Intel BSP's w/o also getting the > poky distro defs? That does seem to mixing things a bit. (I am not > claiming meta-ti is clean yet but I want to understand the Intel examples.) > It isn't something we

Re: [yocto] [eclipse-poky][PATCH] Fix NullPointerException

2012-09-04 Thread Zhang, Jessica
Merged to master, thanks! From: David Nyström [mailto:david.nyst...@enea.com] Sent: Tuesday, September 04, 2012 1:23 PM To: yocto@yoctoproject.org; Zhang, Jessica Cc: Björn Arnelid Subject: RE: [yocto] [eclipse-poky][PATCH] Fix NullPointerException Hi, The Nullpointer exception is thrown whe

Re: [yocto] [PATCH 2/3] base-files: add /etc/motd with TLK info

2012-09-04 Thread Saul Wold
On 09/04/2012 01:57 PM, Saul Wold wrote: This adds infomation about how to disable the Time Limited Kernel [YOCTO #2704] Signed-off-by: Saul Wold --- .../base-files/base-files_3.0.14.bbappend |3 +++ meta-tlk/recipes-core/base-files/files/motd|7 +++ 2 files ch

Re: [yocto] [meta-qt3][PATCH 0/2] Package group fixes for meta-qt3

2012-09-04 Thread Saul Wold
On 09/04/2012 09:49 AM, Paul Eggleton wrote: The following changes since commit f8475d5c5935695d4d1dfff1d7be30f49e162094: qt-x11-free: fix build failure in do_configure (2012-04-03 15:28:39 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib paule/metaq

Re: [yocto] [PATCH 1/3] linux-yocto: Update linux-yocto for 3.2 and 3.4

2012-09-04 Thread Martin Jansa
On Tue, Sep 04, 2012 at 01:57:19PM -0700, Saul Wold wrote: > Signed-off-by: Saul Wold > --- > .../recipes-kernel/linux/linux-yocto_3.0.bbappend |2 ++ > .../recipes-kernel/linux/linux-yocto_3.2.bbappend |6 ++ > .../recipes-kernel/linux/linux-yocto_3.4.bbappend |6 ++ > 3 f

[yocto] [PATCH 2/3] base-files: add /etc/motd with TLK info

2012-09-04 Thread Saul Wold
This adds infomation about how to disable the Time Limited Kernel [YOCTO #2704] Signed-off-by: Saul Wold --- .../base-files/base-files_3.0.14.bbappend |3 +++ meta-tlk/recipes-core/base-files/files/motd|7 +++ 2 files changed, 10 insertions(+), 0 deletions(-) creat

[yocto] [PATCH 1/3] linux-yocto: Update linux-yocto for 3.2 and 3.4

2012-09-04 Thread Saul Wold
Signed-off-by: Saul Wold --- .../recipes-kernel/linux/linux-yocto_3.0.bbappend |2 ++ .../recipes-kernel/linux/linux-yocto_3.2.bbappend |6 ++ .../recipes-kernel/linux/linux-yocto_3.4.bbappend |6 ++ 3 files changed, 14 insertions(+), 0 deletions(-) create mode 100644 meta

Re: [yocto] yocto beagleboard.conf -- should it not go away?

2012-09-04 Thread William Mills
On 09/04/2012 01:18 PM, Darren Hart wrote: On 09/04/2012 05:20 AM, Bruce Ashfield wrote: On Tue, Sep 4, 2012 at 4:58 AM, Tomas Frydrych wrote: Hi Bruce, On 03/09/12 22:08, Bruce Ashfield wrote: That being said, taking a step back, what are you trying to get out of meta-yocto in this scena

Re: [yocto] [eclipse-poky][PATCH] Fix NullPointerException

2012-09-04 Thread David Nyström
Hi, The Nullpointer exception is thrown when trying to use a toolchain tarball which has DISTRO set to something else than poky. This would generate the name *${DISTRO}sdk* in the sysroot under /opt/${DISTRO}/1.2/sysroots/ Br, David Sent from my Android phone using TouchDown (www.nitrodesk.com

Re: [yocto] Create a .bb for my aplication

2012-09-04 Thread Autif Khan
On Tue, Sep 4, 2012 at 1:14 PM, Raul Rosetto Munoz wrote: > Hello, > I have some files that compose my application, and I want to put this files > in the "/home/prjs" folder, I know That I need to install the prjs folder > and the other files in this folder. > > What I dont know first, How to crea

Re: [yocto] Error when applying kernel patch from BSP: "Uncommited changes detected. Refresh first" error

2012-09-04 Thread Bruce Ashfield
On 12-09-04 12:25 PM, Saxena, Rahul wrote: -Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: Tuesday, September 04, 2012 7:12 AM To: Saxena, Rahul Cc: Bruce Ashfield; yocto@yoctoproject.org; Hart, Darren Subject: Re: [yocto] Error when applying kernel p

Re: [yocto] [eclipse-poky][PATCH] Fix NullPointerException

2012-09-04 Thread Zhang, Jessica
Hi Björn, Thanks for the patch, there's no issue as to the coding and implementation of the patch. Just need to clarify what's the usage scenario or how did you generate your toolchain that's different from the naming convention of the sysroot directory names that's generated by poky build? T

Re: [yocto] yocto beagleboard.conf -- should it not go away?

2012-09-04 Thread Darren Hart
On 09/04/2012 05:20 AM, Bruce Ashfield wrote: > On Tue, Sep 4, 2012 at 4:58 AM, Tomas Frydrych > wrote: >> Hi Bruce, >> >> On 03/09/12 22:08, Bruce Ashfield wrote: >>> That being said, taking a step back, what are you trying to get out of >>> meta-yocto in this scenario ? >> >> a) I am targeting

[yocto] Create a .bb for my aplication

2012-09-04 Thread Raul Rosetto Munoz
Hello, I have some files that compose my application, and I want to put this files in the "/home/prjs" folder, I know That I need to install the prjs folder and the other files in this folder. What I dont know first, How to create a .bb file! And another question. I saw that if I do some things

Re: [yocto] [PATCH 2/2] meta-emenlow: rename recipes-gnome bbappends

2012-09-04 Thread Darren Hart
On 09/04/2012 08:23 AM, tom.zanu...@intel.com wrote: > From: Tom Zanussi > > The recipes these .bbappends correspond to were renamed, so rename > them here as well. > > Signed-off-by: Tom Zanussi Acked-by: Darren Hart > --- > .../{task-core-sdk-gmae.bbappend => packagegroup-core-sdk-gmae.

Re: [yocto] [PATCH 1/2] meta-intel: remove task-core-tools-profile.bbappend

2012-09-04 Thread Darren Hart
On 09/04/2012 08:23 AM, tom.zanu...@intel.com wrote: > From: Tom Zanussi > > The functionality previously added by these bbappends was already > handled in task-core-tools-profile.bb (now > packagegroup-core-tools-profile.bb), so remove these. > > SYSTEMTAP = "systemtap" > SYSTEMTAP_mips = ""

Re: [yocto] [PATCH 1/1] meta-intel: remove task-core-tools-profile.bbappend

2012-09-04 Thread Darren Hart
On 09/04/2012 07:55 AM, tom.zanu...@intel.com wrote: > From: Tom Zanussi > > The functionality previously added by these bbappends was already > handled in task-core-tools-profile.bb (now > packagegroup-core-tools-profile.bb), so remove these. > > SYSTEMTAP = "systemtap" > SYSTEMTAP_mips = ""

[yocto] [meta-qt3][PATCH 2/2] core-image-lsb-qt3: fix for apps-console-core removal

2012-09-04 Thread Paul Eggleton
Signed-off-by: Paul Eggleton --- recipes-qt3/images/core-image-lsb-qt3.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-qt3/images/core-image-lsb-qt3.bb b/recipes-qt3/images/core-image-lsb-qt3.bb index 86bdf21..8aab5ae 100644 --- a/recipes-qt3/images/core-image-l

[yocto] [meta-qt3][PATCH 1/2] task-core-qt3: rename to packagegroup-core-qt3 and tidy up

2012-09-04 Thread Paul Eggleton
Fix and clean up this recipe in line with the package group changes to OE-Core. Signed-off-by: Paul Eggleton --- recipes-qt3/images/core-image-lsb-qt3.bb |6 +++--- recipes-qt3/packagegroups/packagegroup-core-qt3.bb | 16 ++ recipes-qt3/tasks/task-core-qt3.bb

[yocto] [meta-qt3][PATCH 0/2] Package group fixes for meta-qt3

2012-09-04 Thread Paul Eggleton
The following changes since commit f8475d5c5935695d4d1dfff1d7be30f49e162094: qt-x11-free: fix build failure in do_configure (2012-04-03 15:28:39 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib paule/metaqt3-packagegroup-fixes http://git.yoctoproject.

Re: [yocto] Error when applying kernel patch from BSP: "Uncommited changes detected. Refresh first" error

2012-09-04 Thread Saxena, Rahul
-Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: Tuesday, September 04, 2012 7:12 AM To: Saxena, Rahul Cc: Bruce Ashfield; yocto@yoctoproject.org; Hart, Darren Subject: Re: [yocto] Error when applying kernel patch from BSP: "Uncommited changes detected

[yocto] [PATCH 1/2] meta-intel: remove task-core-tools-profile.bbappend

2012-09-04 Thread tom . zanussi
From: Tom Zanussi The functionality previously added by these bbappends was already handled in task-core-tools-profile.bb (now packagegroup-core-tools-profile.bb), so remove these. SYSTEMTAP = "systemtap" SYSTEMTAP_mips = "" LTTNGUST = "lttng-ust" LTTNGUST_mips = "" RDEPENDS_${PN} = "\ ${P

[yocto] [PATCH 2/2] meta-emenlow: rename recipes-gnome bbappends

2012-09-04 Thread tom . zanussi
From: Tom Zanussi The recipes these .bbappends correspond to were renamed, so rename them here as well. Signed-off-by: Tom Zanussi --- .../{task-core-sdk-gmae.bbappend => packagegroup-core-sdk-gmae.bbappend} | 0 ...get.bbappend => packagegroup-core-standalone-gmae-sdk-target.bbappend} | 0 2

[yocto] [PATCH 0/2] meta-intel: task rename updates, v2

2012-09-04 Thread tom . zanussi
From: Tom Zanussi This adds a few changes required to for the task rename patches just pulled in. v2: add emenlow gnome fixes The following changes since commit 2a7a46cad31df8c8c7559d2d55c905ac23a56b65: meta-intel: use va-impl-intel MACHINE_FEATURE (2012-08-30 16:28:19 -0500) are available

[yocto] [PATCH 1/1] meta-intel: remove task-core-tools-profile.bbappend

2012-09-04 Thread tom . zanussi
From: Tom Zanussi The functionality previously added by these bbappends was already handled in task-core-tools-profile.bb (now packagegroup-core-tools-profile.bb), so remove these. SYSTEMTAP = "systemtap" SYSTEMTAP_mips = "" LTTNGUST = "lttng-ust" LTTNGUST_mips = "" RDEPENDS_${PN} = "\ ${P

[yocto] [PATCH 0/1] meta-intel: task rename updates

2012-09-04 Thread tom . zanussi
From: Tom Zanussi This adds a few changes required to for the task rename patches just pulled in. The following changes since commit 2a7a46cad31df8c8c7559d2d55c905ac23a56b65: meta-intel: use va-impl-intel MACHINE_FEATURE (2012-08-30 16:28:19 -0500) are available in the git repository at:

[yocto] [PATCH] [Temporary Fix for Yocto #3044]

2012-09-04 Thread Ioana Grigoropol
Disable @Override annotations until AB jdk issue is resolved Signed-off-by: Ioana Grigoropol --- .../sdk/remotetools/wizards/bsp/MainPage.java |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/org.yocto.sdk.remotetools/src/org/yocto/sdk/remotetools/wizards/

Re: [yocto] Error when applying kernel patch from BSP: "Uncommited changes detected. Refresh first" error

2012-09-04 Thread Bruce Ashfield
On 12-09-04 02:08 AM, Saxena, Rahul wrote: -Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@gmail.com] Sent: Friday, August 31, 2012 6:59 PM To: Saxena, Rahul Cc: yocto@yoctoproject.org; Hart, Darren Subject: Re: [yocto] Error when applying kernel patch from BSP: "Uncommit

Re: [yocto] U-Boot and missing tftp command

2012-09-04 Thread Pedro I. Sanchez
On 12-09-01 04:54 PM, Markus Hubig wrote: The 2011.06 version of u-boot as it is used from poky denzil does not support networking at all for the omap3_beagle. See here line 157: http://git.denx.de/?p=u-boot.git;a=blob;f=include/configs/omap3_beagle.h;h=9fd80ed50b7135d1365799f76333f988f0bce554;

Re: [yocto] yocto beagleboard.conf -- should it not go away?

2012-09-04 Thread Bruce Ashfield
On Tue, Sep 4, 2012 at 4:21 AM, Jack Mitchell wrote: > On 03/09/12 22:08, Bruce Ashfield wrote: >> >> On Mon, Sep 3, 2012 at 4:55 PM, Tomas Frydrych >> wrote: >>> >>> snip... >>> >>> >>> >>> >>> That being said, taking a step back, what are you trying to get out of >>> meta-yocto in this scenario

Re: [yocto] yocto beagleboard.conf -- should it not go away?

2012-09-04 Thread Bruce Ashfield
On Tue, Sep 4, 2012 at 4:58 AM, Tomas Frydrych wrote: > Hi Bruce, > > On 03/09/12 22:08, Bruce Ashfield wrote: >> That being said, taking a step back, what are you trying to get out of >> meta-yocto in this scenario ? > > a) I am targeting multiple chips, including TI Omap and Intel Atom. > meta-y

Re: [yocto] yocto beagleboard.conf -- should it not go away?

2012-09-04 Thread Tomas Frydrych
Hi Bruce, On 03/09/12 22:08, Bruce Ashfield wrote: > That being said, taking a step back, what are you trying to get out of > meta-yocto in this scenario ? a) I am targeting multiple chips, including TI Omap and Intel Atom. meta-yocto is a prerequisite for the various machines in meta-intel, so

Re: [yocto] Building a Custom Raspberry Pi Image using OpenEmbedded and Yocto

2012-09-04 Thread Jack Mitchell
On 04/09/12 09:43, Jack Mitchell wrote: On 03/09/12 22:00, Tomas Frydrych wrote: Hi Jack, On 03/09/12 18:52, Jack Mitchell wrote: As some of you know I run a small Raspberry Pi community site[1] and I would like to write a follow up to an earlier blog post about preparing yourself for programm

Re: [yocto] Building a Custom Raspberry Pi Image using OpenEmbedded and Yocto

2012-09-04 Thread Jack Mitchell
On 03/09/12 22:00, Tomas Frydrych wrote: Hi Jack, On 03/09/12 18:52, Jack Mitchell wrote: As some of you know I run a small Raspberry Pi community site[1] and I would like to write a follow up to an earlier blog post about preparing yourself for programming on the Raspberry Pi with the Yocto Pr

Re: [yocto] yocto beagleboard.conf -- should it not go away?

2012-09-04 Thread Jack Mitchell
On 03/09/12 22:08, Bruce Ashfield wrote: On Mon, Sep 3, 2012 at 4:55 PM, Tomas Frydrych wrote: snip... That being said, taking a step back, what are you trying to get out of meta-yocto in this scenario ? oe-core + meta-ti is probably what you should be using. Sorry to jump in here, but th

[yocto] [eclipse-poky][PATCH] Fix NullPointerException

2012-09-04 Thread David Nyström
From: Björn Arnelid [Yocto Bugzilla] -- https://bugzilla.yoctoproject.org/show_bug.cgi?id=3019 When using a Toolchain where sysroot is not named -pokysdk-linux a NullPointerException is thrown when trying to apply changes in Yocto Preferences. It should be possible to use Toolchains with a sys