Re: [yocto] build error on core-image-sato-sdk

2012-04-10 Thread Joshua Immanuel
Hello Darren, On Mon, 2012-04-09 at 15:15 -0700, Darren Hart wrote: ERROR: Function 'build_boot_bin' failed (see /build/cdv-edison/tmp/work/cedartrail-poky-linux/core-image-sato-sdk-1.0-r0/temp/log.do_bootimg.25810 for further information) ERROR: Logfile of failure stored in:

[yocto] [Yocto] How to remove a particular package or packages collection for an image

2012-04-10 Thread Jegan Chandru
Hi, I am using Yocto milestone release 1.1.1 for my custom root filesystem image creation. I just need some help in achieving it successfully. I wrote a custom task bb file which defines/includes the packages i need in my image. I also wrote a core-image-custom.bb file that includes these tasks +

Re: [yocto] Yocto Project 1.2 Beta testing instructions

2012-04-10 Thread Paul Eggleton
On Wednesday 04 April 2012 18:08:58 Liu, Song wrote: Can someone help answer the following question? This happens during Boon Pin's beta testing using the build at: http://git.yoctoproject.org/cgit/cgit.cgi/poky/snapshot/poky-8e9f6fc77ac476 3f4ed1f6e7b720420c220ba6e2.tar.bz2 . ... |

Re: [yocto] ADT Manual v1.1.1 Issues - 2 of 3

2012-04-10 Thread Lu, Lianhao
Andy, I checked the config.log. I think you might set the incorrect sysroot directory in Eclipse. The /opt/poky/1.1.1/sysroots/ is incorrect, in your case it should be /opt/poky/1.1.1/sysroots/x86_64-poky-linux/. Please select your helloworld project, then select Project - Change Yocto

[yocto] [PATCH 0/1] adapted to latest opkg upstream for version compare

