Re: [yocto] Build failure because of do_fectch in Yocto-1.1

2012-03-21 Thread Jack Mitchell
On 21/03/12 05:01, Ashish Pandey wrote: Hi All , I am new to Yocto and I am trying to build linux image using Yocto-1.1 . I am not able to build completely , It is giving following error. NOTE: package core-image-minimal-1.0-r0: task do_populate_sysroot: Started NOTE: package

[yocto] wiki entry on how to create own source download mirror

2012-03-21 Thread Robert P. J. Day
just noticed someone refer to this How do I entry: https://wiki.yoctoproject.org/wiki/How_do_I#Q:_How_create_my_own_source_download_mirror_.3F i'm tempted to clarify that section in a couple ways unless there are any objections. first, i don't think that section makes it clear that that

Re: [yocto] wiki entry on how to create own source download mirror

2012-03-21 Thread Jack Mitchell
On 21/03/12 09:50, Robert P. J. Day wrote: just noticed someone refer to this How do I entry: https://wiki.yoctoproject.org/wiki/How_do_I#Q:_How_create_my_own_source_download_mirror_.3F i'm tempted to clarify that section in a couple ways unless there are any objections. first, i don't

Re: [yocto] Build failure because of do_fectch in Yocto-1.1

2012-03-21 Thread Ashish Pandey
Hi Jack , Thanks for you kind response, I tried changing content of local.conf but it did not work , Here is the change. SOURCE_MIRROR_URL ?= file://home/yocto/RPMs/ INHERIT += own-mirrors BB_GENERATE_MIRROR_TARBALLS = 1 CONF_VERSION = 1 BB_GENERATE_MIRROR_TARBALLS = 1 BB_NO_NETWORK = 1

[yocto] ref manual, reference to TARGET_ARCH seems wrong

2012-03-21 Thread Robert P. J. Day
in poky/yocto ref manual here: http://www.yoctoproject.org/docs/current/poky-ref-manual/poky-ref-manual.html#platdev-newmachine-conffile it's suggested that it's very important to set TARGET_ARCH in a new machine config file. i don't think that's true (anymore?). seems like that's

[yocto] setting of BBPATH differs between ref manual and actual layer.conf file

2012-03-21 Thread Robert P. J. Day
admittedly picky but the ref manual here: http://www.yoctoproject.org/docs/current/poky-ref-manual/poky-ref-manual.html#usingpoky-changes-layers shows a sample setting of BBPATH in yocto's layer.conf: BBPATH := ${BBPATH}:${LAYERDIR} however the actual layer.conf for yocto reads: BBPATH

Re: [yocto] setting of BBPATH differs between ref manual and actual layer.conf file

2012-03-21 Thread Robert P. J. Day
On Wed, 21 Mar 2012, Robert P. J. Day wrote: admittedly picky but the ref manual here: http://www.yoctoproject.org/docs/current/poky-ref-manual/poky-ref-manual.html#usingpoky-changes-layers shows a sample setting of BBPATH in yocto's layer.conf: BBPATH := ${BBPATH}:${LAYERDIR}

Re: [yocto] setting of BBPATH differs between ref manual and actual layer.conf file

2012-03-21 Thread Gary Thomas
On 2012-03-21 05:12, Robert P. J. Day wrote: On Wed, 21 Mar 2012, Robert P. J. Day wrote: admittedly picky but the ref manual here: http://www.yoctoproject.org/docs/current/poky-ref-manual/poky-ref-manual.html#usingpoky-changes-layers shows a sample setting of BBPATH in yocto's

[yocto] is it possible to centralize defns of KERNEL_IMAGETYPE and KERNEL_ALT_IMAGETYPE?

2012-03-21 Thread Robert P. J. Day
poking around the conf files and i noticed the following two files (one from oe-core, obviously) had the following definitions: $ grep -r KERNEL.*IMAGETYPE.*vmlinux * meta/conf/machine/qemumips.conf:KERNEL_IMAGETYPE = vmlinux meta/conf/machine/qemumips.conf:KERNEL_ALT_IMAGETYPE = vmlinux.bin

