Re: [yocto] Supporting upcoming distribution releases

2011-07-19 Thread NiQingliang
Oh, sorry, I have found the git tree of openembedded-core. On Wed, 2011-07-20 at 10:31 +0800, NiQingliang wrote: > update accroding your suggestion. > This patch is for bitbake indeed, but bitbake is not part of > openembedded. Is it RIGHT? > > > diff --git a/oe-init-build-e

Re: [yocto] Supporting upcoming distribution releases

2011-07-19 Thread NiQingliang
"ERROR: unable to find Python 2.x, BitBake requires Python 2.6 or + fi + unset PYTHON2_BIN + fi + [ -n "$BUILDDIR" ] && cd $BUILDDIR fi On Wed, 2011-07-20 at 09:13 +0800, Joshua Lock wrote: > On Thu, 2011-07-14 at 09:34 +0800, NiQingliang wrote: > >

Re: [yocto] toolchain queries

2011-07-14 Thread NiQingliang
may be meta/conf/machine/include. On Fri, 2011-07-15 at 10:36 +0800, Kumar Gala wrote: > Where is the best place to ask questions and try and get support for adding > some toolchain variations in? > > I'm wanting to add support in for a few different flavors of PPC that are not > currently supp

Re: [yocto] Supporting upcoming distribution releases

2011-07-13 Thread NiQingliang
n't find python 2.x." + fi + unset PYTHON2_BIN + fi + [ -n "$BUILDDIR" ] && cd $BUILDDIR fi On Thu, 2011-07-14 at 01:01 +0800, Darren Hart wrote: > > On 07/13/2011 01:04 AM, NiQingliang wrote: > > first sorry about that, indeed I don't kno

Re: [yocto] Supporting upcoming distribution releases

2011-07-13 Thread NiQingliang
You are right, I will fix it. On Thu, 2011-07-14 at 01:01 +0800, Darren Hart wrote: > > On 07/13/2011 01:04 AM, NiQingliang wrote: > > first sorry about that, indeed I don't know how to commit a patch, so > > just paste the diff result here. > > > > diff --git

Re: [yocto] Supporting upcoming distribution releases

2011-07-13 Thread NiQingliang
quot;$BUILDDIR" ] && cd $BUILDDIR fi On Wed, 2011-07-13 at 10:31 +0800, Joshua Lock wrote: > On Wed, 2011-07-13 at 10:19 +0800, NiQingliang wrote: > > /usr/bin/env python2 > > /usr/bin/env python2.7 > > These are both valid on Fedora 15, iirc before distributions

Re: [yocto] Supporting upcoming distribution releases

2011-07-12 Thread NiQingliang
OK, I will do it.:) On Wed, 2011-07-13 at 10:31 +0800, Joshua Lock wrote: > On Wed, 2011-07-13 at 10:19 +0800, NiQingliang wrote: > > /usr/bin/env python2 > > /usr/bin/env python2.7 > > These are both valid on Fedora 15, iirc before distributions started > shipping Python

Re: [yocto] Supporting upcoming distribution releases

2011-07-12 Thread NiQingliang
ctory into env var "PATH". On Wed, 2011-07-13 at 10:08 +0800, Joshua Lock wrote: > On Wed, 2011-07-13 at 09:15 +0800, NiQingliang wrote: > > I think Archlinux is the preferred choice.-_- > > Just joke. > > > > I doubt why the bitbake need python2.x but just use

Re: [yocto] Supporting upcoming distribution releases

2011-07-12 Thread NiQingliang
I think Archlinux is the preferred choice.-_- Just joke. I doubt why the bitbake need python2.x but just use /bin/env python. I think If it need a specific version python, it should write it in the shebang. e.g. /bin/env python2.6 On Wed, 2011-07-13 at 05:08 +0800, Richard Purdie wrote: > On Tue,

Re: [yocto] dependency gui problem

2011-07-01 Thread NiQingliang
er. On Fri, 2011-07-01 at 16:44 +0800, Cui, Dexuan wrote: > NiQingliang wrote: > > I have changed that code section, and solved my problem, but I don't > > know if it is the right way. > > > > if isinstance(event, bb.event.CacheLoadCompleted): > >

Re: [yocto] dependency gui problem