2012-04-10 Thread Lianhao Lu
NOTE: this patch is for opkg-utils upstream. Modified the C version of opkg-compare-version to adapt to the latest opkg upstream. This is part of the 1.2 bug fixing [YOCTO #2233]. The following changes since commit 002d29bc605d7c2d02e4cf20a43c5277c15f5597: Tick Chen (1): [opkg-utils]

[yocto] [PATCH 1/1] opkg-compare-versions: Adapted to the latest opkg upstream.

2012-04-10 Thread Lianhao Lu
Adapted to the latest opkg upstream implemenation for comparing versions. This is part of the bug fixing [YOCTO #2233]. Signed-off-by: Lianhao Lu lianhao...@intel.com --- opkg-compare-versions.c | 55 +- 1 files changed, 25 insertions(+), 30

Re: [yocto] Moving angstrom under the yocto banner

2012-04-10 Thread Koen Kooi
Dave, Coud summarize the discussion about this during bspfest, collab and the AB meeting please? regards, Koen Op 30 mrt. 2012, om 21:00 heeft Osier-mixon, Jeffrey het volgende geschreven: As I understand it - Poky is sort of a reference distro for the Yocto system. I think Angstrom would

Re: [yocto] [PATCH 0/1] syslinux: Update distro-tracking fields

2012-04-10 Thread Saul Wold
On 04/09/2012 02:45 PM, Darren Hart wrote: The following changes since commit 190f6d791d51aaa4cfb9f1cf932bc205ff674fb5: runqemu-internal: Add console=tty for qemuppc and NFS (2012-04-06 01:12:47 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib

Re: [yocto] Moving angstrom under the yocto banner

2012-04-10 Thread Stewart, David C
[Note, Koen is trying to get davest to respond quickly by trying a top post. Good work, Koen!] From: Koen Kooi [mailto:k...@dominion.thruhere.net] Sent: Tuesday, April 10, 2012 7:04 AM Dave, Coud summarize the discussion about this during bspfest, collab and the AB meeting please? Evidently I

[yocto] Help debugging CF support under 3.0.18

2012-04-10 Thread Chris Tapp
I've been trying to get a BSP running under 6.0.1 using kernel 3.0.18 for an ALIX 3D3 board. I've done this before under 4.0.1 using 2.6.34. It's nearly working, but I can't get partitions on the CF card (which works under 2.6.34) to show. - The controller (CS5536) is showing as loaded in

Re: [yocto] Help debugging CF support under 3.0.18

2012-04-10 Thread Gary Thomas
On 2012-04-10 11:03, Chris Tapp wrote: I've been trying to get a BSP running under 6.0.1 using kernel 3.0.18 for an ALIX 3D3 board. I've done this before under 4.0.1 using 2.6.34. It's nearly working, but I can't get partitions on the CF card (which works under 2.6.34) to show. - The

Re: [yocto] [PATCH 1/2] initrdscripts: fix init-live.sh and use unionfs

2012-04-10 Thread Darren Hart
On 04/09/2012 03:15 PM, Yang Shi wrote: [YOCTO #1487] When booting up with liveCD image, init scripts can't work well on read-only filesystem. Unionfs, which is supported in Yocto kernel, allows a filesystem to appear as writeable, but without actually allowing writes to change the

Re: [yocto] [PATCH 2/2] sato: Throw warning when building ISO image without unionfs enabled

2012-04-10 Thread Darren Hart
On 04/09/2012 03:15 PM, Yang Shi wrote: [YOCTO #1487] For the liveCD image, interactive bootup is needed, but psplash prevents from booting interactively. In such case ISO image is not usable, so throw warning info when building ISO image without unionfs enabled in kernel.

[yocto] [PATCH 0/9] [meta-intel] cedartrail patches to support pvr graphics

2012-04-10 Thread kishore . k . bodke
From: Kishore Bodke kishore.k.bo...@intel.com These patch set adds the support for the following pvr graphics driver EFI support for pvr graphics version of build. updates the SRCREVS. Please pull into meta-intel/master. Thanks Kishore. The following changes since commit

[yocto] [PATCH 1/9] [meta-intel] Cedartrail: Split machine.conf

2012-04-10 Thread kishore . k . bodke
From: Kishore Bodke kishore.k.bo...@intel.com Have two machine.conf files. One for pvr and the other for no-pvr. PVR machine.conf has the both pcbios and efi support. no-pvr has only pcbios support. Signed-off-by: Kishore Bodke kishore.k.bo...@intel.com ---

[yocto] [PATCH 2/9] [meta-intel] Cedartrail: Update SRCREVS and add EFI Support.

2012-04-10 Thread kishore . k . bodke
From: Kishore Bodke kishore.k.bo...@intel.com Add EFI support and update the SRCREVS for pvr version of build. Add pvr merge scc file to pull in the pvr patches. Signed-off-by: Kishore Bodke kishore.k.bo...@intel.com --- .../linux/linux-yocto-rt_3.0.bbappend |8

[yocto] [PATCH 3/9] [meta-intel] Cedartrail: split xorg.conf files.

2012-04-10 Thread kishore . k . bodke
From: Kishore Bodke kishore.k.bo...@intel.com Have two xorg.conf files. One for pvr-graphics driver. One for vesa graphics driver. Signed-off-by: Kishore Bodke kishore.k.bo...@intel.com --- .../xserver-xf86-config/cedartrail-nopvr/xorg.conf | 26

[yocto] [PATCH 4/9] [meta-intel] Cedartrail: Add PVR graphics support.

2012-04-10 Thread kishore . k . bodke
From: Kishore Bodke kishore.k.bo...@intel.com New recipe for PVR graphics support. Signed-off-by: Kishore Bodke kishore.k.bo...@intel.com --- .../xorg-driver/cdv-pvr-driver.inc | 39 .../xorg-driver/cdv-pvr-driver_1.0.bb | 101 2

[yocto] [PATCH 5/9] [meta-intel] Cedartrail: Add Cedartrail-nopvr statement.

2012-04-10 Thread kishore . k . bodke
From: Kishore Bodke kishore.k.bo...@intel.com Cedartrail-nopvr statement added to support both pvr and nopvr versions. Signed-off-by: Kishore Bodke kishore.k.bo...@intel.com --- .../tasks/task-core-tools-profile.bbappend |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff

[yocto] [PATCH 6/9] [meta-intel] Cedartrail: separte machconfig in recipes-bsp.

2012-04-10 Thread kishore . k . bodke
From: Kishore Bodke kishore.k.bo...@intel.com Have two separte machconfig for supporting both pvr and vesa version. Signed-off-by: Kishore Bodke kishore.k.bo...@intel.com --- .../formfactor/cedartrail-nopvr/machconfig |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) create

[yocto] [PATCH 8/9] [meta-intel] Cedartrail: Add new recipe for test image.

2012-04-10 Thread kishore . k . bodke
From: Kishore Bodke kishore.k.bo...@intel.com This recipes builds the custom images with builtin features like web-kit and adds the Audio and Video media samples. Signed-off-by: Kishore Bodke kishore.k.bo...@intel.com --- .../images/core-image-cdv-media-sdk.bb | 12

[yocto] [PATCH 9/9] [meta-intel] Cedartrail: Update the README.

2012-04-10 Thread kishore . k . bodke
From: Kishore Bodke kishore.k.bo...@intel.com Add instructions on how to build with pvr graphics support and how to build with custom image. Signed-off-by: Kishore Bodke kishore.k.bo...@intel.com --- meta-cedartrail/README | 49 +++- 1 files

Re: [yocto] [PATCH 2/2] sato: Throw warning when building ISO image without unionfs enabled

2012-04-10 Thread Saul Wold
On 04/09/2012 03:15 PM, Yang Shi wrote: [YOCTO #1487] For the liveCD image, interactive bootup is needed, but psplash prevents from booting interactively. In such case ISO image is not usable, so throw warning info when building ISO image without unionfs enabled in kernel. Signed-off-by: Yang

Re: [yocto] Help debugging CF support under 3.0.18

2012-04-10 Thread Chris Tapp
On 10 Apr 2012, at 18:11, Gary Thomas wrote: On 2012-04-10 11:03, Chris Tapp wrote: I've been trying to get a BSP running under 6.0.1 using kernel 3.0.18 for an ALIX 3D3 board. I've done this before under 4.0.1 using 2.6.34. It's nearly working, but I can't get partitions on the CF card

Re: [yocto] [PATCH 2/2] sato: Throw warning when building ISO image without unionfs enabled

2012-04-10 Thread Yang Shi
On 4/10/2012 12:06 PM, Saul Wold wrote: On 04/09/2012 03:15 PM, Yang Shi wrote: [YOCTO #1487] For the liveCD image, interactive bootup is needed, but psplash prevents from booting interactively. In such case ISO image is not usable, so throw warning info when building ISO image without

[yocto] Reconfiguring the kernel

2012-04-10 Thread Chris Tapp
I think this is a summary of the steps needed to reconfigure the kernel,based on the instructions in the 6.0.1 dev manual: 1) bitbake linux-yocto -c clean 2) bitbake linux-yocto -c menuconfig 3) bitbake linux-yocto -c compile -f 4) bitbake linux-yocto However, the bzimage in tmp/deploy/images

Re: [yocto] Reconfiguring the kernel

2012-04-10 Thread Bruce Ashfield
On 12-04-10 04:40 PM, Chris Tapp wrote: I think this is a summary of the steps needed to reconfigure the kernel,based on the instructions in the 6.0.1 dev manual: 1) bitbake linux-yocto -c clean 2) bitbake linux-yocto -c menuconfig 3) bitbake linux-yocto -c compile -f 4) bitbake linux-yocto