Re: [yocto] setting of BBPATH differs between ref manual and actual layer.conf file

2012-03-21 Thread Paul Eggleton
On Wednesday 21 March 2012 05:23:07 Gary Thomas wrote: Indeed it does matter, as does the order that these statements are processed (which I think is the order the layers are listed in bblayers.conf?) Correct - each layer's layer.conf will be read in the order the layers are listed in

Re: [yocto] [PATCH] Documentation: Update poky.ent file to reflect new release.

2012-03-21 Thread Flanagan, Elizabeth
On Sun, Mar 18, 2012 at 9:31 AM, Robert P. J. Day rpj...@crashcourse.ca wrote: Update poky.ent to reflect:  DISTRO = 1.1.1  POKYVERSION = 6.0.1 Signed-off-by: Robert P. J. Day rpj...@crashcourse.ca Actually, the edison branch doesn't support poky.ent. A few quick notes about poky.ent as

[yocto] Yocto Project Technical Team Meeting

2012-03-21 Thread Liu, Song
BEGIN:VCALENDAR METHOD:REQUEST PRODID:Microsoft Exchange Server 2010 VERSION:2.0 BEGIN:VTIMEZONE TZID:Pacific Standard Time BEGIN:STANDARD DTSTART:16010101T02 TZOFFSETFROM:-0700 TZOFFSETTO:-0800 RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=1SU;BYMONTH=11 END:STANDARD BEGIN:DAYLIGHT

[yocto] Graphics Acceleration on crownbay - 1.2M2 + meta-intel tip

2012-03-21 Thread Autif Khan
I am trying to get hardware accelerated graphics (video in particular) to work on my crownbay based hardware. I have EMGD 1.10 driver integrated and working. The evidence for this is that when I use glxgears (form mesa-demos) I get 115 fps instead of 4-5 fps. This is good, however, when I go over

Re: [yocto] Graphics Acceleration on crownbay - 1.2M3 + meta-intel tip

2012-03-21 Thread Autif Khan
Minor correction to the subject - I am using 1.2M3, not 1.2M2 On Wed, Mar 21, 2012 at 4:14 PM, Autif Khan autif.ml...@gmail.com wrote: I am trying to get hardware accelerated graphics (video in particular) to work on my crownbay based hardware. I have EMGD 1.10 driver integrated and working.

Re: [yocto] Graphics Acceleration on crownbay - 1.2M3 + meta-intel tip

2012-03-21 Thread Tom Zanussi
On Wed, 2012-03-21 at 16:15 -0400, Autif Khan wrote: Minor correction to the subject - I am using 1.2M3, not 1.2M2 On Wed, Mar 21, 2012 at 4:14 PM, Autif Khan autif.ml...@gmail.com wrote: I am trying to get hardware accelerated graphics (video in particular) to work on my crownbay based

Re: [yocto] Graphics Acceleration on crownbay - 1.2M3 + meta-intel tip

2012-03-21 Thread Autif Khan
On Wed, Mar 21, 2012 at 4:23 PM, Tom Zanussi tom.zanu...@intel.com wrote: On Wed, 2012-03-21 at 16:15 -0400, Autif Khan wrote: Minor correction to the subject - I am using 1.2M3, not 1.2M2 On Wed, Mar 21, 2012 at 4:14 PM, Autif Khan autif.ml...@gmail.com wrote: I am trying to get hardware

Re: [yocto] Graphics Acceleration on crownbay - 1.2M3 + meta-intel tip

2012-03-21 Thread Tom Zanussi
On Wed, 2012-03-21 at 16:29 -0400, Autif Khan wrote: On Wed, Mar 21, 2012 at 4:23 PM, Tom Zanussi tom.zanu...@intel.com wrote: On Wed, 2012-03-21 at 16:15 -0400, Autif Khan wrote: Minor correction to the subject - I am using 1.2M3, not 1.2M2 On Wed, Mar 21, 2012 at 4:14 PM, Autif Khan