2011-06-30 Thread NiQingliang
I have not found the email adress of bitbake's developer, does anyone know? On Fri, 2011-07-01 at 11:13 +0800, NiQingliang wrote: > I have changed that code section, and solved my problem, but I don't > know if it is the right way. > > if isinstance(event, bb.ev

Re: [yocto] dependency gui problem

2011-06-30 Thread NiQingliang
leted): pbar.hide() continue On Fri, 2011-07-01 at 10:45 +0800, NiQingliang wrote: > I have looked the fiel depexp.py, and have some doubt: > > why in "ParseCompleted", the progress bar will hide, but in > "CacheLoadCompleted", it wil

Re: [yocto] dependency gui problem

2011-06-30 Thread NiQingliang
ue On Fri, 2011-07-01 at 09:47 +0800, NiQingliang wrote: > Oh, sorry, I have fixed some bug in my description:-) > > I'm using python2.7 > > I have setup a new file named "python" in build dir, whose content like > that: > #!/bin/bash > /usr/bin/env pyth

Re: [yocto] dependency gui problem

2011-06-30 Thread NiQingliang
f I issue the cmd second time, "loading cache" window will hang. On Fri, 2011-07-01 at 09:34 +0800, NiQingliang wrote: > I'm using python2.7 > > I have setup a new file named "python" in build dir, whose content like > that: > #!/bin/bash > /usr/bin

Re: [yocto] dependency gui problem

2011-06-30 Thread NiQingliang
1-07-01 at 07:55 +0800, Saul Wold wrote: > On 06/29/2011 08:18 PM, NiQingliang wrote: > > I have added "-DDD -v", after close window "loading cache" manually, the > > bitbake exited, and then I can see some DEBUG info on shell, but there > > is no clue. >

[yocto] mpc8315 ubifs fail

2011-06-30 Thread NiQingliang
hello, does any one tested rootfs formats execpt the default "tar.gz" on mpc8315? I added follow sentence in mpc8315e-rdb.conf IMAGE_FSTYPES += "ubifs" and get follow error. NOTE: package core-image-minimal-1.0-r0: task do_rootfs: Started ERROR: '/media/Datum/yocto/poky/meta/recipes-core/image

Re: [yocto] dependency gui problem

2011-06-29 Thread NiQingliang
I have added "-DDD -v", after close window "loading cache" manually, the bitbake exited, and then I can see some DEBUG info on shell, but there is no clue. how to dig out where it hangs:-( On Thu, 2011-06-30 at 10:57 +0800, Cui, Dexuan wrote: > NiQingliang wrote: >

Re: [yocto] dependency gui problem

2011-06-29 Thread NiQingliang
once builded, is after executed "bitbake core-image-minimal" and generated the final image. On Thu, 2011-06-30 at 10:18 +0800, Cui, Dexuan wrote: > , and set env, follow cmd works normally. > > bitbake -g -u depexp core-image-minimal > > > > but once builded, the cmd works abnormal, the symptom li

[yocto] dependency gui problem

2011-06-29 Thread NiQingliang
help thanks! after make build dir, and set env, follow cmd works normally. bitbake -g -u depexp core-image-minimal but once builded, the cmd works abnormal, the symptom like that: the "loading cache" window goes 100% quickly, but after that, the window always be there, and the parent wind

Re: [yocto] the mpc8315's compile option

2011-06-22 Thread NiQingliang
done! http://bugzilla.pokylinux.org/show_bug.cgi?id=1192 but it is the first time for me to use bugzilla, so if some misplay, let me know, thanks! On Thu, 2011-06-23 at 10:46 +0800, Bruce Ashfield wrote: > On 11-06-22 9:55 PM, NiQingliang wrote: > > mpc8315's core is e300c3,

[yocto] the mpc8315's compile option

2011-06-22 Thread NiQingliang
mpc8315's core is e300c3, why use "tune-ppc603e.inc"? I think there should be an file named "tune-ppce300c3.inc"? I can find it in openembedded. -- 倪庆亮 TEL:13588371863 E-MAIL: niqingli...@insigma.com.cn BLOG: http://niqingliang2003.wordpress.com _

[yocto] the yocto under archlinux

2011-06-19 Thread NiQingliang
Hello, Is there someone using archlinux? Under archlinux, the "env python" is pointing to python3, which result in the bitbake's failure. What I can do? I want use "env python=python2", but it doesn't work. THANKS! -- 倪庆亮 TEL:13588371863 E-MAIL: niqingli...@in