[yocto] Switching between stable gcc versions

2012-08-03 Thread Elvis Dowson
Hi, In poky master, the current version of gcc is 4.7.2. If I have a situation, where I need to revert back to using gcc-4.5.1, how can I do this cleanly? Perhaps some of the issues that I'm facing with getting my root filesystem image booting on my Xilinx ML507 development board

Re: [yocto] Switching between stable gcc versions

2012-08-03 Thread Khem Raj
On Aug 2, 2012, at 11:37 PM, Elvis Dowson elvis.dow...@gmail.com wrote: Hi, In poky master, the current version of gcc is 4.7.2. If I have a situation, where I need to revert back to using gcc-4.5.1, how can I do this cleanly? Perhaps some of the issues that I'm facing with

Re: [yocto] Switching between stable gcc versions

2012-08-03 Thread Elvis Dowson
Hi, On Aug 3, 2012, at 2:19 PM, Khem Raj wrote: On Aug 2, 2012, at 11:37 PM, Elvis Dowson elvis.dow...@gmail.com wrote: Hi, In poky master, the current version of gcc is 4.7.2. If I have a situation, where I need to revert back to using gcc-4.5.1, how can I do this cleanly?

Re: [yocto] build error pandaboard on master

2012-08-03 Thread Gary Thomas
On 2012-08-03 07:19, Edward Vidal wrote: Hello, I too am interested in the pandaboard with yacto. I added meta-ti to conf/bblayes.conf I have tried master and git branch 30fb40. Did you have to make any changes to meta-ti? I get the following MACHINE=pandaboard bitbake -v core-image-sato

[yocto] build error pandaboard on master

2012-08-03 Thread Edward Vidal
Hello On 2012-08-03 07:19, Edward Vidal wrote: * Hello,** I too am interested in the pandaboard with yacto.** I added meta-ti to conf/bblayes.conf** I have tried master and git branch 30fb40.** Did you have to make any changes to meta-ti?** I get the following** MACHINE=pandaboard bitbake -v

Re: [yocto] build error pandaboard on master

2012-08-03 Thread Gary Thomas
On 2012-08-03 07:59, Edward Vidal wrote: Hello On 2012-08-03 07:19, Edward Vidal wrote: / Hello, // I too am interested in the pandaboard with yacto. // I added meta-ti to conf/bblayes.conf // I have tried master and git branch 30fb40. // Did you have to make any changes to meta-ti? //

[yocto] Fwd: build error pandaboard on master

2012-08-03 Thread Edward Vidal
Forwarded conversation Subject: build error pandaboard on master From: *Edward Vidal* vidal.devel...@gmail.com Date: Fri, Aug 3, 2012 at 7:19 AM To: yocto@yoctoproject.org Hello, I too am interested in the pandaboard with yacto. I added meta-ti to conf/bblayes.conf I

Re: [yocto] [PATCH 0/1] [KERNEL] meta: New Crystal Forest Machine Branch

2012-08-03 Thread Bruce Ashfield
On 12-08-02 02:35 PM, kishore.k.bo...@intel.com wrote: From: Kishore Bodkekishore.k.bo...@intel.com Hi, This is a revised patch set is for creating the new Crystal Forest Machine. Crystal Forest Machine is Sandybridge CPU with Cave Creek Chipset. This machine is based on

Re: [yocto] Manually fetching files (and disabling the sanity-checker)

2012-08-03 Thread Tim Bird
On 07/18/2012 05:22 PM, Saul Wold wrote: On 07/18/2012 04:50 PM, Tim Bird wrote: Hi all, I've given up trying to work around Sony's firewall. After repeated attempts I still can't get any 'git:'-based URLS to work through the firewall. I vaguely recall the last time I worked on this (about

Re: [yocto] Manually fetching files (and disabling the sanity-checker)

2012-08-03 Thread Stewart, David C
From: yocto-boun...@yoctoproject.org [mailto:yocto- boun...@yoctoproject.org] On Behalf Of Tim Bird Sent: Friday, August 03, 2012 10:07 AM Just to report back, I successfully used this and the instructions Michael Halstead provided, from https://lists.yoctoproject.org/pipermail/yocto/2012-

[yocto] Yocto Project feature/bug priority definition and related planning changes

2012-08-03 Thread Liu, Song
Hi All, A while ago, we moved our features into the Bugzilla system and made managing bugs and features easier. But since then, we have been maintaining two sets of priority definitions for bugs and features. As we are using iterative process, we always learn, adjust and improve as we move

[yocto] meta-toolchain error with latest gcc commit: rpm-createsolvedb.py: command not found

2012-08-03 Thread Elvis Dowson
Hi, I just thought of updating my gcc recipe locally to the latest commit, as follows: diff --git a/meta/recipes-devtools/gcc/gcc-4.7.inc b/meta/recipes-devtools/gcc/gcc-4.7.inc index 4905155..d2ce75a 100644 --- a/meta/recipes-devtools/gcc/gcc-4.7.inc +++

Re: [yocto] meta-toolchain error with latest gcc commit: rpm-createsolvedb.py: command not found

2012-08-03 Thread Khem Raj
On Aug 3, 2012, at 12:07 PM, Elvis Dowson elvis.dow...@gmail.com wrote: When I run bitbake meta-toolchain, I get the following error: rpm-createsolvedb.py: command not found yes I have similar problems. see

Re: [yocto] meta-toolchain error with latest gcc commit: rpm-createsolvedb.py: command not found

2012-08-03 Thread Martin Jansa
On Fri, Aug 03, 2012 at 01:15:32PM -0700, Khem Raj wrote: On Aug 3, 2012, at 12:07 PM, Elvis Dowson elvis.dow...@gmail.com wrote: When I run bitbake meta-toolchain, I get the following error: rpm-createsolvedb.py: command not found yes I have similar problems. see

Re: [yocto] Unable to get serial console login prompt - PowerPC 440 Virtex 5 processor

2012-08-03 Thread Elvis Dowson
Hi, On Aug 4, 2012, at 1:30 AM, Elvis Dowson wrote: I'll try to switch back to a non-static bash, and try booting the core-image-minimal filesystem once again. Switching back to the core-image-default non-static bash version, didn't work. I get no bash prompt, even through I specified

Re: [yocto] Unable to get serial console login prompt - PowerPC 440 Virtex 5 processor

2012-08-03 Thread Tim Bird
On 08/03/2012 03:05 PM, Elvis Dowson wrote: Hi, On Aug 4, 2012, at 1:30 AM, Elvis Dowson wrote: I'll try to switch back to a non-static bash, and try booting the core-image-minimal filesystem once again. Switching back to the core-image-default non-static bash version, didn't work. I

Re: [yocto] Unable to get serial console login prompt - PowerPC 440 Virtex 5 processor

2012-08-03 Thread Khem Raj
On Aug 3, 2012, at 3:05 PM, Elvis Dowson elvis.dow...@gmail.com wrote: Hi, On Aug 4, 2012, at 1:30 AM, Elvis Dowson wrote: I'll try to switch back to a non-static bash, and try booting the core-image-minimal filesystem once again. Switching back to the core-image-default non-static