Re: [yocto] poky lsb support

2013-04-15 Thread Aws Ismail
On 13-04-15 10:21 PM, gmail wrote: HI every body: I have a package(opensaf) which needs support of lsb init script .So I use this "DISTRO ?= "poky-lab" in conf/local.conf And i set IMAGE_INSTALL in my image recipe as follows: IMAGE_INSTALL = "\ ${CORE_IMAGE_BASE_INSTALL} \ packag

[yocto] runqemu: Could not initialize SDL(No available video device) - exiting

2013-04-15 Thread Trevor Woerner
If I start with $ bitbake core-image-minimal and then do $ runqemu qemux86 a new window opens and qemu runs as expected (i.e. it pops open a new window and runs in that and not via vnc). If I then do $ bitbake core-image-sato and try $ runqemu qemux86 I then get Could

[yocto] poky lsb support

2013-04-15 Thread gmail
HI every body: I have a package(opensaf) which needs support of lsb init script .So I use this "DISTRO ?= "poky-lab" in conf/local.conf And i set IMAGE_INSTALL in my image recipe as follows: IMAGE_INSTALL = "\ ${CORE_IMAGE_BASE_INSTALL} \ packagegroup-core-boot \ bash\ bc \

Re: [yocto] How to archive source for a single package

2013-04-15 Thread Kevin Strasser
On Mon, Apr 15, 2013 at 09:39:48AM +0200, Mats Liljegren wrote: > I tried that but got the error shown below. This made me believe that > archive-patched-source wasn't built for being included from a recipe: Sorry, I had assumed you weren't using code that was any newer than danny release. Lately

[yocto] beagleboard, qemuarm, beaglebone, and pandaboard images.

2013-04-15 Thread Edward Vidal
ram Linux qemuarm 3.8.4-yocto-standard #1 PREEMPT Mon Apr 15 11:32:36 MDT 2013 armv5tejl GNU/Linux Build Configuration: BB_VERSION= "1.18.0" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "Fedora-18" TARGET_SYS= "arm-poky-linux-gnueabi" MACHINE

[yocto] Agenda: Yocto Project Technical Team Meeting - Tuesday, April 16, 2013 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US & Canada).

