[yocto] Fails to launch the hob

2012-12-23 Thread Biao
Hi all, I can not launch hob on my ubun-10.04, it seems saying "no PyGobject" whereas python-object has already been installed. Can anyone kindly give a help? $ hob FATAL: Gtk+, PyGtk and PyGobject are required to use Hob, You have Gtk+ 2.20.1 and PyGtk 2.17.0. $ sudo apt-get install python

Re: [yocto] no /tmp/work/../linux-standard-build source output

2012-12-23 Thread Lai Eddy
got errors during "bitbake core-image-minimal" on yacto 1.3 + jasperforest BSP how can I just clean everything then re-build all? since I don't modify any kernel code before make the build, will this error caused by build environment settings problem? message from "tmp/work/x86_64-linux/gettext-nat

Re: [yocto] kernel manual seems to make no mention of "defconfig"

2012-12-23 Thread Bruce Ashfield
On Sun, Dec 23, 2012 at 11:10 PM, Bruce Ashfield wrote: > > > > On Sun, Dec 23, 2012 at 12:26 PM, Robert P. J. Day > wrote: > >> >> poking around kern-tools for purpose of documenting some stuff and >> ran across this in "updateme": >> >> split_command_line_objects() { >> command_line_v

Re: [yocto] no /tmp/work/../linux-standard-build source output

2012-12-23 Thread Bruce Ashfield
On Sun, Dec 23, 2012 at 7:10 PM, Lai Eddy wrote: > Hi, > > I’m using yocto 1.3 (poky-8.0) with jasperforest BSP, > sometimes “bitbake core-image-minimal” did create files in > /tmp/work/xxx-poky-linux/linux-yocto-xxx/linux-xxx-standard-build , but > always create new image in /tmp/deploy/image fo

Re: [yocto] kernel manual seems to make no mention of "defconfig"

2012-12-23 Thread Bruce Ashfield
On Sun, Dec 23, 2012 at 12:26 PM, Robert P. J. Day wrote: > > poking around kern-tools for purpose of documenting some stuff and > ran across this in "updateme": > > split_command_line_objects() { > command_line_values=$@ > > for v in $command_line_values; do > v_base

Re: [yocto] Set hostname on image?

2012-12-23 Thread ChenQi
On 12/21/2012 11:04 PM, Jonas Jonsson L wrote: Hi! This is probably a very stupid question, but I don't understand how to set the hostname of the system that I'm building (I'm building a 'core-image-minimal'), unless I A) write a /etc/hostname file to the image, or B) write a script that updat

Re: [yocto] no /tmp/work/../linux-standard-build source output

2012-12-23 Thread Lai Eddy
Hi, I’m using yocto 1.3 (poky-8.0) with jasperforest BSP, sometimes “bitbake core-image-minimal” did create files in /tmp/work/xxx-poky-linux/linux-yocto-xxx/linux-xxx-standard-build , but always create new image in /tmp/deploy/image folder (file date time is new) every “bitbake core-image-minimal

[yocto] why does build appliance page mention OVF files?

2012-12-23 Thread Robert P. J. Day
reading this for the first time: https://www.yoctoproject.org/documentation/build-appliance-manual and in the early bulleted list of terminology, there's a reference to OVF files, even though none of the rest of the page makes any use of OVF files, and the page suggests that the downloadable a

Re: [yocto] How to use JRE (Java Runtime) in Yocto Projects

2012-12-23 Thread Paul Eggleton
On Thursday 20 December 2012 09:43:32 Raul Rosetto Munoz wrote: > 2012/12/19 Paul Eggleton > > On Wednesday 19 December 2012 15:31:42 Raul Rosetto Munoz wrote: > > > raul@phi04:/home/prjs/poky$ git branch > > > * local/origin/denzil > > > > There doesn't seem to be a denzil branch for meta-java a

[yocto] Fwd: wrong kernel is being downloaded

2012-12-23 Thread Edward Vidal
-- Forwarded message -- From: Edward Vidal Date: Sun, Dec 23, 2012 at 10:07 AM Subject: wrong kernel is being downloaded To: angstrom-distro-devel Hello, The command bitbake -v xfce-nm-image fails for the pandaboard but does create a kernel (uImage-3.1.0-r1a-pandaboard-201212221

[yocto] kernel manual seems to make no mention of "defconfig"

2012-12-23 Thread Robert P. J. Day
poking around kern-tools for purpose of documenting some stuff and ran across this in "updateme": split_command_line_objects() { command_line_values=$@ for v in $command_line_values; do v_base=`basename $v` case $v_base in *.scc) migrate_