Re: [yocto] Reconfiguring the kernel

2012-04-10 Thread Chris Tapp
On 10 Apr 2012, at 21:50, Bruce Ashfield wrote: On 12-04-10 04:40 PM, Chris Tapp wrote: I think this is a summary of the steps needed to reconfigure the kernel,based on the instructions in the 6.0.1 dev manual: 1) bitbake linux-yocto -c clean 2) bitbake linux-yocto -c menuconfig 3)

Re: [yocto] Reconfiguring the kernel

2012-04-10 Thread Chris Tapp
On 10 Apr 2012, at 22:28, Bob Cochran wrote: On 04/10/2012 04:40 PM, Chris Tapp wrote: I think this is a summary of the steps needed to reconfigure the kernel,based on the instructions in the 6.0.1 dev manual: 1) bitbake linux-yocto -c clean 2) bitbake linux-yocto -c menuconfig 3)

[yocto] [PATCH 1/1] [KERNEL] meta: Add igb.scc to Romley

2012-04-10 Thread kishore . k . bodke
From: Kishore Bodke kishore.k.bo...@intel.com Romley machine has 82580 Giga bit Ethernet Controller. Add the relavent Nic driver to it. Signed-off-by: Kishore Bodke kishore.k.bo...@intel.com --- meta/cfg/kernel-cache/bsp/romley/romley.scc |3 +-- 1 files changed, 1 insertions(+), 2

[yocto] [PATCH 0/1] [KERNEL] Add igb driver to Romley Machine

2012-04-10 Thread kishore . k . bodke
From: Kishore Bodke kishore.k.bo...@intel.com Romley machine has builtin 82580 Giga bit Ethernet Controller. Adding the relavent igb nic driver. Please pull into linux-yocto-3.2/meta Thanks Kishore. The following changes since commit 59f350ec3794e19fa806c1b73749d851f8ebf364: meta: Add

Re: [yocto] autobuilder failure http://autobuilder.pokylinux.org:8010/builders/nightly-x86/builds/433

2012-04-10 Thread Lu, Lianhao
Saul Wold wrote on 2012-04-11: On 04/10/2012 08:16 AM, Lu, Lianhao wrote: Hi Saul, I think I might have some clues why the python-nativesdk failed at http://autobuilder.pokylinux.org:8010/builders/nightly-x86/builds/433. It's due to the commit