2013-04-15 Thread Liu, Song
Agenda: * Opens collection - 5 min (Song) * Yocto 1.3.1 Release - Ross * Yocto 1.4 status - 10 min (Song/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.4_Status * SWAT team rotation: Saul -> Laurentiu Palcu * Opens - 10 min * Team Sharing - 20 min -Original Appointment- We

Re: [yocto] [PATCHv2 4/9] plugins/sdk.ide: Switch to YoctoSDKAutotoolsProjectNature

2013-04-15 Thread Zhang, Jessica
Hi Atanas, Everything looks good for the patch series except can we make YoctoSDKAutotoolsProjectNature subclass of YoctoSDKProjectNature by extending it to better show the classes relationship. In this way, you don't need to introduce the special method of addYoctoSDKAutotoolsNature in Yocto

Re: [yocto] Config fragment not being picked up

2013-04-15 Thread Bruce Ashfield
On 13-04-15 01:36 PM, Saridakis, Dean (US SSA) wrote: Think I've followed the example in the manual correctly. My append file is pretty simple: FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}" It looks like you forgot the colon at the end of the path. Try this: FILESEXTRAPATHS_prepend :=

Re: [yocto] Config fragment not being picked up

2013-04-15 Thread Saridakis, Dean (US SSA)
> >>> Think I've followed the example in the manual correctly. My > >>> append file > is > >> pretty simple: > >>> > >>> FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}" > >> > >> It looks like you forgot the colon at the end of the path. > >> Try this: > >>

Re: [yocto] Yocto 1.4_M5 released

2013-04-15 Thread Richard Purdie
On Mon, 2013-04-15 at 13:40 +0100, Paul Eggleton wrote: > On Monday 15 April 2013 07:46:42 Trevor Woerner wrote: > > If I want to get an idea of what's going to be in the next release, > > dylan, which branch do I use: dylan or 1.4_M5? > > So, dylan is already quite a few bugfixes ahead of 1.4_M5

Re: [yocto] Tools for measuring temperature on Tegra-Harmony board or in general

2013-04-15 Thread Paul Eggleton
On Monday 15 April 2013 16:17:20 Satya Swaroop Damarla wrote: > I have successfully compiled and am so happy the way poky is working on my > Tgera-Harmony modified version board... I have a new requirement which is > to find temperature of CPU so that we can control the fan.. > > I think it comes

Re: [yocto] Config fragment not being picked up

2013-04-15 Thread Bruce Ashfield
On 13-04-15 11:17 AM, Saridakis, Dean (US SSA) wrote: Think I've followed the example in the manual correctly. My append file is pretty simple: FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}" It looks like you forgot the colon at the end of the path. Try this: FILESEXTRAPATHS_prepend :=

Re: [yocto] Config fragment not being picked up

2013-04-15 Thread Saridakis, Dean (US SSA)
> > Think I've followed the example in the manual correctly. My append > > file > >> is > pretty simple: > > > > FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}" > > It looks like you forgot the colon at the end of the path. > Try this: > FILESEXTRAPATHS_pr

Re: [yocto] YP "download" versus "downloads" page?

2013-04-15 Thread Rifenbark, Scott M
I noticed this the other day and am fixing it. Scott >-Original Message- >From: yocto-boun...@yoctoproject.org [mailto:yocto- >boun...@yoctoproject.org] On Behalf Of Robert P. J. Day >Sent: Saturday, April 13, 2013 4:49 AM >To: Yocto discussion list >Subject: [yocto] YP "download" versu

Re: [yocto] Config fragment not being picked up

2013-04-15 Thread Bruce Ashfield
On 13-04-15 10:53 AM, Saridakis, Dean (US SSA) wrote: Think I've followed the example in the manual correctly. My append file is pretty simple: FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}" It looks like you forgot the colon at the end of the path. Try this: FILESEXTRAPATHS_prepend := "

Re: [yocto] Config fragment not being picked up

2013-04-15 Thread Saridakis, Dean (US SSA)
> >>> Think I've followed the example in the manual correctly. My append file > is > >> pretty simple: > >>> > >>> FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}" > >> > >> It looks like you forgot the colon at the end of the path. > >> Try this: > >>FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"

Re: [yocto] Arguement list too big error in bitbake meta-toolchain for MIPS architechture-Gentle Reminder

2013-04-15 Thread Mehaffey, John
Take a look at the glob "/home/netlogic/yocto/poky/build/tmp/work/mips32-poky-linux/eglibc-locale/2.17-r0/packages-split/*" Most likely there is a recursion in there. You can also check "getconf ARG_MAX" to see if your shell is configured sanely, it should return about 2 megabytes. Sincerely,

[yocto] Tools for measuring temperature on Tegra-Harmony board or in general

2013-04-15 Thread Satya Swaroop Damarla
Hi, I have successfully compiled and am so happy the way poky is working on my Tgera-Harmony modified version board... I have a new requirement which is to find temperature of CPU so that we can control the fan.. I think it comes with NCT1008-i2c-4-4C temperature sensor and has Tegra i2C adapter

Re: [yocto] Yocto 1.4_M5 released

2013-04-15 Thread Paul Eggleton
On Monday 15 April 2013 07:46:42 Trevor Woerner wrote: > If I want to get an idea of what's going to be in the next release, > dylan, which branch do I use: dylan or 1.4_M5? So, dylan is already quite a few bugfixes ahead of 1.4_M5 at this point. dylan will become 1.4 when the final release occur

Re: [yocto] Arguement list too big error in bitbake meta-toolchain for MIPS architechture-Gentle Reminder

2013-04-15 Thread Robert P. J. Day
On Mon, 15 Apr 2013, Krishna Dwivedi wrote: > Hi Robert, > > I am trying on fedora 18 and I am continuously running into this issue. all i can report is that $ bitbake meta-toolchain for qemumips on my 64-bit ubuntu system works fine. i'm willing to do more testing if anyone can think of vari

Re: [yocto] Arguement list too big error in bitbake meta-toolchain for MIPS architechture-Gentle Reminder

2013-04-15 Thread Martin Jansa
I had similar issue, but in my case it wasn't even showing it's /bin/cp having problems, actually it was failing like this with tar and only one argument :/ http://lists.linuxtogo.org/pipermail/openembedded-core/2013-January/035089.html On Mon, Apr 15, 2013 at 2:21 PM, Krishna Dwivedi < krishna.

Re: [yocto] Arguement list too big error in bitbake meta-toolchain for MIPS architechture-Gentle Reminder

2013-04-15 Thread Krishna Dwivedi
Hi Robert, I am trying on fedora 18 and I am continuously running into this issue. Regards, Krishna -Original Message- From: Robert P. J. Day [mailto:rpj...@crashcourse.ca] Sent: Monday, April 15, 2013 4:57 PM To: Krishna Dwivedi Cc: yocto@yoctoproject.org Subject: Re: [yocto] Arguement

Re: [yocto] Yocto 1.4_M5 released

2013-04-15 Thread Trevor Woerner
On Mon, Apr 15, 2013 at 7:46 AM, Trevor Woerner wrote: > Maybe I'm doing something wrong with git? 1.4_M5:860e758b7b7f27fbb47c645770593206c7453c1b dylan:d80e663e209965073ff40fb775246eabc0159a44 ___ yocto mailing list yocto@yoctoproject.org https://lists

Re: [yocto] Yocto 1.4_M5 released

2013-04-15 Thread Trevor Woerner
On Sat, Apr 13, 2013 at 5:59 PM, Flanagan, Elizabeth wrote: > The fifth milestone for the upcoming Yocto Project 1.4 release is now > available If I want to get an idea of what's going to be in the next release, dylan, which branch do I use: dylan or 1.4_M5? When I use dylan I'm able to "bitbake

Re: [yocto] Arguement list too big error in bitbake meta-toolchain for MIPS architechture-Gentle Reminder

2013-04-15 Thread Robert P. J. Day
On Mon, 15 Apr 2013, Krishna Dwivedi wrote: > Hi All, > > I am trying to build recipe meta-toolchain for MIPS architecture but > running into errors. Can anyone please let me know, if I am missing > anything here or what could be root cause of this and how can I fix > it. I have followed these ste

Re: [yocto] Problem with mouse and keyboard detection in yocto (core-image-sato on emenlow)

2013-04-15 Thread Andreas Enbacka
Hello, I was finally able to get evdev working with the core-image-sato image. First I tried to fetch the dylan branch (yocto and meta-intel/meta-emenlow), and did a rebuild. However, evdev support was still missing from the kernel (CONFIG_INPUT_EVDEV not set). Then I ran menuconfig, and enable

Re: [yocto] Why isn't USB MIDI working?

2013-04-15 Thread Paul Eggleton
On Sunday 14 April 2013 15:49:12 Paul D. DeRocco wrote: > I've built core-image-base-cedartrail-nopvr, which includes ALSA. /dev/snd > properly contains the devices for my mobo, and /proc/asound/devices lists > them as well. If I plug in a USB MIDI device (a USB to MIDI converter), I > see the USB

[yocto] Yocto Project 1.3.1 "danny-8.0.1" Released

2013-04-15 Thread Flanagan, Elizabeth
All, the mirrors aren't quite synced yet, but they should be soon. -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 We are pleased to release the first point release for the Yocto Project's "danny" release. This point release is available for download at: http://downloads.yoctoproject.org/releases/

Re: [yocto] How to archive source for a single package

2013-04-15 Thread Mats Liljegren
I tried that but got the error shown below. This made me believe that archive-patched-source wasn't built for being included from a recipe: $ bitbake virtual/kernel Loading cache: 100% |###| ETA: 00:00:00 Loaded 1234 entries from