Re: [yocto] Fails to launch the hob

2012-12-24 Thread Mihai Lindner
On Mon, 2012-12-24 at 15:37 +0800, Biao wrote: > 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

Re: [yocto] Fails to launch the hob

2012-12-24 Thread Mihai Lindner
On Mon, 2012-12-24 at 14:23 +0200, Mihai Lindner wrote: > On Mon, 2012-12-24 at 15:37 +0800, Biao wrote: > > Hi all, > > > > > > I can not launch hob on my ubun-10.04, it seems saying "no PyGobject" > > whereas python-object has already been in

[yocto] [PATCH] [yocto-autobuilder] BuildImages: fix description

2013-09-19 Thread Mihai Lindner
The description of shell commands is printed as a list of characters separated by spaces. The description needs to be in a list, when it's set after ShellCommand.__init__(). Signed-off-by: Mihai Lindner --- lib/python2.7/site-packages/autobuilder/buildsteps/BuildImages.py | 2 +- 1 file ch

Re: [yocto] checking out branches: tracking vs. tags

2012-05-24 Thread Mihai Lindner
hout being able to pull, as there's nothing new to be pulled (in detached head state, that's why you get an error). You may see it as a snapshot of the repository. If you checkout the branch, you'll pull commits brought to that remote bran

Re: [yocto] How to use Software support layers such as "meta-browser" in a yocto image?

2012-05-29 Thread Mihai Lindner
n ./build/conf/bblayers.conf file, BBLAYERS variable (after you sourced oe-init-build-env). Happy baking! -- Mihai Lindner ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] task 240 of 4900 and task 1526 of 4900 failed When I followed "The Yocto Project Quick Start"

2012-05-31 Thread Mihai Lindner
, returning a non-zero exit code. > > > > > > > > ___ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject

Re: [yocto] about syslog configurable

2012-06-06 Thread Mihai Lindner
Hello, Somehow `/etc/syslog-startup.conf` ends up to be a symlink of `busybox` and, apparently, `/etc/syslog-startup.conf` is `/etc/syslog-startup.conf.busybox`. -- Mihai Lindner On 06/01/2012 01:26 PM, Xu, HongnaX wrote: > Hi all > QA check if syslog could be configured and run w

Re: [yocto] Grub installation

2012-06-11 Thread Mihai Lindner
> > Juergen > > > > ___ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto > Hello, Look for /boot/grub/ in /dev/sda1 It should be there. -- Mihai Lindner ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] [PATCH 0/1] meta-cedartrail: fix PREFERRED_VERSION_linux-yocto

