>From: Frans Meulenbroeks
>Sent: Thursday, November 25, 2010 4:21 AM
>
>Mark, thanks for your reply!
>
>2010/11/24 Mark Hatle :
>> On 11/24/10 1:36 PM, Frans Meulenbroeks wrote:
>>> I was trying to build poky-image-minimal (git head of nov 20).
>>> | Processing task-poky-boot...
>>> | Processing rp
On 11/24/2010 06:30 PM, sachin kumar wrote:
Hello Scott:
I want to run linux on powerpc on qemu. My host machine is running Fedora13.
For that i have downloaded following from yocto project website.
Disk Image: yocto-image-minimal-qemuppc-0.9.rootfs.ext3
Kernel Image : zImage-2.6.34-qemuppc-0.
Kumar,
I just download the exact same set on my Ubuntu 10.04 (I know many people
are using F13, so I'm sure it's a pretty stable distro for Yocto to be run
on) and everything works, here's my output:
jzh...@jzhang-desktop:/opt/poky$ source environment-setup-ppc603e-poky-linux
jzh...@jzhang-des
Meilei and I take a further look, the reason is that
"meta/recipes-devtools/patch/patch_2.5.9.bb" has hardcoded SRC_URI =
"${GNU_MIRROR}/patch/patch-2.5.4.tar.gz", so the SRC version (2.5.4) does not
matched with recipe file version (2.5.9).
Not sure if it is on purpose or a typo, so send it o
Hi Nitin,
I am adding the license file MD5sum information to recipe, but I find
the recipe "patch_2.5.9.bb" downloaded the source file from
"patch-2.5.4.tar.gz", this will result in the COPYING file MD5sum is not match
with the bitbake calculate. I find you are the maintainer ,so can you
Hello Scott:
I want to run linux on powerpc on qemu. My host machine is running Fedora13.
For that i have downloaded following from yocto project website.
Disk Image: yocto-image-minimal-qemuppc-0.9.rootfs.ext3
Kernel Image : zImage-2.6.34-qemuppc-0.9.bin
Toolchain: yocto-eglibc-i586-powerpc-too
Hi
I did same but still same problem.
I have also copied Disk "yocto-image-minimal-qemuppc-0.9.rootfs.ext3" and
"Kernel Image : zImage-2.6.34-qemuppc-0.9.bin" in the /opt/poky directory
To run qemu i am using following commands
[sac...@sachinlinux poky]$ source environment-setup-ppc603e-poky-
On 11/24/10 4:05 PM, Frans Meulenbroeks wrote:
> 2010/11/24 Mark Hatle :
>
>> The files in question would be tmp/deploy/rpm/mips/rpm-5.1.10-r7.mips.rpm (or
>> similar)
>>
>> That should exist.. If it doesn't something went wrong with the build of the
>> package.
>>
>> If it does, look in the dire
2010/11/24 Mark Hatle :
> The files in question would be tmp/deploy/rpm/mips/rpm-5.1.10-r7.mips.rpm (or
> similar)
>
> That should exist.. If it doesn't something went wrong with the build of the
> package.
>
> If it does, look in the directory (that has the RPM package) for a directory
> called
On 11/24/2010 08:26 AM, sachin kumar wrote:
Dear All:
Please let me know if there is proper documentation of using poky qemu
for running linux on powerpc platform.
Hi Sachin,
Our Quick Start guide has been updated to reflect the addtional
arguments required by the poky-qemu script; see the e
On 11/24/10 2:21 PM, Frans Meulenbroeks wrote:
> Mark, thanks for your reply!
>
> 2010/11/24 Mark Hatle :
>> On 11/24/10 1:36 PM, Frans Meulenbroeks wrote:
>>> I was trying to build poky-image-minimal (git head of nov 20).
>>> | Processing task-poky-boot...
>>> | Processing rpm...
>>> | Unable to
Mark, thanks for your reply!
2010/11/24 Mark Hatle :
> On 11/24/10 1:36 PM, Frans Meulenbroeks wrote:
>> I was trying to build poky-image-minimal (git head of nov 20).
>> | Processing task-poky-boot...
>> | Processing rpm...
>> | Unable to find package rpm!
>> | ERROR: Task failed: ('function do_r
On 11/24/10 1:36 PM, Frans Meulenbroeks wrote:
> I was trying to build poky-image-minimal (git head of nov 20).
> | Processing task-poky-boot...
> | Processing rpm...
> | Unable to find package rpm!
> | ERROR: Task failed: ('function do_rootfs failed',
> '/home/frans/poky/poky/build/tmp/work/sheeva
I was trying to build poky-image-minimal (git head of nov 20).
Host: opensuse 11.2
target: sheevaplug (I added the machine config and kernel from openembedded)
However creating the rootfs fails because it is unable to find package rpm
| Generating solve db for /home/frans/poky/poky/build/tmp/deplo
Hmm, somehow had the impression that your issue is relsoved, if not, sorry
for the delay on getting back to you...
under /opt/poky do...
1. source environment-setup-ppc603e-poky-linux
2. poky-qemu qemuppc absolute-path/zImage-2.6.34.qemuppc-0.9.bin
absolute-path/yocto-image-minimal-qemuppc-0.
Dear All:
Please let me know if there is proper documentation of using poky qemu for
running linux on powerpc platform.
Regards
Sachin
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto
Please help me i am still having same issue.
On Fri, Nov 12, 2010 at 5:01 PM, sachin kumar wrote:
> Hi:
>
> i am sorry, again i am getting same message.
>
> Regards
> Sachin
>
> On 11/12/10, Zhang, Jessica wrote:
> > Hi Sachin,
> >
> > under /opt/poky, can you do the following in exact sequence
Thanks,
I will try.
2010/11/24 Mark Hatle :
> I've seen issues in the past where long symlinks have caused problems. It's
> either a length limitation in the filesystem or Linux itself. I never
> bothered
> to track it down.
>
> The way I resolved it was to switch from absolute links to relati
I've seen issues in the past where long symlinks have caused problems. It's
either a length limitation in the filesystem or Linux itself. I never bothered
to track it down.
The way I resolved it was to switch from absolute links to relative.. but I'm
not sure that is possible in the first exampl
Richard, is this the same task you list in 1.0 plan? It looks that we can
leverage it. :-)
Thanks
Kevin
>From: Xu, Dongxiao
>Sent: Wednesday, November 24, 2010 4:45 PM
>
>FYI, bitbake parallel parsing is enabled, which can greatly reduce the file
>parsing time.
>There are some data test result
On Wed, 2010-11-24 at 02:50 -0700, Gary Thomas wrote:
> On 11/24/2010 01:45 AM, Xu, Dongxiao wrote:
> > FYI, bitbake parallel parsing is enabled, which can greatly reduce the file
> > parsing time.
> > There are some data test result in OE's following mails.
> >
> > Bitbake 1.10: 3m2.185s
> > para
On 11/24/2010 01:45 AM, Xu, Dongxiao wrote:
FYI, bitbake parallel parsing is enabled, which can greatly reduce the file
parsing time.
There are some data test result in OE's following mails.
Bitbake 1.10: 3m2.185s
parallel-parsing (BB_NUM_PARSE_THREADS=num_cpu): 1m48.232s parallel-parsing
(BB_
FYI, bitbake parallel parsing is enabled, which can greatly reduce the file
parsing time.
There are some data test result in OE's following mails.
Bitbake 1.10: 3m2.185s
parallel-parsing (BB_NUM_PARSE_THREADS=num_cpu): 1m48.232s parallel-parsing
(BB_NUM_PARSE_THREADS=2*num_cpu): 1m1.869s
Thanks
23 matches
Mail list logo