IRC log for #oe on 20071128

00:01.57pH5:) good night
00:18.04cdbot2* * OE Bug 3378 has been created by andrea.adami(AT)gmail.com
00:18.06cdbot2* * gmp-native-4.2.1-r2 fails to compile
00:18.08cdbot2* * http://bugs.openembedded.org/show_bug.cgi?id=3378
00:18.14joschI'm trying to compile wesnoth within an openembedded overlay and I managed to automatically call the autogen script after svn checkout but got stuck with the configure option for the host architecture
00:18.31joschto test I specified armv4t but get this error:
00:18.39josch| checking host system type... Invalid configuration `armv4t': machine `armv4t' not recognized
00:18.58joschwhat could be the right option?
00:25.52joschit is armv4t-angstrom-linux-gnueabi
00:27.47*** join/#oe wrobbie (n=rob@cm38.kappa85.maxonline.com.sg)
00:29.23rwhitbypH5's patch fixed the kernel size problem on 2.6.23
00:30.58Fiquerwhitby: what machine were you building 2.6.23 for?
00:31.09rwhitbyixp4xx
00:31.55Fiquerwhitby: was the bug, machine, distro or linux 2.6.23 specific?
00:32.39Fiquereason I ask is cause i've been builing 2.6.23 for the Compulab Platform with no issues
00:43.59rwhitbyFique: seems to be linux-2.6.23 on arm
00:44.23rwhitbyand I think it may be gcc version or oabi/eabi specific
00:44.47Fiquecool
00:45.03FiqueI think i'll take a deeper look at my setup and see if there may be some danger areas
00:45.58*** join/#oe lemnisca (n=emma@feculent.zith.net)
00:47.32joschI still get the error | /media/data/moko/build/tmp/staging/x86_64-linux/bin/python: can't open file 'setup.py': [Errno 2] No such file or directory
00:47.43joschwhen compiling my code with bitbake
00:47.46lemniscahello, i am getting this error when i run bitbake, does anyone know how to fix it? http://rafb.net/p/UwSRQQ26.html
00:47.58joschbut there is no reference to any setup.py in my sourcecode
00:47.59*** join/#oe sakoman_ (n=steve@static-70-97-46-22.dsl1.pco.ca.frontiernet.net)
00:52.32joschthere is a setup.py in my bitbake folder - does it want to have this one? what am I doing wrong??
00:55.57Fiquelemnisca: I'm no expert... but maybe an incompatible python interpreter?
00:56.11lemniscahmm, which one should i be using then?
00:56.19Fiquei'm trying to find what I am using right now
00:56.45lemniscaok, thanks
00:57.24lemniscathe website just says python 2.4.0 or later
00:57.26FiqueLemnisca: i'm using version 2.5.1, while it looks like you may be using 2.4
00:57.49lemniscaok, well, i will try upgrading it and see it that helps
00:57.52FiqueLemnisca: like I said, i'm no expert... but its my first guess on wierd syntax issues with python itself
00:57.59lemniscanod, ok
00:58.02lemniscai'll give it a go, thanks
00:58.13*** join/#oe chouimat|Zzzz (n=dieu@kde/developer/chouinard)
00:58.46FiqueJosch: which task is failing when looking for setup.py?
00:58.53Fiquedo_compile?
00:58.57joschjop
01:00.20joschand I do not know where this comes from
01:00.49*** join/#oe dijenerate (n=dijenera@72.22.144.160)
01:04.22*** join/#oe benlau2 (n=benlau@202.155.224.133)
01:07.36*** join/#oe greentux_ (n=lemke@Z56af.z.pppool.de)
01:07.45joschI know that bitbake uses a setup.py but why can't it be found?
01:07.58Fiquethats whats confusing
01:08.12Fiqueyou have your environment variables set, otherwise bitbake wouldnt execute
01:08.21*** join/#oe aCiDBaSe (n=osantana@201.70.164.29)
01:08.28joschand I can execute any other bb files without errors
01:08.30Fiquebut its looking for random stuff in the staging area, which is out of whack
01:09.25hvontres|workjosch: which .bb file is it failing on?
01:09.46joschI created a custom one - will post it on pastebin
01:10.13Fiqueonly thing I can think of is that the compile for your custom package is trying to execute its own python scripts
01:10.28Fiqueand may be looking for something thats not setup in your staging
01:10.38joschhttp://pastebin.ca/800017
01:12.16joschI'm new to bitbake recipes and successfully used this bitbake file: http://pastebin.ca/800021 from which I copied everything
01:12.44hvontres|workjosch: #
01:12.54joschhvontres|work, ??
01:13.05Fiqueheh is this game good?
01:13.07hvontres|workinherit distutils is what is pulling in setup.py I think
01:13.15joschah thx
01:13.28hvontres|workgota run
01:17.10joschwohoo! this was it!
01:17.31joschnow another strange issue
01:17.59joschthe bb will only work if I set SRCREV_pn-python-gsmd ?= "21988" instead of SRCREV_pn-python-gsmd ?= "${AUTOREV}"
01:18.13joschautorev worked in my other bb file - why not there?
01:19.06*** join/#oe tchnk2|afk (n=hwtechni@80.78.249.202)
01:23.43*** join/#oe xjqian (n=gordon@24-107-180-75.dhcp.stls.mo.charter.com)
01:25.04*** join/#oe rwhitby (n=rwhitby@nslu2-linux/rwhitby)
01:32.03joschis there anything important missing: http://pastebin.ca/800037
01:32.35joschlog.do_configure just sais: nothing to configure
01:32.56joschs/sais/says/
01:33.43joschdo_compile takes no time and does also nothing
01:34.27joschshouldn't bitbake just run ./configure, make and make install?
01:35.06joschwhy does it say "nothing to compile/configure" in the log?
01:35.37joschdo_install even says: *** No rule to make target `install'
01:36.53joschFique, yeah this game is great and since the neo1973 has 640x480 resolution and the game is playable with only the left mouse button even touchscreen gaming might be possible
01:37.35joschI'm just stuck with bitbake atm
01:44.44*** join/#oe drmikecrowe (n=drmikecr@208.104.23.34)
01:48.24*** join/#oe summatusmentis (n=summatus@umm-yrless170.morris.umn.edu)
01:52.01*** join/#oe mithro (n=tim@eth3421.qld.adsl.internode.on.net)
01:54.28*** join/#oe aloisiojr (n=aloisio@189.70.53.38)
01:57.23*** part/#oe dfoley (n=dfoley@s142-179-108-133.bc.hsia.telus.net)
02:01.43*** join/#oe CP|home_ (n=nobody@www.crouse-house.com)
02:02.24*** join/#oe Timelord (n=TL@16.8c.d12c.cidr.airmail.net)
02:05.27*** join/#oe mwester-road (n=chatzill@cmr-208-97-118-162.cr.net.cable.rogers.com)
02:09.35*** join/#oe summatusmentis (n=summatus@umm-yrless170.morris.umn.edu)
02:10.41*** join/#oe summatusmentis (n=summatus@umm-yrless170.morris.umn.edu)
02:10.57*** join/#oe Timelord (n=TL@16.8c.d12c.cidr.airmail.net)
02:14.46lemniscaok, i have upgraded python and still the same error
02:15.52lemniscahttp://rafb.net/p/wN6zFK77.html
02:47.04*** join/#oe rd_ (n=dr@vnsecurity.net)
02:51.34*** join/#oe greentux (n=lemke@Z4fd8.z.pppool.de)
02:53.44*** join/#oe d1 (n=dr@vnsecurity.net)
03:00.13*** join/#oe wick728 (n=jornix@63.135.135.198)
03:07.34otavioIs someone available to commit a new cmake recipe? I've updated it and moved common items to a .inc file
03:08.51Zero_Chaosotavio: you should add it to the bug tracker.
03:18.58*** join/#oe mzb_d800 (n=mzb@ppp108-88.static.internode.on.net)
03:24.44Zero_Chaosotavio: from experience, don't hold you breath
03:25.31otaviohehe
03:26.41otavioZero_Chaos: I'm still getting used to OE and then I'm starting to find things that I could help. Since I'm starting to use it, I'd like to share the improvements/fixes I've done locally ...
03:27.13otavioZero_Chaos: but I'll wait a little before send more bugs... at least until someone comment on the bugs I've sent already
03:27.42otavioZero_Chaos: I'm using stgit to control the patch queue, so is easy to stay on sync ;-)
03:29.52otavioZero_Chaos: or, if it takes too much, make my changed tree available somewhere
03:31.19Zero_Chaosotavio: if I were you, I would put my patches on the bug tracker.
03:32.35otavioZero_Chaos: will do
03:38.48*** part/#oe Fique (n=tkazi@167.216.14.194)
04:13.55*** join/#oe lrg (n=liam@ip-80-226-9-184.vodafone-net.de)
04:18.01*** join/#oe wicked (n=wicked@63.135.135.198)
04:19.22*** join/#oe mhnoyes (n=mhnoyes@adsl-76-254-1-47.dsl.pltn13.sbcglobal.net)
04:33.48*** join/#oe bluelightning (n=blueligh@122-57-172-229.jetstream.xtra.co.nz)
04:37.55*** join/#oe csmanx (n=csman@bas6-montrealak-1128554066.dsl.bell.ca)
04:44.22*** join/#oe hvontres|home (n=hvontres@adsl-75-13-98-138.dsl.sndg02.sbcglobal.net)
05:00.20Zero_ChaosXorA|gone: PING
05:00.49Zero_Chaosanyone that knows how to work a Default_Preference=-1 and force ${AUTOREV} at the same time?
05:02.59otavioZero_Chaos: you can use the prefered version
05:05.21*** join/#oe hvontres1home (n=hvontres@adsl-75-13-98-138.dsl.sndg02.sbcglobal.net)
05:08.38Zero_Chaosyeah I was having issue with that, but I got it now :-)
05:09.00Zero_Chaoswell, half of it anyway
05:09.12Zero_Chaoscan you give me an example of how to force autorev?
05:10.36otavioZero_Chaos: autorev I don't know
05:10.48otavioZero_Chaos: I'm using _git packages and they does work
05:10.50Zero_Chaosdamn, nor do I :-)
05:10.59Zero_Chaosdepends on the designer ;-)
05:11.13otaviohaha
05:12.08otavioZero_Chaos: SRCREV_pn-libmokogsmd2 ?= "${AUTOREV}"
05:12.19otavioZero_Chaos: so it use it by default
05:12.38Zero_Chaosyeah like that, only I have no ? just the =
05:12.40Zero_Chaoshmm
05:12.44Zero_Chaosmaybe that is my issue?
05:12.59Zero_Chaosshouldn't be though, but hell, what do I know. let's find out
05:13.01otavioZero_Chaos: it's to use your value, if you set and autorev if not
05:13.20otavioZero_Chaos: then on .bb packages/openmoko2/openmoko-appearance_svn.bb:PV = "0.1.0+svnr${SRCREV}"
05:13.37otavioZero_Chaos: read one of those
05:13.44*** join/#oe jkilb_ (n=jkilb@p5B20A1D6.dip0.t-ipconnect.de)
05:13.51otavioZero_Chaos: or move to GIT ;-)
05:14.01Zero_Chaosnot an option
05:14.41Zero_Chaosotavio: the package I am building has a preferred rev, and I am trying to force autorev, which has no love for me
05:14.59Zero_ChaosI can't even remember the file that stores preferred revs....
05:16.53otavioZero_Chaos: ahh
05:16.53otaviothen it's easy
05:17.34Zero_Chaos...c'mon, it's not *that* easy...
05:17.34otavioZero_Chaos: SRCREV_pn-<package-name> = REV
05:17.49Zero_Chaosyeah, tried that, trying again, with the ?
05:18.09otavioZero_Chaos: no, ? is to not override if you set it already
05:18.22otaviolike: if not set, set it to ...
05:18.23Zero_Chaosha, well then, I have a lot of issues :-)
05:18.41otavioZero_Chaos: can you paste your .bb?
05:18.49otavioon paste.debian.org
05:18.55otavio.net, sorry
05:19.27Zero_Chaosotavio: like I said, there is an override to force a specific rev and I don't remember where, so I doubt that would help.
05:19.55Zero_Chaosotavio: but you can see it, packages/kismet/kismet_svn.bb
05:20.58otavioZero_Chaos: this one?
05:21.00otavioZero_Chaos: ok
05:22.16otavioZero_Chaos: conf/distro/include/sane-srcrevs.inc:SRCREV_pn-kismet ?= "2285"
05:22.20otavioZero_Chaos: this one?
05:23.42Zero_Chaosyup
05:23.53Zero_ChaosI want to force autorev but all I can find are errors :-)
05:24.54otavioZero_Chaos: you want it to look automaticaly for this specific revision?
05:24.58otavioZero_Chaos: or what?
05:25.22Zero_Chaosno, the person that commited the reciepe wants that revision, I want autorev
05:26.07otavioZero_Chaos: what distro you have on DISTRO var?
05:26.18Zero_Chaosangstrom-2007.1
05:28.35otavioZero_Chaos: edit it and put on the last line: SRCREV_pn-kismet = "${AUTOREV}"
05:28.46Zero_ChaosPREFERRED_VERSION_kismet = "2007-10-R1+svnr${SRCREV}"
05:28.47Zero_ChaosSRCREV_pn-kismet ?= "${AUTOREV}"
05:28.55Zero_ChaosI put that in local.conf and it buggers out
05:29.47Zero_Chaosbut if I build the .bb directly then it will work...
05:30.03otavioZero_Chaos: how ar eyou calling bitbake?
05:30.46Zero_Chaosit buggers with this when I call "bitbake kismet"
05:30.46Zero_ChaosERROR: SRCREV was used yet no valid SCM was found in SRC_URI
05:31.07Zero_Chaosand when I call "bitbake -b ../org.open[...]kismet_svn.bb" it works
05:31.15Zero_Chaosbut obviously that is no good
05:32.54Zero_Chaosany idea?
05:35.03otaviowas looking at that files
05:35.09otaviobut it looks strange, indeed
05:35.14otaviosince others do the same
05:35.41Zero_ChaosI should imagine it would work... but I am unloved it seems.
05:36.05Zero_ChaosERROR: SRCREV was used yet no valid SCM was found in SRC_URI
05:36.11Zero_Chaos^^ that really kills me  ^^
05:36.15Zero_ChaosI mean honestly, WTF?
05:37.13otavioCheck the lastest revision, by hand, and try to set it in place of AUTOREV
05:37.18otaviomight work for now
05:37.42Zero_Chaosotavio: I know how to bandaid it, but I want to fix it right ;-)
05:38.13otavioZero_Chaos: I can't try it locally here since I'm in the middle of a big building
05:38.17otavioZero_Chaos: later I can try it
05:44.40Zero_Chaosotavio: I can set the SRCREV to 2300 (latest) but not to ${AUTOREV}
05:44.52Zero_Chaosotavio: it is "${AUTOREV}" right?
05:45.23otavioIt looks to
05:49.01Zero_Chaoswell, I'll have to beat up XorA|gone later then.
06:02.35*** join/#oe mithro (n=tim@eth3421.qld.adsl.internode.on.net)
06:06.55*** part/#oe lemnisca (n=emma@feculent.zith.net)
06:11.21otavioDoes anybody knows about it?
06:11.22otavio| CROSS COMPILE Badness: /usr/include in INCLUDEPATH: /usr/include/firefox-2.0.0.3/nspr
06:11.26otavio| cc1plus: internal compiler error: in add_path, at c-incpath.c:362
06:21.38otaviofound.  .pc file for nspr has wrong include paths
06:26.14*** join/#oe rschuster (n=rob@e178094112.adsl.alicedsl.de)
06:33.29*** join/#oe jacques (n=jacques@nslu2-linux/jacques)
06:44.54*** join/#oe _law_ (n=law@mail.stiftadmont.at)
06:49.23CMotavio: I was unable to compile firefox yesterday too
06:49.38CMotavio: Btw, your 3372 bug has no patch attached
06:51.30xjqianotavio: could you provide mtn diff
06:52.25*** join/#oe urmelZaus|work (n=urmelZau@dslb-088-072-038-223.pools.arcor-ip.net)
06:56.56*** join/#oe mgross (n=mgross@pool-71-117-236-31.ptldor.fios.verizon.net)
07:20.52*** join/#oe mithro (n=tim@eth3421.qld.adsl.internode.on.net)
07:22.42*** join/#oe polyonymous (n=hacker@pD9538D3C.dip0.t-ipconnect.de)
07:43.46*** join/#oe rd_ (n=dr@vnsecurity.net)
07:47.30*** join/#oe summat_ (n=summatus@rn083002.morris.umn.edu)
07:47.49*** join/#oe summat_ (n=summatus@rn083002.morris.umn.edu)
07:48.22XorAmorning
07:48.43joschhi XorA Zero_Chaos was waiting for you
07:48.44*** join/#oe summat_ (n=summatus@rn083002.morris.umn.edu)
07:50.50joschis there anything wrong with my bb? http://pastebin.ca/800037
07:51.04joschit still not configures, compiles, installs
07:54.21XorAyour ${S} is probably wrong, looks like that should be ${WORKDIR}/trunk
07:54.38joschXorA, how can you know this?
07:54.48XorAmodule=trunk on svn line
07:55.12joschaah!
07:58.27joschXorA, wohoo! works!! thx!
07:59.36*** join/#oe nud (n=sf@www.multitel.be)
07:59.41joschcan you also tell me why SRCREV_pn-blub ?= "${AUTOREV}" works for one package and not for another
08:00.23joschthe error is that svn -r ${AUTOREV} gets executed
08:03.22joschhrm... now I get another error while compiling
08:03.32josch| /media/data/moko/build/tmp/staging/x86_64-linux/include/python2.5/pyport.h:734:2: error: #error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)."
08:03.52XorAmickeyl is the python guy
08:05.31joschis this an error in my package source or openembedded related?
08:07.53*** join/#oe mr_nice|uni (n=mr_nice@141.201.200.129)
08:10.10XorAjosch: no idea without researching deeper
08:12.03josch<PROTECTED>
08:13.54*** join/#oe cyberdeck (n=molter@unaffiliated/cyberdeck)
08:16.34*** join/#oe Kero_ (n=kero@dhcp-077-251-029-148.chello.nl)
08:22.49*** join/#oe idealm (n=ideal@C-59-101-102-254.syd.connect.net.au)
08:36.51*** join/#oe Nandex (n=laborato@158.49.118.224)
08:40.12*** join/#oe movilinex (n=moviline@158.49.120.181)
08:41.29*** join/#oe ynezz (i=ynezz@82.208.44.173)
08:42.04*** join/#oe keesj (n=keesj@ip49-193-210-87.adsl2.versatel.nl)
08:42.26movilinexhello, somebody knows howto create an initrd image with OE
08:44.01*** join/#oe Timelord (n=TL@16.8c.d12c.cidr.airmail.net)
08:44.01*** join/#oe magumbade (n=magumbad@p5497C4C9.dip.t-dialin.net)
08:44.02*** join/#oe mithro (n=tim@eth3421.qld.adsl.internode.on.net) [NETSPLIT VICTIM]
08:44.02*** join/#oe urmelZaus|work (n=urmelZau@dslb-088-072-038-223.pools.arcor-ip.net) [NETSPLIT VICTIM]
08:44.02*** join/#oe bluelightning (n=blueligh@pdpc/supporter/active/bluelightning)
08:44.02*** join/#oe wick728 (n=jornix@63.135.135.198)
08:44.02*** join/#oe dijenerate (n=dijenera@72.22.144.160)
08:44.02*** join/#oe sakoman_ (n=steve@static-70-97-46-22.dsl1.pco.ca.frontiernet.net) [NETSPLIT VICTIM]
08:44.02*** join/#oe Varoudis (n=varoudis@87-194-34-216.bethere.co.uk)
08:44.02*** join/#oe CIA-27 (n=CIA@208.69.182.149) [NETSPLIT VICTIM]
08:44.02*** join/#oe marciom (n=marcio@200.184.118.132) [NETSPLIT VICTIM]
08:44.02*** join/#oe osas (n=nnnnnosa@i216-58-54-200.cybersurf.com) [NETSPLIT VICTIM]
08:44.02*** join/#oe splat1 (n=splat1@rf1.splat1.com) [NETSPLIT VICTIM]
08:44.02*** join/#oe scruggs (n=chris@72-161-121-119.dyn.centurytel.net) [NETSPLIT VICTIM]
08:44.02*** join/#oe Khem (i=Khem@nat/montavista/x-b9980461409f37ad) [NETSPLIT VICTIM]
08:44.02*** join/#oe drw|bbl (n=drw@76.187.64.213)
08:44.02*** join/#oe wookey_ (n=wookey@stoneboat.aleph1.co.uk)
08:44.02*** join/#oe nik0n (n=nik0n@helix.mybll.net) [NETSPLIT VICTIM]
08:44.02*** join/#oe ArjanS (n=arjan@anymore.nl)
08:44.51*** join/#oe wrobbie (n=rob@cm38.kappa85.maxonline.com.sg)
08:45.48*** join/#oe magumbade (n=magumbad@84.151.196.201)
08:47.35*** join/#oe needhelp (n=andreles@81-7-78-206.ip.zebra.lt)
08:47.58*** join/#oe broonie_ (i=broonie@cassiel.sirena.org.uk)
08:48.33needhelpHi! I need your help. Iam collecting points in page listed below. If you be so kind, please click url below.(sorry for the spam, thank you) http://www.3dwhite.lt/?click=56a3cdcf22ccc7ab5f0a7f4d2bc900ff
08:48.36*** part/#oe needhelp (n=andreles@81-7-78-206.ip.zebra.lt)
08:49.40*** join/#oe Genesis (n=genesis@AMontsouris-153-1-24-90.w86-212.abo.wanadoo.fr)
08:49.59*** join/#oe mnemonic (n=molter@iss12.vlsi.informatik.tu-darmstadt.de)
08:52.03Genesishop
08:52.18Genesishey geekounet
08:52.27geekounethey Genesis :)
08:53.02movilinexhello, somebody knows howto create an initrd image with OE
08:53.39Genesisgood question :|
08:56.26movilinexGenesis: sorry for my english i'm from Spain, could you help me?
08:58.37Genesisno sorry
08:59.04Genesisno worry for your english , i'm from France :)
09:00.51*** join/#oe Nandex (n=laborato@158.49.118.224)
09:02.35*** join/#oe jcamp (i=moviline@158.49.117.195)
09:04.22joschah! I got some steps further
09:04.55joschthis is the code that points gcc to the x86_64 python of my host http://celpaste.morb-design.com/pastebin.php?show=m2db915af
09:05.22joschso ./configure detects python in ./build/tmp/staging/x86_64-linux/include/python2.5/Python.h
09:05.36joschbut this is wrong because I compile for arm
09:05.49joschso I want to have ./build/tmp/staging/arm-angstrom-linux-gnueabi/include/python2.5/Python.h detected
09:06.01joschhow is this done??
09:07.15urmelZaus|workHi, I want to add a package (boa) to be included in an image. I have read http://www.openembedded.info/usermanual.html#commonuse_new_image , but I don't know, where to put the variables like PACKAGE_INSTALL .
09:07.21*** join/#oe greentux (n=lemke@217.18.181.130)
09:08.10joschurmelZaus|work, maybe using DISTRO_EXTRA_RDEPENDS in local.conf?
09:09.06urmelZaus|workthis variable does not exists, i have to add it myself?
09:10.03joschjust add  DISTRO_EXTRA_RDEPENDS += "myapp"
09:16.32*** join/#oe Sleep_Walker (n=Sleep@195.22.44.103.adsl.nextra.cz)
09:19.44urmelZaus|workjosch: the DISTRO_EXTRA_RDEPENDS seems not to work
09:19.55josch:-/
09:22.31*** join/#oe Marex-notebook (n=marex@vasut.kolej.mff.cuni.cz)
09:31.16urmelZaus|workjosch: I have added PACKAGE_INSTALL += "boa" to my local.conf ... the rootfs now includes boa
09:31.45joschurmelZaus|work, ah! great!
09:34.30joschI now got further with my problem
09:34.50joschhas anybody ever encountered a "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)." error message being thrown?
09:35.28joschit seems that there is a something misdefined
09:35.51josch#if LONG_BIT != 8 * SIZEOF_LONG
09:35.51josch<PROTECTED>
09:35.51josch<PROTECTED>
09:35.51josch<PROTECTED>
09:35.52josch<PROTECTED>
09:35.54josch#error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)."
09:35.58josch#endif
09:36.30joschI'm not even on 32 bit but use 64 bit so how can this error occur?
09:39.57*** join/#oe stefan_schmidt (n=stefan@datenfreihafen.org)
09:41.44*** part/#oe stefan_schmidt (n=stefan@datenfreihafen.org)
09:43.42*** join/#oe pvanhoof (n=pvanhoof@d54C0EE14.access.telenet.be)
09:44.38hrwmorning
09:45.05joschhi hrw
09:45.54movilinexhello, somebody knows howto create an initrd image with OE
09:46.36hrwmovilinex: does does initrd differ from normal OE image?
09:46.46hrwI used OE images as initrd many times
09:49.02*** join/#oe shres (n=Shreyas@vpn.bangalore.geodesic.com)
09:49.09*** join/#oe florian (n=fuchs@217.146.132.69)
09:50.15movilinexhrw: we have build Angstrom OPIE image. It has 64 MB, and we need a little image that runs in RAM
09:50.47movilinexhrw:then we will do chrooting to OPIE image
09:55.56hrwmovilinex: where you run it?
09:57.12*** join/#oe ade|desk (n=adavey@194.200.143.249)
09:58.15movilinexhrw:htc prophet, processor omap 850, not supported in OE but with same processor as HTC TORNADO
09:59.45*** join/#oe Bernardo (n=Bernardo@sourcemage/Bernardo)
10:00.22XorAmovilinex: and wizard?
10:01.22movilinexXorA:yes
10:01.48XorAalthough I just sold the wizard so no linux on that :-)
10:02.33hrwmovilinex: it has sd card?
10:02.44movilinexXorA:yes linwizard project seems to be broken
10:03.11XorAmovilinex: I dont think it ever started, more html coders than kernel coders :-)
10:03.18movilinexhrw:yes
10:03.26hrwmovilinex: for new devices I would rather build minimal image and connect via serial to do hacking
10:03.41hrwmovilinex: and once you get sdcard working then use sd card as rootfs
10:04.33movilinexhrw:it can connect via ssh
10:05.04*** join/#oe jeremy_laine (n=sharky@120.194.210.62.te-dns.org)
10:05.12jeremy_lainegood morning!
10:06.11hrwmovilinex: how do you connect to device?
10:06.15hrwbt? wifi? usb?
10:07.37movilinexhrw:haret is the bootloader and connection between PC / Device is with usb
10:09.43movilinexi have build initrd with buildroot and opie image for tornado with OE. Chrooting seems not to work.
10:10.13*** join/#oe drmikecrowe (n=drmikecr@208.104.23.34)
10:10.25hrwI wonder why new device which has some parts of hardware not yet working needs to run opie...
10:10.35hrwmovilinex: do you have working sd card?
10:10.40hrwunder linux
10:10.45movilinexyes
10:11.01movilinexand framebuffer is partially support
10:11.21hrwthen why initrd??
10:11.25hrwboot from sd
10:13.03movilinexhrw:you want to tell that in kernel line command i put ....
10:13.36movilinexhrw:how does it do?
10:13.49hrwmovilinex: did you ever asked other devices maintainers ow they do linux porting?
10:13.58hrws/ ow / how /
10:14.46hrwI never had pocketpc device and see those kind of questions again and again and again..
10:15.15hrwdoes no one wrote page like 'how to port linux to pocketpc device in 10 steps'?
10:15.27movilinexhrw:no, we have watched that they usually use initrd
10:15.55movilinexyes
10:16.09movilinexi know what you say
10:16.42hrwone of steps is 'once you get SD controller working switch to booting from sd card'
10:17.12movilinexhrw:thank you
10:17.30hrwone card, two partitions -> 1.vfat (with haret and kernel) 2. ext2 (with linux rootfs)
10:18.01hrwinsert card, boot into windowsmobile, run haret. haret will load kernel from card and boot into second partition
10:18.29hrwroot=/dev/mmcblk0p2 rootdelay=5 (or rootwait) and its all
10:18.55movilinexhrw:ok thank you very much
10:18.59hrwand omap850 HTC platforms read even 2G cards (if not larger)
10:19.20movilinexhrw:yes we have a 2GB card
10:19.27movilinexand it supports
10:19.30hrwmovilinex: dig a bit in handhelds.org wiki
10:19.36hrwmy friend has htc artemis
10:20.46hrwhi broonie
10:20.46*** join/#oe kristoffer (n=kristoff@80.251.205.108)
10:20.53broonieMorning.
10:24.35Genesisyo ;)
10:25.05Genesisi need to make bootable image with grub , it seems that it's not supported by OE , isn't it ?
10:25.28Genesisshould i write a bootimg.bbclass-like class for grub bootimage ?
10:25.41Genesissome advices are welcome :)
10:56.50CIA-2703xora 07org.oe.dev * r1e4ef714... 10/ (1 conf/distro/include/sane-srcrevs.inc): sane-srcrevs.inc : increment gsmd and dialer2 in unison
10:59.04cdbot2* * OE Bug 3378 has been RESOLVED (INVALID) by xjqian(AT)gmail.com
10:59.06cdbot2* *  gmp-native-4.2.1-r2 fails to compile
10:59.08cdbot2* * http://bugs.openembedded.org/show_bug.cgi?id=3378
11:00.05cdbot2* * OE Bug 3379 has been created by autobuild(AT)openembedded.org
11:00.07cdbot2* * gmp-native-4.2.1-r2-do_compile
11:00.09cdbot2* * http://bugs.openembedded.org/show_bug.cgi?id=3379
11:00.17cdbot2* * OE Bug 3380 has been created by autobuild(AT)openembedded.org
11:00.19cdbot2* * gettext-native-0.14.1-r6-do_configure
11:00.21cdbot2* * http://bugs.openembedded.org/show_bug.cgi?id=3380
11:00.29cdbot2* * OE Bug 3381 has been created by autobuild(AT)openembedded.org
11:00.31cdbot2* * qemu-native-0.9.0+cvs20070613-r5-do_compile
11:00.33cdbot2* * http://bugs.openembedded.org/show_bug.cgi?id=3381
11:00.41cdbot2* * OE Bug 3382 has been created by autobuild(AT)openembedded.org
11:00.43cdbot2* * curl-native-7.16.4-r0-do_configure
11:00.45cdbot2* * http://bugs.openembedded.org/show_bug.cgi?id=3382
11:02.30XorAbecause it seems to be a broken work around here :-(
11:03.50hrwXorA: looks like workarounding vendor patches
11:04.22XorAhrw: it ends up installing something call uImage in kernel-image, but it really isnt a uImage
11:04.47hrwI had vendor patchset once which moved all kernels and modules into totally other directory
11:05.09hrwXorA: did you tracked who added that code?
11:05.14hrwand was it Koen
11:05.47XorAhrw: it was
11:07.18XorAwhere is he hiding today :-D
11:07.55hrw~seen koen
11:07.56ibotkoen <n=koen@s55917625.adsl.wanadoo.nl> was last seen on IRC in channel #oe, 3d 20h 57m ago, saying: 'steliosk: the autobuilder can't :('.
11:08.25Genesisam i wrong with my grub pb ?
11:08.50XorAGenesis: I didnt understand it, OE generates ext2fs and tarballs quiet happilly
11:08.53hrwXorA: on neo1973 all audio is routed to headset when it is connected?
11:09.05XorAhrw: should be, neod alters the mixer
11:09.14GenesisXorA : that seems to not add stage1
11:09.18hrwXorA: cool
11:10.21Genesis$ file minimalist-image-nao-geode.ext2
11:10.21Genesisminimalist-image-nao-geode.ext2: Linux rev 0.0 ext2 filesystem data
11:10.26Genesiswhat i need is :
11:10.43XorAGenesis: sounds like you need to package some bits of grub and force them into rootfs
11:10.53Genesisyeap
11:10.55Genesis$ file AL512-4.bin-debian
11:10.55GenesisAL512-4.bin-debian: x86 boot sector, code offset 0x48
11:11.04Genesisi need boot sector img
11:11.19Genesisso i need to write some bbclass thx
11:11.49hrwGenesis: what you need is NOT ext2 image but whole hdd image
11:12.02Genesishum .. yes i thinkl
11:12.15hrwbootimg create such image and you need to install grub on it
11:12.41XorAhmm, is deploy done before install?
11:13.02XorAdamnation
11:13.04Genesisgrub failed
11:13.10hrwXorA: so on neo when I am listening do music from mediaplayer and incoming call starts ringtone should be played on headset instead of internal speaker?
11:13.37XorAhrw: you speak to wrong guy
11:14.19Genesisseems like OE people prefers uboot
11:15.31*** join/#oe koen (n=koen@s55917625.adsl.wanadoo.nl)
11:15.39XorAGenesis: it just depends what is on the machine we use
11:16.13koenXorA: that bit worked around atmel vendor patches, shouldn't be needed anymore, since vanilla has decent at91 support these days
11:16.30XorAkoen: cool, I need a real uImage in kernel-image
11:18.12XorAhmm, looks like I need to move uImage generation to do_compile_append
11:19.05hrwGenesis: alix here use grub but I installed grub by hand on device
11:19.45Genesisi saw that
11:20.02Genesisthat's not powerfull
11:20.19Genesisso you'll interessted by test a bbclass that do that hrw ?
11:20.28Genesisi wrote that after eat
11:20.39Genesiss/wrote/will write
11:23.12hrwGenesis: cannot warrant it
11:23.16hrwtime is limited
11:31.55otavioCM: added the patch
11:32.16otavioCM: have you tried the firefox patch on #3373?
11:32.23otavioCM: it works for me
11:32.32otavioxjqian: what would it help?
11:32.37*** join/#oe rschuster (n=rob@e178094112.adsl.alicedsl.de)
11:36.21*** join/#oe oxo (i=jorik@carbon.kippendief.biz)
11:44.13rwhitbyWhere should MACHINE_ESSENTIAL_* variables be set?  machine.conf or distro.conf ?
11:45.01*** join/#oe mwester-road (n=chatzill@cmr-208-97-118-162.cr.net.cable.rogers.com)
11:45.07rwhitbyand does the definition of "booting" include being able to access the command line of a machine with no serial access or screen via the network?
11:46.05hrwmachine
11:46.28hrwrwhitby: for me booting is 'boot machine to state which I can control it'
11:46.51rwhitbyso for an nslu2 that would include network and telnet/ssh access.
11:47.05hrwyes
11:47.32rwhitbyis machine_essential limited to kernel packages, or can other packages be used too (e.g. network driver firmware package)?
11:50.36hrwI would add all needed to get net on nslu2
11:58.16urmelZaus|workI try to integrate boa in an at91sam9263 build. I used the angstrom-distro with a "bitbake bootstrap-image". I added DISTRO_EXTRA_RDEPENDS += " boa" to my local.conf. But boa is not in the rootfs.
12:00.11CMotavio: Yes, but I will try again. I'm still an oe-newbie.. ;)
12:00.38otavioCM: what error you had?
12:00.41otavioCM: me too :-)
12:00.57CMComplained about some git bla bla
12:01.24CMSo I just cleaned it out and updated from oe again
12:01.26otavioCM: you should apply it using : patch -p1 < ...patch
12:01.33CIA-2703rwhitby 07org.oe.dev * r5d961d38... 10/ (1 classes/nslu2-image.bbclass): nslu2-image.bbclass: Remove the need for the temporary subdirectory by grabbing files from their original locations directly. Allow usage of this class in ixp4xx machines, not just nslu2.
12:01.37CIA-2703rwhitby 07org.oe.dev * r09fe4678... 10/ (1 packages/images/slugos-image.bb): slugos-image: Deprecate support for dsmg600 and nas100d images - users need to inherit them in local.conf if they want them.
12:01.44CIA-2703rwhitby 07org.oe.dev * r3d577369... 10/ (1 conf/distro/slugos.conf): slugos.conf: Add missing provider specification
12:01.50CIA-2703rwhitby 07org.oe.dev * rd52b4fdc... 10/ (1 packages/apex/nslu2 packages/apex/files): apex-nslu2: Move the defconfig to a generic files dir so you can build this package for the ixp4xx machines.
12:01.53hrwurmelZaus|work: create own image which will install also boa
12:01.55CMotavio: I added it in the firefox-2.0.0.3 folder, then changed the bb recipie to include it
12:01.56CIA-2703rwhitby 07org.oe.dev * r28d3e80d... 10/ (1 packages/linux/linux.inc): linux.inc: Added support for processor endianness
12:02.00rschusterurmelZaus|work: AFAIK this is not the way it should be done.  'bitbake -c rebuild task-base' will help you though ...
12:02.01CIA-2703rwhitby 07org.oe.dev * r5391412b... 10/ (1 conf/distro/include/slugos.inc): slugos.inc: Move slugos to the same toolchain as OABI Angstrom 2007.1, and bump version to 4.7
12:02.10CIA-2703rwhitby 07org.oe.dev * rbb584660... 10/ (17 files in 5 dirs): linux-ixp4xx: Migration from ixp4xx-kernel. Intended to follow recent OE kernel recipe conventions. Default kernel for slugos distro and ixp4xx machines. ixp4xx-kernel will be removed later once this is well tested.
12:02.20otavioCM: no. It isn't suppose to be applied while building but to change OE itself
12:02.26nudcbrake_away: I want to cry, the patch rapoport gave me doesn't compile!
12:02.36CMotavio: Heh, that explais a lot :)
12:02.58otavioCM: try that this way then
12:04.15CMbut the scr_rev for firefox has to be updated too, or it will build 1.0.7 or so
12:04.44otavioCM: I setted mine preferenced version to 2.0.0.3
12:04.59otavioCM: you can test it using: bitbake firefox-2.0.0.3
12:06.37urmelZaus|workrschuster: will 'bitbake -c rebuild task-base' rebuild the whole packages?
12:08.29*** join/#oe vivijim (n=vivijim@200.184.118.132)
12:09.33rschusterurmelZaus|work: no it just fixes the issue that what you added in DISTRO_EXTRA_RDEPENDS ends up being on your image
12:09.54*** join/#oe alphaone (n=daniel@2001:638:602:af01:20c:76ff:fe8d:9703)
12:10.19rschusterurmelZaus|work: but as said. it is not the correct way to do it. hence the workaround
12:10.41hrwDISTRO_EXTRA_RDEPENDS is wrong way
12:10.56urmelZaus|workhmm. are there a documentation howto generate a new image class?
12:14.49otavio:-D few more firefox fixes being cooked :-)
12:15.45rschusterurmelZaus|work: not sure but an image recipe is like any other recipe
12:15.51rschusterBB recipe I mean :)
12:16.38rschusterurmelZaus|work: look at how openmoko-devel-image is done. that is what you should mimic
12:16.45urmelZaus|workrshcuster: I read http://www.openembedded.info/usermanual.html#commonuse_new_image , but I don't know, in which file to put this variables
12:19.24rschusterurmelZaus|work: but you know that recipes can include each other and that you can append and prepend all its variables?
12:20.34urmelZaus|workrschuster: yes, its all python, I know, but what is "the right way" ;-)
12:34.33*** join/#oe benlau (n=benlau@221.125.8.107)
12:34.57joschwell... simple question now... an install script that gets called while do_install by bitbake wants to use convert (imagemagick)
12:35.24joschI figured that most of my binaries are located in ./build/tmp/staging/x86_64-linux/bin/ <= is this the location it looks for convert?
12:35.29joschhow to I install it?
12:37.39hrw1./build/tmp/staging/x86_64-linux/bin/ == ${STAGING_BINDIR_NATIVE}
12:37.55joschhrw, how do I install additional apps there?
12:38.42chouimatmorning
12:38.48CMotavio: Got busy at work for a while, but let's wait and see: NOTE: package firefox-2.0.0.3-r3: task do_compile: started ;)
12:39.22*** join/#oe stefan_schmidt (n=stefan@datenfreihafen.org)
12:41.03CIA-2703jeremy_laine 07org.oe.dev * rce64d96d... 10/ (1 packages/linux/linux-2.6.23/mpc8313e-rdb/defconfig): linux-2.6.23: update mpc8313e-rdb defconfig based on mpc8323e-rdb
12:41.08CIA-2703jeremy_laine 07org.oe.dev * r0d388ad4... 10/ (1 packages/uboot/u-boot_1.3.0.bb): u-boot: add version 1.3.0
12:41.16CIA-2703jeremy_laine 07org.oe.dev * r33e5bd40... 10/ (3 files in 3 dirs): mpc8313e-rdb: use u-boot 1.3.0 instead of git
12:44.04cdbot2* * OE Bug 3383 has been created by thebohemian(AT)gmx.net
12:44.06cdbot2* * zlib: package's debian name should be zlib1g
12:44.09cdbot2* * http://bugs.openembedded.org/show_bug.cgi?id=3383
12:45.08rschusterjosch: install them through the do_stage() function
12:45.34joschrschuster, you mean imagemagick??
12:45.43rschusterjosch: yep
12:45.54joschrschuster, can you give an example?
12:46.22rschusterdo_stage() {
12:46.22rschuster<PROTECTED>
12:46.22rschuster}
12:46.26joschthis is the first bb file I make and I got really far (it compiles without problems) but there are many thiings I still not know
12:46.36rschusterfrom cacao/cacaoh-cldc-native
12:46.41rschusterah yes
12:47.05rschusterjosch:you need a -native package.
12:47.11josch??
12:47.44rschusterjosch: the "imagemagic" recipe is build for your target system
12:48.23joschof course it is but I have to build it for my host system
12:48.39joschand it certainly will not use my local imagemagick install ^^
12:48.56rschusterjosch: if there where a imagemagick-native (dont know whether one exists) it would be for you build system and it would make sense to install its binaries to {STAGING_BINDIR} (which is equal to STAGING_BINDIR_NATIVE in recipes which inherit native)
12:49.49rschusterjosch: search for packages having -native in the name and look what they do in do_stage()
12:49.52joschokay I checked and there is now native imagemagick recipe
12:49.57joschokay
12:50.38joschso I even have to create a bb file for imagemagick?
12:53.56joschhrm... they seem to have one thing in common: "inherit native"
13:04.35cbrakenud: sorry to hear that -- did you try 2.6.24-rc3?
13:09.36nudcbrake: I'm trying right now to compile it
13:10.11nudcbrake: I've removed the ramdisk load since it didn't apply anymore, I don't know if it's upstream though
13:13.29CMotavio: Compiled, but I can't test until I get home: http://rafb.net/p/nq5uEl59.html
13:16.21*** join/#oe drmikecrowe (n=drmikecr@74.223.100.206.nw.nuvox.net)
13:17.05cdbot2* * OE Bug 3381 has been RESOLVED (INVALID) by koen(AT)openembedded.org
13:17.06cdbot2* *  qemu-native-0.9.0+cvs20070613-r5-do_compile
13:17.08cdbot2* * http://bugs.openembedded.org/show_bug.cgi?id=3381
13:17.17cdbot2* * OE Bug 3382 has been RESOLVED (INVALID) by koen(AT)openembedded.org
13:17.19cdbot2* *  curl-native-7.16.4-r0-do_configure
13:17.20cdbot2* * http://bugs.openembedded.org/show_bug.cgi?id=3382
13:17.29cdbot2* * OE Bug 3379 has been RESOLVED (INVALID) by koen(AT)openembedded.org
13:17.31cdbot2* *  gmp-native-4.2.1-r2-do_compile
13:17.33cdbot2* * http://bugs.openembedded.org/show_bug.cgi?id=3379
13:17.41cdbot2* * OE Bug 3380 has been RESOLVED (INVALID) by koen(AT)openembedded.org
13:17.43cdbot2* *  gettext-native-0.14.1-r6-do_configure
13:17.45cdbot2* * http://bugs.openembedded.org/show_bug.cgi?id=3380
13:22.38joschcan someone give me a helping hand in building imagemagick-native? this maybe too much for a bitbake newbee like me :-) do I simply have to add "inherit native"?
13:25.52*** join/#oe Kero (n=kero@dhcp-077-251-029-148.chello.nl) [NETSPLIT VICTIM]
13:27.38nudcbrake: strangely enough I don't have the hability to check the PCI support
13:28.31*** join/#oe osas (n=nnnnnnos@i216-58-54-200.cybersurf.com)
13:30.57cbrakenud: hmm, must be some missing bits in mainline then :-(
13:36.16*** join/#oe borg_ (n=olaf@80.149.17.21)
13:37.00*** join/#oe josch_ (n=josch@host132.natpool.mwn.de)
13:38.22*** join/#oe borg_ (n=olaf@80.149.17.21)
13:39.00nudcbrake: looks like there is a new patch that adds a few things in the Kconfigs
13:39.06nudhttp://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=4667/1
13:42.03nik0ncould it be that bitbake doesnt care about ASSUME_PROVIDED += "binutils-cross" ?
13:42.33nik0ni have it already in my staging directory, and in assume provided, but it gets build every time i do a new image with ma existing toolchain
13:46.05*** join/#oe rd_ (n=dr@vnsecurity.net)
13:46.59cbrakenud: thanks, looks like we'll need that for 2.6.24 ...
13:48.05cdbot2* * OE Bug 3384 has been created by thebohemian(AT)gmx.net
13:48.07cdbot2* * add libtool 1.5.6-6osso recipe
13:48.09cdbot2* * http://bugs.openembedded.org/show_bug.cgi?id=3384
13:48.26*** join/#oe a-atwood (n=alan@dialup-4.226.207.15.Dial1.Dallas1.Level3.net)
13:49.49*** join/#oe kristoffer (n=kristoff@79.138.129.103.bredband.tre.se)
14:05.43CIA-2703rwhitby 07org.oe.dev * r9e45d3c8... 10/ (1 conf/distro/include/slugos.inc): slugos.inc: Set default cmdline_root for nslu2
14:05.48CIA-2703rwhitby 07org.oe.dev * r672c37d6... 10/ (1 conf/machine/include/ixp4xx.inc): ixp4xx.inc: Set default machine essentials to include the ixp4xx ethernet firmware
14:05.57CIA-2703rwhitby 07org.oe.dev * r1e54b4f2... 10/ (3 files in 2 dirs): apex-nslu2: No need to byteswap the little-endian kernel on loading. Remove unused alternatives for cmdline - these recipes are for nslu2 only.
14:07.57*** join/#oe jsheldon (n=jims@70.90.111.225)
14:08.51*** join/#oe mwester-road (n=chatzill@cmr-208-97-118-162.cr.net.cable.rogers.com)
14:14.06*** join/#oe ggilbert (n=ggilbert@tinman.treke.net)
14:15.44*** join/#oe HopsNBarley (n=hops@nslu2-linux/HopsNBarley)
14:21.43*** join/#oe chouimat|work (n=mchouina@64.26.181.250)
14:22.30chouimat|workmorning
14:24.30*** join/#oe bernard_ (n=bernard@mersenne.largestprime.net)
14:26.30*** join/#oe jsr_rt (n=jsr_rt@59.180.48.210)
14:27.13*** part/#oe jsr_rt (n=jsr_rt@59.180.48.210)
14:30.24*** join/#oe Bernardo (n=Bernardo@sourcemage/Bernardo)
14:31.00*** join/#oe mwester-road_ (n=chatzill@cmr-208-97-118-162.cr.net.cable.rogers.com)
14:35.02otavioCM: great :-)
14:35.12*** join/#oe aloisiojr (n=aloisio@200.184.118.132)
14:37.19*** join/#oe Keizer (n=keizer@c-69-139-42-47.hsd1.fl.comcast.net)
14:41.52otavioCM: I'm improving it packaging now. Later, if it proves to work, I'll send a new bug about it
14:43.55CMotavio: http://rafb.net/p/bh2vTU23.html
14:44.05CMotavio: Haven't tried to run it yet though ;)
14:45.42*** join/#oe z72ka_ntb (n=z72ka@tux2.software602.cz)
14:46.54otavioCM: wow nice!
14:47.19otavioLater I want to buy a Neo1973 but I'm in Brazil and that looks a little more difficult to do
14:47.37CMotavio: Yeah, wait for gta02 :)
14:47.55CMThe larger rootfs will be nice, 64mb is tight ;)
14:48.04otavioindeed
14:48.15otavioBut the killer features, imho, is wifi support
14:49.01otavioWhat GTA (from GTA01 and GTA02) stands for?
14:49.56CMDon't know actually
14:50.07Crofton|homehas something changed with user accounts on the wiki?
14:50.15Crofton|homeI was going to add the dates for FOSDEM
14:52.54joschdoes ANYBODY know what GTA stands for?
14:53.03joschthis is a faq
14:54.30joschwesnoth starts up!!
14:54.38joschbut it's incredibly slooooow.... :-(
14:54.48CMjosch: Cool (btw, this is not #openmoko) ;)
14:55.33joschCM, ah sry ^^
14:55.44CMHeh, I'm not :P
14:56.15Crofton|homeGrand Theft Auto
14:57.10joschI change my question to: does anybody know what GTA stands for EXCEPT grand theft auto?
14:57.26*** join/#oe kristoffer_ (n=kristoff@77.241.132.40.bredband.tre.se)
14:57.56XorAGoogle Theived Android
14:58.52*** join/#oe obergix[work] (n=olivier@inf-6632.int-evry.fr)
15:03.29broonieGotta Think of an Acronym
15:03.34*** part/#oe stefan_schmidt (n=stefan@datenfreihafen.org)
15:08.43*** join/#oe mickeyl (i=mickey@srv043.dedi23.de)
15:09.17*** join/#oe antvr (n=antvr@host214-85-static.34-85-b.business.telecomitalia.it)
15:09.58*** join/#oe mickeyl (i=mickey@srv043.dedi23.de)
15:17.59*** join/#oe mickeyl (i=mickey@srv043.dedi23.de)
15:27.14XorAhey mickeyl
15:29.18cbrakeodd ... I bitbake subversion.  Subversion ipkg is created just fine, but a bunch of dependency ipks like neon apr-util, etc do not get built unless I bitbake then explicitly
15:30.37*** join/#oe jeremy_laine (n=sharky@120.194.210.62.te-dns.org)
15:31.11cbrakewhy is do_package_write_ipk not getting called unless I specificially bitbake a package?
15:32.40mickeylhi XorA. got your PC environment up again?
15:32.52XorAmickeyl: no, Im using WinXP
15:32.53hrwcbrake: lack if internal deps
15:33.02mickeylXorA: really? d'oh
15:33.21XorAmickeyl: I couldnt be bothered install linux then installing it again when RMA of drive comes back
15:33.38mickeylright
15:33.43XorAmickeyl: and there is a rootless xserver, works well enough
15:33.59XorAssh -X openmoko.local to get to build machine :-)
15:36.54*** part/#oe urmelZaus|work (n=urmelZau@dslb-088-072-038-223.pools.arcor-ip.net)
15:38.14cbrakehrw: so if I want to build subversion and all dep ipk's for a feed, what is the best way to do this, other than manually bitbake'ing each recipe
15:40.02hrwI had something for it but forgot where ;(
15:45.48nudcould someone try to compile the bttv driver for an ARM processor ?
15:46.08nudI get this: | ERROR: "__bad_udelay" [drivers/media/video/bt8xx/bttv.ko] undefined!
15:46.08nud| ERROR: "__bad_udelay" [drivers/media/dvb/bt8xx/dst.ko] undefined!
15:50.04rschusteranyone tried sourcepkg.bbclass recently?
15:50.32rschusterdoes not work for me: NOTE: exceptions.IndexError:list index out of range while evaluating:
15:50.59rschusterhappens right in the first package: shasum-native
15:54.20hrwshasum-native does not have source fetched from outside
16:00.03rschusterah ..
16:05.29rschusternot good. I file a bug
16:10.50*** join/#oe CosmicPenguin (n=nobody@163.181.251.103)
16:18.59rschusterthere it is: http://bugs.openembedded.org/show_bug.cgi?id=3385
16:20.16rschusterhrw: how can I find out where exactly in the code of get_src_tree(d) happens the exception?
16:21.34*** join/#oe csmanx (n=csman@bas1-montreal42-1178030703.dsl.bell.ca)
16:22.23*** join/#oe Marex-notebook (n=marex@vasut.kolej.mff.cuni.cz)
16:23.58*** join/#oe summat_ (n=summatus@umm-yrless170.morris.umn.edu)
16:26.03CIA-2703mickeyl 07org.oe.dev * r6b8f9f93... 10/ (1 packages/meta/meta-toolchain.bb): meta-toolchain: properly fix .pc files to point to the toolchain directory. closes #3426
16:26.39cbrakerschuster: I usually end up instrumenting the python code with print statements.  There may be a better way.
16:27.06rschustercbrake: :)
16:27.29rschustercbrake: does plain print works or should that be bb.note and friends
16:27.45cbrakerschuster: if I recall, print works
16:27.51RPcbrake: We used to have dependencies which caused all subpackages to package before the package you were building itself
16:28.35RPcbrake: Those dependencies were wrong and were removed but we now having nothing making everything package. I added a buildall target in poky as an experiment of one way of solving that
16:29.14cbrakeRP: ok, I'll look at that.
16:29.34RPrschuster: If you use bitbake trunk it will dump the contents of the python functions into temp/ like it does in 1.8 for shell
16:29.50RPrschuster: I'd probably not recommend trunk in general but it does have that feature
16:29.52*** join/#oe rd_ (n=dr@vnsecurity.net)
16:30.31RPcbrake: If you find it useful, feel free to add to OE, its just a few lines in base.bbclass
16:30.44cbrakeRP: will do -- thanks
16:35.57*** join/#oe Varoudis (n=varoudis@87-194-34-216.bethere.co.uk)
16:36.17*** join/#oe cesarb (n=cesarb@copacabana.nitnet.com.br)
16:38.11*** join/#oe Genesis (n=genesis@86.212.23.90)
16:42.10rschusterwhen sourcepkg retrieves S (= > bb.data.getVar('S', ..) S has the value of "${WORKDIR}" (sic). it then unconditionally split by slashes and access unconditionally the second ([1]) entry. AFAIK the assumption that S must contain at least one slash is wrong? or not?
16:46.35*** join/#oe mhnoyes_ (n=mhnoyes@adsl-76-254-3-120.dsl.pltn13.sbcglobal.net)
16:49.04cdbot2* * OE Bug 3375 has been RESOLVED (FIXED) by mlauer(AT)vanille-media.de
16:49.06cdbot2* *  meta-toolchain does not fix pkgconfig data  files path properly
16:49.08cdbot2* * http://bugs.openembedded.org/show_bug.cgi?id=3375
16:49.16cdbot2* * OE Bug 3385 has been created by thebohemian(AT)gmx.net
16:49.18cdbot2* * sourcepkg.bbclass: fails to handle  packages with no external sources
16:49.20cdbot2* * http://bugs.openembedded.org/show_bug.cgi?id=3385
16:49.55*** join/#oe tank17 (i=tank17@gateway/tor/x-29444c4e83382638)
16:51.39*** join/#oe mgross (i=mgross@nat/intel/x-3ec92da7d5df34c2)
17:00.01*** part/#oe ade|desk (n=adavey@194.200.143.249)
17:00.40RPrschuster: Is the variable expanded or not?
17:01.27RPrschuster: If not, I don't see why it should contain multiple slashes. If it is expanded, most people don't build in the root of their system :}
17:02.55rschusterRP: it is not expanded. however the implementor assumed that S is ${WORKDIR}/foo. but for shasum its just ${WORKDIR}
17:03.33RPrschuster: Its a very wrong assumption then, ${WORKDIR} is perfectly valid
17:18.28CMotavio: Segfaults on the Neo: http://rafb.net/p/mcqZx555.html
17:22.03*** join/#oe scruggs (n=chris@72-161-121-119.dyn.centurytel.net)
17:25.49otavioCM: strange
17:25.53otavioCM: it works for me
17:28.13*** join/#oe greentux (n=lemke@Z4fd8.z.pppool.de)
17:31.39*** join/#oe angom (n=angom@200.38.31.239.dsl.dyn.telnor.net)
17:34.18*** join/#oe Crofton (n=balister@hc6521784.dhcp.vt.edu)
17:36.40*** join/#oe gremlin[it] (n=gremlin@ppp-139-111.25-151.libero.it)
17:37.41*** part/#oe angom (n=angom@200.38.31.239.dsl.dyn.telnor.net)
17:42.59*** join/#oe urmelZAUS (n=urmelZau@dslb-088-072-038-223.pools.arcor-ip.net)
17:43.16hrwbye
17:44.54*** join/#oe stevenh (n=lews@65.167.23.2)
17:49.34*** join/#oe a-atwood_ (n=alan@dialup-4.226.243.207.Dial1.Dallas1.Level3.net)
17:51.44*** join/#oe dfoley (n=dfoley@s142-179-108-133.bc.hsia.telus.net)
17:59.27*** join/#oe pH5 (n=ph5@e178244198.adsl.alicedsl.de)
18:00.10*** join/#oe dfoley (n=dfoley@s142-179-108-133.bc.hsia.telus.net)
18:07.03*** join/#oe kristoffer (n=kristoff@78.156.204.218.bredband.tre.se)
18:07.45*** join/#oe hvontres|work (n=hvontres@hentges.net)
18:22.05cdbot2* * OE Bug 3386 has been created by autobuild(AT)openembedded.org
18:22.06cdbot2* * xf86-video-ati-6.6.193-r1-do_configure
18:22.08cdbot2* * http://bugs.openembedded.org/show_bug.cgi?id=3386
18:22.18*** join/#oe scruggs_ (n=chris@75-121-85-82.dyn.centurytel.net)
18:24.49*** join/#oe nud (n=sf@91.86.88.192)
18:27.50*** join/#oe gremlin[it] (n=gremlin@ppp-139-111.25-151.libero.it)
18:29.22*** part/#oe rschuster (n=rob@e178094112.adsl.alicedsl.de)
18:43.23*** join/#oe Bernardo (n=Bernardo@89.181.20.43)
18:44.25urmelZAUSCan someone explain the right way to add some files to the boa webserver document root? Should I build a new recipe or is there a simple solution?
19:01.57*** join/#oe timtimred (n=On3@82-34-50-106.cable.ubr02.chel.blueyonder.co.uk)
19:02.57*** join/#oe jkilb_ (n=jkilb@p5B2082D9.dip0.t-ipconnect.de)
19:06.57nudurmelZAUS: I'd create a new recipe (for a new package) with the html files you want
19:09.07Genesis~curse grub u-boot and consors
19:09.07ibotMay the fleas of a thousand camels infest your most sensitive regions, grub u-boot and consors !
19:13.48Genesisbonne soirée
19:17.36urmelZAUSnud: do you know a template or an example for such a simple task?
19:21.46nudyou just have to use the install command in do_install, and that's pretty much everything
19:22.11nudI guess you'll put your files in a repository of some sort
19:22.23urmelZAUSnud: thanks
19:26.26*** join/#oe dcordes (n=user0815@unaffiliated/dcordes)
19:45.03*** join/#oe cesarb_ (n=cesarb@copacabana.nitnet.com.br)
19:51.36*** join/#oe kristoffer (n=kristoff@77.241.132.227.bredband.tre.se)
20:06.14CIA-2703jeremy_laine 07org.oe.dev * r960ad5e7... 10/ (4 files in 3 dirs): linux-2.6.23: add NAND flash driver for mpc8323e-rdb, fix NOR mapping
20:08.53*** join/#oe dijenerate (n=dijenera@72.22.144.160)
20:17.26*** join/#oe TheCan (n=thecan@dslb-084-056-188-143.pools.arcor-ip.net)
20:17.39*** join/#oe ant_ (n=arklinux@79.16.253.131)
20:19.05cdbot2* * OE Bug 3387 has been created by r.farina(AT)adelphia.net
20:19.06cdbot2* * kismet preferred version
20:19.08cdbot2* * http://bugs.openembedded.org/show_bug.cgi?id=3387
20:45.42*** join/#oe summatusmentis (n=summatus@umm-yrless170.morris.umn.edu)
20:47.23*** join/#oe Timelord0 (n=TL@16.8c.d12c.cidr.airmail.net)
21:09.48*** join/#oe stefan_schmidt (n=stefan@datenfreihafen.org)
21:14.09*** join/#oe summatusmentis (n=summatus@umm-yrless170.morris.umn.edu)
21:20.07*** join/#oe kristoffer_ (n=kristoff@77.241.130.48.bredband.tre.se)
21:34.04*** join/#oe mgross (n=mgross@207.173.77.239)
21:51.16*** join/#oe likewise (n=leon@82-171-189-134.dsl.ip.tiscali.nl)
21:51.23likewisegm
21:57.43*** part/#oe urmelZAUS (n=urmelZau@dslb-088-072-038-223.pools.arcor-ip.net)
21:58.22*** join/#oe Bernardo (n=Bernardo@89.181.20.43)
22:05.53*** join/#oe flo_lap (n=fuchs@f049187195.adsl.alicedsl.de)
22:10.05cdbot2* * OE Bug 3388 has been created by xjqian(AT)gmail.com
22:10.06cdbot2* * Meta-Bug: Angstrom 2007 preferred version update
22:10.08cdbot2* * http://bugs.openembedded.org/show_bug.cgi?id=3388
22:15.04cdbot2* * OE Bug 3364 has been RESOLVED (INVALID) by xjqian(AT)gmail.com
22:15.06cdbot2* *  mpfr-native-2.3.0-r1-do_populate_staging
22:15.08cdbot2* * http://bugs.openembedded.org/show_bug.cgi?id=3364
22:15.49*** join/#oe mwester-road (n=chatzill@cmr-208-97-118-162.cr.net.cable.rogers.com)
22:20.55Zero_Chaosxjqian: PING
22:21.25xjqianZero_Chaos: hi
22:21.56Zero_Chaosxjqian: hey, 3387 was my bug and you made 3388, I presume it would be proper to set 3388 depends on 3387?
22:24.48xjqianZero_Chaos: I set 3387 blocks 3388, which I think is the proper relationship
22:25.45Zero_Chaosokay, that's fine, that's what I meant.
22:26.13Zero_Chaosxjqian: is my bug clear enough, do I require a more compelling reasoning? is it clear enough that the release I'm asking for is stable?
22:26.23Zero_Chaosxjqian: basically, do I need to do anything else
22:26.33xjqianZero_Chaos: yes it's clear enought for me
22:26.47Zero_Chaosxjqian: k' thanks
22:27.28xjqianZero_Chaos: however, I created 3388 for Koen, if you know what I mean ;)
22:29.09Zero_Chaosxjqian: I am sorry, but I simply have no idea what you mean... *cough cough*
22:30.57xjqianZero_Chaos: I'm not experienced enough to commit changes that may affect a wide audience. I will leave it up to Koen, the Angstrom super lord, to decide which one should be updated in the Angsrom preferred.
22:31.29Zero_Chaosxjqian: my sarcasm may have been lost when translated into irc.... :-)
22:37.25*** join/#oe mithro (n=tim@eth2933.qld.adsl.internode.on.net)
22:42.04*** join/#oe Fique (n=tkazi@167.216.14.194)
22:44.02*** join/#oe scruggs_ (n=chris@72-161-111-81.dyn.centurytel.net)
22:47.28*** join/#oe CIA-33 (n=CIA@208.69.182.149)
22:47.30*** join/#oe memeruiz (n=memeruiz@f051107141.adsl.alicedsl.de)
22:49.30*** join/#oe tank17 (i=tank17@gateway/tor/x-88e10d4c0dc6fd23)
22:56.05cdbot2* * OE Bug 3389 has been created by autobuild(AT)openembedded.org
22:56.07cdbot2* * linux-efika-2.6.20.20-r1-do_configure
22:56.09cdbot2* * http://bugs.openembedded.org/show_bug.cgi?id=3389
23:00.07*** join/#oe Sleep_Walker (n=Sleep@195.22.44.103.adsl.nextra.cz)
23:02.59*** join/#oe Crofton (n=balister@66-207-66-26.black.dmt.ntelos.net)
23:18.10*** join/#oe tank17 (i=tank17@gateway/tor/x-b092f7fd5e333be4)
23:19.05*** join/#oe HopsNBarley (n=hops@nslu2-linux/HopsNBarley)
23:31.44otavioHow I could change psplash image? I saw it has .h files for it but didn't get how to convert an image for that format
23:31.49otavioCould someone help on it?
23:34.51mickeylplease see the documentation in the psplash source package
23:34.57mickeylthere's a batch file for that
23:35.12mickeyleh, wait... that's called script.
23:35.14mickeylheh
23:36.27otaviooh, on the source itself? Ok
23:36.32otaviomickeyl: thank you
23:42.00*** join/#oe otavio (n=otavio@201-40-162-47.cable.viacabocom.com.br)
23:42.08likewisemickeyl: you are converting to DOES?
23:42.25mickeylwhat's that? :)
23:42.35mickeylah, DOS, even
23:42.36mickeylheh
23:42.54mickeylnot really, in fact i'm trying to kill the last windows machine in my office early next year
23:43.00mickeylthen i'm winfree
23:51.26likewisesleep tight
23:54.19Zero_Chaosokay, anyone have an akita and know how to nand restore?
23:54.33Zero_ChaosI'm having a really bad day considering I just did a nand erase...
23:54.52NAbyssZero_Chaos: Boot with OK-D-M held down
23:55.03Zero_ChaosI got that.
23:55.25Zero_Chaosand then?
23:55.45NAbyssI can't remember which screen it is, but iirc, you need to go across a couple of pages to get to the backup/restore options
23:56.07Zero_ChaosI can't find "backup/restore" only "update" which doesn't seem to work
23:56.17NAbysshm, that's odd
23:56.35Zero_Chaosthe directions I find online says menu 3 then 2, but I have no 2 in menu 3
23:56.44NAbyss..erk
23:57.13Zero_Chaosyeah, and I have to nand restore now, considering I killed the emergency boot loader.

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.