Re: [yocto] Graphics Acceleration on crownbay - 1.2M3 + meta-intel tip

2012-03-21 Thread Autif Khan
Minor correction to the subject - I am using 1.2M3, not 1.2M2 On Wed, Mar 21, 2012 at 4:14 PM, Autif Khan autif.ml...@gmail.com wrote: I am trying to get hardware accelerated graphics (video in particular) to work on my crownbay based hardware. I have EMGD 1.10 driver integrated and

Re: [yocto] Graphics Acceleration on crownbay - 1.2M3 + meta-intel tip

2012-03-21 Thread Tom Zanussi
On Wed, 2012-03-21 at 17:28 -0400, Autif Khan wrote: Minor correction to the subject - I am using 1.2M3, not 1.2M2 On Wed, Mar 21, 2012 at 4:14 PM, Autif Khan autif.ml...@gmail.com wrote: I am trying to get hardware accelerated graphics (video in particular) to work on my

[yocto] [PATCH][meta-intel/common] efilinux: Add efilinux 1.0 and gnu-efi

2012-03-21 Thread Darren Hart
efilinux is a UEFI OS loader. It was created as a reference implementation with the aim of being well documented and containing well written source code. efilinux is lightweight and convenient as a tool to debug misbehaving UEFI systems. Thanks to Paul Eggleton for is initial set of recipes from

Re: [yocto] [PATCH 1/1] ddimage: Add script for writing images to boot media

2012-03-21 Thread Darren Hart
Any objections to this going in? On 03/13/2012 12:16 PM, Darren Hart wrote: Fixes [YOCTO #1806] Standard practice is to use the Linux dd command to write images to boot media. This can be error prone and the results of sloppy usage can be disastrous. Locating the device you want to use is a

Re: [yocto] Graphics Acceleration on crownbay - 1.2M3 + meta-intel tip

2012-03-21 Thread Autif Khan
Minor correction to the subject - I am using 1.2M3, not 1.2M2 On Wed, Mar 21, 2012 at 4:14 PM, Autif Khan autif.ml...@gmail.com wrote: I am trying to get hardware accelerated graphics (video in particular) to work on my crownbay based hardware. I have EMGD 1.10 driver

[yocto] [ANNOUNCEMENT] Yocto 1.1.1 released.

2012-03-21 Thread Flanagan, Elizabeth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, Our point release of yocto-1.1.1 edison has been tagged, generated and is now available for download. This release is available at: http://downloads.yoctoproject.org/releases/yocto/yocto-1.1.1/poky-edison-6.0.1.tar.bz2 or

Re: [yocto] [PATCH 1/1] ddimage: Add script for writing images to boot media

2012-03-21 Thread Paul Eggleton
On Wednesday 21 March 2012 16:06:14 Darren Hart wrote: Any objections to this going in? No objections, looks like a really useful tool; a couple of suggestions though (sorry for not looking at it earlier): * Is it worth checking if the target device is mounted and erroring out if so? * Not

Re: [yocto] pseudo interaction issue

2012-03-21 Thread Xu, Dongxiao
Hi Mark, Any update on this one? I think we may need to track it in bugzilla. Thanks, Dongxiao On Wed, 2012-03-14 at 17:02 +0800, Xu, Dongxiao wrote: Hi Mark, When using the new Hob to build targets, I also observed the pseudo output: pseudo: You must set the PSEUDO_PREFIX environment

Re: [yocto] [ANNOUNCEMENT] Yocto 1.1.1 released.

2012-03-21 Thread McClintock Matthew-B29882
I'd like to add that our Freescale BSP which will be released in May will be based off of this release. Thanks everyone for the hard work. -M On Wed, Mar 21, 2012 at 7:05 PM, Flanagan, Elizabeth elizabeth.flana...@intel.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, Our