2012-08-17 Thread Mihai Lindner
Missing PREFERRED_VERSION_linux-yocto generated NOTEs when building. """ NOTE: preferred version 3.4% of linux-yocto not available (for item virtual/kernel) """ [YOCTO #2962] Signed-off-by: Mihai Lindner --- The following changes since commit 50b22497cb

[yocto] [PATCH 1/1] meta-cedartrail: fixed PREFERRED_VERSION_linux-yocto

2012-08-17 Thread Mihai Lindner
Missing PREFERRED_VERSION_linux-yocto generated NOTEs when building. """ NOTE: preferred version 3.4% of linux-yocto not available (for item virtual/kernel) """ [YOCTO #2962] Signed-off-by: Mihai Lindner --- meta-cedartrail/conf/machine/cedartrail.conf |1 +

[yocto] [PATCH 0/1] [linux-yocto-3.0] boot-live.cfg: enable BLK_DEV_INITRD in kernel

2012-09-17 Thread Mihai Lindner
YOCTO #3050] Signed-off-by: Mihai Lindner --- The following changes since commit bf5ee4945ee6d748e6abe16356f2357f76b5e2f0: meta: rename virto.scc to virtio.scc (2012-08-18 22:09:35 -0400) are available in the git repository at: git://git.yoctoproject.org/poky-contrib mihai/linux-yocto-3.0/me

[yocto] [PATCH 1/1] [linux-yocto-3.0] boot-live.cfg: enable BLK_DEV_INITRD in kernel

2012-09-17 Thread Mihai Lindner
Added BLK_DEV_INITRD in boot-live.cfg for linux-yocto-3.0, meta branch. Cedartrail (at least) cannot boot live from ISO image due to BLK_DEV_INITRD missing: "VFS: Cannot open root device "ram0" or unkown-block(0,0)" Should fix #3050 [YOCTO #3050] Signed-off-by: Mihai Li

Re: [yocto] [PATCH 0/1] [linux-yocto-3.0] boot-live.cfg: enable BLK_DEV_INITRD in kernel

2012-09-18 Thread Mihai Lindner
On 2012-09-18 16:49, Tom Zanussi wrote: > On Tue, 2012-09-18 at 08:21 -0400, Bruce Ashfield wrote: >> On 12-09-18 01:59 AM, Mihai Lindner wrote: >>> Please pull into linux-yocto-3.0, meta. >>> >> >> Adding linux-yocto, Darren and Tom. >> >> This

Re: [yocto] [PATCH 0/1] [linux-yocto-3.0] boot-live.cfg: enable BLK_DEV_INITRD in kernel

2012-09-18 Thread Mihai Lindner
On 2012-09-18 17:23, Tom Zanussi wrote: > On Tue, 2012-09-18 at 16:58 +0300, Mihai Lindner wrote: >> On 2012-09-18 16:49, Tom Zanussi wrote: >>> On Tue, 2012-09-18 at 08:21 -0400, Bruce Ashfield wrote: >>>> On 12-09-18 01:59 AM, Mihai Lindner wrote: >>>&g

Re: [yocto] [PATCH 0/1] [linux-yocto-3.0] boot-live.cfg: enable BLK_DEV_INITRD in kernel

2012-09-19 Thread Mihai Lindner
On 2012-09-19 18:43, Bruce Ashfield wrote: > On 12-09-18 10:46 AM, Mihai Lindner wrote: >> On 2012-09-18 17:23, Tom Zanussi wrote: >>> On Tue, 2012-09-18 at 16:58 +0300, Mihai Lindner wrote: >>>> On 2012-09-18 16:49, Tom Zanussi wrote: >>>>> On Tue, 20

Re: [yocto] [PATCH 0/1] [linux-yocto-3.0] boot-live.cfg: enable BLK_DEV_INITRD in kernel

2012-09-19 Thread Mihai Lindner
On 2012-09-19 22:01, Bruce Ashfield wrote: > On 12-09-19 11:56 AM, Mihai Lindner wrote: >> On 2012-09-19 18:43, Bruce Ashfield wrote: >>> On 12-09-18 10:46 AM, Mihai Lindner wrote: >>>> On 2012-09-18 17:23, Tom Zanussi wrote: >>>>> On Tue, 2012-09-18 a

Re: [yocto] [linux-yocto] [PATCH 0/1] [linux-yocto-3.0] boot-live.cfg: enable BLK_DEV_INITRD in kernel

2012-09-19 Thread Mihai Lindner
On 2012-09-19 23:32, Bruce Ashfield wrote: > On 12-09-19 04:22 PM, Bruce Ashfield wrote: >> On 12-09-19 03:39 PM, Mihai Lindner wrote: >>> On 2012-09-19 22:01, Bruce Ashfield wrote: >>>> On 12-09-19 11:56 AM, Mihai Lindner wrote: >>>>> On 2012-09-19 18

Re: [yocto] [linux-yocto] [PATCH 0/1] [linux-yocto-3.0] boot-live.cfg: enable BLK_DEV_INITRD in kernel

2012-09-20 Thread Mihai Lindner
On 2012-09-20 05:38, Tom Zanussi wrote: > On Wed, 2012-09-19 at 19:56 -0400, Bruce Ashfield wrote: >> On 12-09-19 04:54 PM, Mihai Lindner wrote: >>> On 2012-09-19 23:32, Bruce Ashfield wrote: >>>> On 12-09-19 04:22 PM, Bruce Ashfield wrote: >>>>&

Re: [yocto] Cannot do atom-pc build with meta-cedartrail

2012-09-27 Thread Mihai Lindner
_ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto > > That's a bug alright. It seems the overall SRC_URI of linux-yocto is overwritten by meta-cedartrail

Re: [yocto] Cannot do atom-pc build with meta-cedartrail

2012-10-02 Thread Mihai Lindner
x27;ve been frequently flipping between atom-pc and cedartrail and > this was getting annoying. > > Ross > > > Unfortunately this change breaks SRC_URI appends, discarded or overwritten; e.g. adding meta-tlk brings no change to SRC_URI. -- Mihai Lindner ___

Re: [yocto] Cannot do atom-pc build with meta-cedartrail

2012-10-03 Thread Mihai Lindner
On 2012-10-02 19:02, Tom Zanussi wrote: > On Tue, 2012-10-02 at 18:00 +0300, Mihai Lindner wrote: >> On 2012-09-29 23:50, Ross Burton wrote: >>> On Thursday, 27 September 2012 at 18:07, Tom Zanussi wrote: >>>> Yeah, looks like the other SRC_URIs do that, but it's

[yocto] [PATCH 0/1] meta-tlk: fix ignored SRC_URI appends

2012-10-04 Thread Mihai Lindner
Fix SRC_URI appends ignored by meta-cedartrail and meta-crownbay. Used SRC_URI_append instead of SRC_URI. Also placed all variables in an .inc file to be required by all linux-yocto recipes in here, since all versions use the same. [YOCTO #3217] Signed-off-by: Mihai Lindner --- The following

[yocto] [PATCH 1/1] meta-tlk: fix ignored SRC_URI appends

2012-10-04 Thread Mihai Lindner
Fix SRC_URI appends ignored by meta-cedartrail and meta-crownbay. Used SRC_URI_append instead of SRC_URI. Also placed all variables in an .inc file to be required by all linux-yocto recipes in here, since all versions use the same. [YOCTO #3217] Signed-off-by: Mihai Lindner --- meta-tlk

Re: [yocto] [PATCH 1/1] meta-tlk: fix ignored SRC_URI appends

2012-10-05 Thread Mihai Lindner
On 2012-10-04 20:51, Paul Eggleton wrote: > Hi Mihai, > > On Thursday 04 October 2012 20:47:08 Mihai Lindner wrote: >> Fix SRC_URI appends ignored by meta-cedartrail and meta-crownbay. Used >> SRC_URI_append instead of SRC_URI. >> Also placed all variables in an .inc

[yocto] [PATCH 0/1] meta-tlk: fix ignored SRC_URI appends

2012-10-05 Thread Mihai Lindner
Fix SRC_URI appends ignored by meta-cedartrail and meta-crownbay. Used SRC_URI_append instead of SRC_URI. Also placed all variables in an .inc file to be required by all linux-yocto recipes in here, since all versions use the same. [YOCTO #3217] Signed-off-by: Mihai Lindner --- The following

[yocto] [PATCH 1/1] meta-tlk: fix ignored SRC_URI appends

2012-10-05 Thread Mihai Lindner
Fix SRC_URI appends ignored by meta-cedartrail and meta-crownbay. Used SRC_URI_append instead of SRC_URI. Also placed all variables in an .inc file to be required by all linux-yocto recipes in here, since all versions use the same. [YOCTO #3217] Signed-off-by: Mihai Lindner --- meta-tlk

[yocto] [PATCH 1/1] meta-tlk: fix ignored SRC_URI appends

2012-10-05 Thread Mihai Lindner
Fix SRC_URI appends ignored by meta-cedartrail and meta-crownbay. Used SRC_URI_append instead of SRC_URI. Also placed all variables in an .inc file to be required by all linux-yocto recipes in here, since all versions use the same. [YOCTO #3217] Signed-off-by: Mihai Lindner --- meta-tlk

Re: [yocto] [PATCH 1/1] meta-tlk: fix ignored SRC_URI appends

2012-10-05 Thread Mihai Lindner
On 2012-10-05 14:51, Richard Purdie wrote: > On Fri, 2012-10-05 at 14:20 +0300, Mihai Lindner wrote: >> Fix SRC_URI appends ignored by meta-cedartrail and meta-crownbay. Used >> SRC_URI_append instead of SRC_URI. >> Also placed all variables in an .inc file to be required

[yocto] [PATCH 0/1] meta-tlk: fix included file name

2012-10-06 Thread Mihai Lindner
PN in linux-yocto-tlk.inc takes the .inc file name and becomes linux-yocto-tlk. Renamed to linux-yocto_tlk.inc to avoid confusions. Related to: [YOCTO #3217] Signed-off-by: Mihai Lindner --- The following changes since commit 7228f6b0c81817c8a8455ea78271abfd5d66fed8: meta-tlk: fix ignored

[yocto] [PATCH 1/1] meta-tlk: fix included file name

2012-10-06 Thread Mihai Lindner
PN in linux-yocto-tlk.inc takes the .inc file name and becomes linux-yocto-tlk. Renamed to linux-yocto_tlk.inc to avoid confusions. Related to: [YOCTO #3217] Signed-off-by: Mihai Lindner --- meta-tlk/recipes-kernel/linux/linux-yocto_3.0.bbappend | 2 +- meta-tlk/recipes-kernel

Re: [yocto] .bashrc not being used by root account

2012-10-17 Thread Mihai Lindner
://lists.yoctoproject.org/listinfo/yocto -- Mihai Lindner ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] .bashrc not being used by root account

2012-10-19 Thread Mihai Lindner
help! Jonathan From: yocto-boun...@yoctoproject.org [yocto-boun...@yoctoproject.org] on behalf of Mihai Lindner [mihaix.lind...@linux.intel.com] Sent: Wednesday, October 17, 2012 02:29 To: yocto@yoctoproject.org Subject: Re: [yocto] .bashrc not being used by root account On 10/17/2012 09:25 AM,