IRC log for #oe on 20091022

00:02.55CIA-103Michael 'Mickey' Lauer <mickey@vanille-media.de> 07org.openembedded.dev * r7cb1640b06 10openembedded.git/recipes/tasks/task-cli-tools.bb: task-cli-tools: add serial-forward; bring back ltrace
00:03.21*** join/#oe alphaone (n=alphaone@2001:638:602:af01:0:0:0:1)
00:23.35khemgrg: Crofton so it seems renaming is what you guys incline too
00:23.43khemthe patch applies cleanly to 4.4.1 too
00:24.15khemcrofton: code gen is better in 4.4 for arm in general but the compiler itself is slow and needs more memory
00:24.33khemminimal and micro are the distros currently using gcc 4.4.1 as default.
00:24.41grgif you have a gcc 4.4.1 recipe with the 4.4.2 patch on it, people will probably wont realise that they are using 4.4.2
00:25.49grgactually, thats not true, because gcc will install as 4.4.2 wont it...
00:26.03grgmeh
00:26.15grgi still say move the recipe
00:29.39*** join/#oe rsalveti (n=rsalveti@189.115.168.101.dynamic.adsl.gvt.net.br)
00:35.18*** join/#oe rsalveti (n=rsalveti@189.115.169.179)
00:38.43*** join/#oe lim_ (i=8f6beba7@gateway/web/freenode/x-atxtydxtjutlkxsq)
00:38.46lim_hi, I need dm9601 cortex, dos anyone have it?  
00:40.22mwesternone for sale here
00:40.39lim_nops, it is a module
00:40.54lim_I need the arm port
00:40.58lim_dm9601.ko
00:41.13*** join/#oe mrc3_ (n=ddiaz@189.157.113.233)
00:44.02lim_I have a source code I modified to build dm9601.ko  (in order to support my usb-ethernet adapter), and it works alright when compiling for x86. however, when I try to cross compile it to cortexA8 code it fails. Could someone please help????
00:52.22*** join/#oe hufnus_cicq (n=hufnus_c@69-12-177-67.dsl.static.sonic.net)
00:56.19*** join/#oe blindvt` (n=b@chello213047219050.surfer.at)
00:56.29*** join/#oe grma (n=gruberm@chello212186029093.tirol.surfer.at)
01:00.58*** join/#oe zecke (n=ich@123-192-145-111.dynamic.kbronet.com.tw)
01:02.13*** join/#oe playya (n=playya@unaffiliated/playya)
01:02.41grgwhat are folks using for mem leak testing on their embedded devices?
01:03.11grgi'm almost tempted to do an x86 build of my image just to use valgrind...
01:04.32zeckegrg: valgrind is great
01:05.18zeckethe on non-x86 options include boehmgc, or porting memprof but I have not used any of them
01:06.21grgnothing with an OE recipe already?
01:07.22*** join/#oe raster (n=raster@enlightenment/developer/raster)
01:09.55zeckeI don't think so
01:09.56lim_I have a source code I modified to build dm9601.ko  (in order to support my usb-ethernet adapter), and it works alright when compiling for x86. however, when I try to cross compile it to cortexA8 code it fails. Could someone please help????
01:10.35grglim_, put the logs into a paste bin and someone will look at it
01:10.47lim_ok
01:15.47khemgrg: ok let me move it then
01:16.27khemgrg: mpatrol is cool for memory usage too
01:16.43grgcheers
01:17.10grgmtrace(3) looks useful too
01:17.50*** join/#oe Leatherface (n=leatherf@athlon.pitelink.com)
01:18.03lim_I have a source code(http://pastebin.ca/1636424 (.c)  http://pastebin.ca/1636426(.h)    http://pastebin.ca/1636430(makefile)) I modified to build dm9601.ko  (in order to support my usb-ethernet adapter), and it works alright when compiling for x86. however, when I try to cross compile it to cortexA8 code it fails(pastebin.ca/1636434 (crash)). Could someone please help????
01:18.20zeckegrg: http://www.hpl.hp.com/personal/Hans_Boehm/gc/leak.html
01:18.35lim_I have a source code(http://pastebin.ca/1636424 (.c)  http://pastebin.ca/1636426(.h)    http://pastebin.ca/1636430(makefile)) I modified to build dm9601.ko  (in order to support my usb-ethernet adapter), and it works alright when compiling for x86. however, when I try to cross compile it to cortexA8 code it fails(http://pastebin.ca/1636434 (crash)). Could someone please help????
01:20.04zeckelim_: have you ever cross compiled a kernel?
01:20.44lim_zecke_: no
01:21.18lim_zecke_: but I figured that I chould only change the makefile to use the cross compiler
01:21.26lim_*could
01:21.33zeckelim_: maybe google for it. What do you think if something like "i586" comes up as unknown argument
01:21.41lim_yep
01:21.58lim_that happened here
01:22.04lim_and some other flags too
01:22.14zeckelim_: what do you think it could mean? Do you know what i586 is?
01:22.22zeckelim_: you don't need to change the Makefile.. The kernel supports CROSS_COMPILE=arm-your-foo- and ARCH=arm...
01:22.38lim_it is an architecture isn't it?
01:23.30lim_really, I'll try adding these flags to the make file, then
01:23.54zeckelim_: no, treat the Makefile as read-only...
01:24.10*** join/#oe JDuke128 (n=kadir@85.107.133.126)
01:24.53JDuke128hi , is it possible to start OS very fast ? i mean instead of starting each service everytime , i write them on MMC and hibernate OS everytime from MMC on boot ?
01:25.30JDuke128i dont want hibernate but like that... it will show popup image startup again but boots very fast.
01:25.42lim_read-only?
01:25.49lim_how so?
01:26.03JDuke128yes read from cache on startup
01:27.02lim_hmm
01:27.03lim_trying
01:27.16JDuke128i mean... i just copy first boot dump and record it , and everytime os starts , it just resumes first recorded dump
01:27.29zeckelim_: do not change it ARCH=arm CROSS_COMPILE=arm-whatever- make modules (e.g. one more argument to point it to the build tree)
01:27.34JDuke128no lose time on starting apps...
01:27.52lim_zecke, but I already built a .ko like this
01:27.56grgJDuke128, that sounds like hibernate to me
01:28.07lim_and it didn't work on angstrom
01:28.56JDuke128grg , hibernate yes but on OS boots , it shows startup banner again.
01:29.19JDuke128hibernate but just hibernates first recorded boot not current
01:29.50grgJDuke128, i've never used hibernate, but I think you could modify the scripts involved to do that
01:30.16grgit is the closest to what you want, so would be a good thing to look at as a starting point
01:30.26JDuke128i just wanted to do fastest startup
01:30.58JDuke128on beagleboard
01:31.04grgJDuke128, http://lwn.net/Articles/299483/
01:31.51*** join/#oe mekius (n=mekius@enlightenment/developer/mekius)
01:33.02zeckelim_: You want to cross compile a kernel module so it works on your beagleboard or such?
01:33.10Croftonkhem, I'll see if I can find reference why we are not using 4.4 for arm
01:33.11lim_yep
01:33.30lim_that's exactly it
01:33.39Croftonzecke, I think you have a fix for my meta-toolchain issue, I coudln't fins a good error message
01:33.40zeckelim_: First the kernel buildsystem is quite good in this respect. Never change a makefile, never change CC or such in it
01:34.15lim_zecke_: ok
01:34.27zeckelim_: The build can be controlled with "$ ARCH=XYZ CROSS_COMPILE= make ABC". ARCH and CROSS_COMPILE are environment variables
01:34.45zeckelim_: ARCH can be like "arm", "mips", "x86", "alpha", "sparc"...
01:34.54Crofton|workERROR: QA Issue with gdb-cross-sdk: non debug package contains .debug directory: gdb-cross-sdk path /work/x86_64-armv7a-sdk-angstrom-linux-gnueabi/gdb-cross-sdk-7.0-r0/install/gdb-cross-sdk/usr/local/angstrom/arm/lib64/.debug/libiberty.a
01:34.54Crofton|workERROR: QA run found fatal errors. Please consider fixing them.
01:35.03Crofton|workzecke, is that what you fixed/
01:35.15lim_zecke_: then, where should I put this information if not in the makefile
01:35.37zeckelim_: and CROSS_COMPILE points to the string in front of "gcc" e.g. "arm-unknown-"
01:35.39Crofton|workgrr, mayb ethat is not the hard failure
01:35.48zeckelim_: environment variable...
01:35.59zeckeCrofton|work: no, I fixed something like this in binutils-cross :)
01:36.10Crofton|workdid you push that?
01:36.15lim_zeckeÇ but the line that calls gcc is inside the makefile
01:36.54lim_$CC ....  ..... unknown....
01:38.15grglim_, you should remove that CC= line from the dm9601 Makefile
01:38.51lim_zecke_Ç very well '~ll give it a try
01:39.07grgyou probably need to set the KERNELDIR env variable too
01:40.09grgin fact, you might want a new Makefile altogether
01:40.51grglim_, you should read the bits of LDD3 that pertain to building modules. i think its in the 1st or 2nd chapter
01:41.58grgor.... :)
01:42.12grgthe linux kernel seems to include a dm9000 driver
01:42.27grgperhaps you should use the in kernel driver instead of the one you have?
01:42.55lim_grg_: that's a thought I'll try too
01:42.59lim_kinda desperate
01:43.01lim_Ç)
01:43.03lim_:)
01:43.24grgit could even be the same driver.... "Copyright (C) 1997  Sten Wang"
01:45.57lim_grg_ : I'm trying some complicated things...as soon as I try every idea I'll report, thanks guys
01:46.46*** join/#oe kergoth (n=kergoth@ip24-251-170-95.ph.ph.cox.net)
01:53.15lim_found a guide http://www.ailis.de/~k/archives/19-ARM-cross-compiling-howto.html
01:57.31grgseems strange that you would be in the oe channel but not using oe as your cross compilation environment
01:58.38lim_I have oe here
01:58.58lim_but I had way many problems learning how to create bb files
01:59.06lim_too much new things to learn..not so much time
01:59.07lim_rsrs
02:00.49grgyou dont need to create any bb files to build a cross compiler
02:01.19lim_ops, I'm using codesourcery for cross compiling
02:02.54lim_ethe only thing I got from oe was angstro console image
02:03.54grgyou are not looking hard enough
02:04.12grgthe angstrom console image must have been built with something...
02:04.23grgyou probably also got a kernel
02:04.27grgwith modules
02:04.33lim_yes
02:04.47lim_I installed all kernel modules in an image i got from narcissus yesterday
02:04.58lim_9601 not included
02:05.21lim_i'm running a test on bb so i couldn't check wether 9000 is tehre
02:05.38*** join/#oe ctusar (n=ctusar@c-71-58-119-148.hsd1.pa.comcast.net)
02:05.57*** join/#oe mithro (n=tim@unaffiliated/mithro)
02:12.17*** join/#oe fraxinas (n=quassel@p4FD65DD6.dip.t-dialin.net)
02:16.33*** join/#oe cokebottles (n=doug@76.178.170.220)
02:43.44*** join/#oe BenLauDC (n=benlau@221.125.8.105)
03:02.44*** join/#oe zecke (n=ich@123-192-145-111.dynamic.kbronet.com.tw)
03:24.46*** join/#oe Tartarus (i=trini@pixelshelf.com)
03:37.35*** join/#oe Timelord (n=TL@16.8c.d12c.cidr.airmail.net)
03:41.21*** join/#oe playya_ (n=playya@unaffiliated/playya)
04:09.03*** join/#oe AvengerMoJo (n=cc@124.126.142.168)
04:28.11*** join/#oe PuffTheMagic_ (n=quassel@unaffiliated/puffthemagic)
04:52.14CIA-103Khem Raj <raj.khem@gmail.com> 07org.openembedded.dev * r2f5e8ec240 10openembedded.git/recipes/openscada/ (files/rcc-moc.patch openscada_svn.bb):
04:52.14CIA-1openscada: Add new recipe for openscada svn trunk.
04:52.14CIA-1Signed-off-by: Khem Raj <raj.khem@gmail.com>
04:52.25CIA-103Khem Raj <raj.khem@gmail.com> 07org.openembedded.dev * ra9447264ef 10openembedded.git/recipes/lm_sensors/lmsensors-apps_2.10.8.bb:
04:52.25CIA-1lmsensors-apps_2.10.8.bb: Fix QA error about missing GNU hash
04:52.25CIA-1* On ARM because we do not pass EXLDFLAGS in do_install
04:52.25CIA-1and do_stage we get binaries without .gnu_hash section.
04:52.27CIA-1Signed-off-by: Khem Raj <raj.khem@gmail.com>
05:18.12*** join/#oe Sup3rkiddo (n=sudharsh@unaffiliated/sudharsh)
05:32.20*** join/#oe CoRfr (n=quassel@202.36.179.65)
05:34.23*** join/#oe wicknix (n=3MX@117.63-135-133.netnet.net)
05:35.34CIA-103Frederik Sdun <frederik.sdun@googlemail.com> 07shr/merge * r2cb2b439b1 10openembedded.git/recipes/xorg-font/encodings_1.0.3.bb:
05:35.34CIA-1Add missing font-util-native depency for xorg-font/encodings
05:35.34CIA-1Signed-off-by: Frederik 'playya' Sdun <Frederik.Sdun@googlemail.com>
05:35.34CIA-1Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
05:35.50CIA-103Tom <tom@stosb.com> 07shr/import * r722132a2f1 10openembedded.git/recipes/shr/shr-settings_git.bb:
05:35.50CIA-1removed shr-setting's ophonekitd dependency
05:35.50CIA-1Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
05:35.51CIA-103Frederik Sdun <frederik.sdun@googlemail.com> 07shr/import * rfd99d70a19 10openembedded.git/recipes/xorg-font/encodings_1.0.3.bb:
05:35.52CIA-1Add missing font-util-native depency for xorg-font/encodings
05:35.54CIA-1Signed-off-by: Frederik 'playya' Sdun <Frederik.Sdun@googlemail.com>
05:35.56CIA-1Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
06:26.27*** join/#oe tsjsieb (n=tsjsieb@dejongbeheer.nl)
06:31.20*** join/#oe tasslehoff (n=Mich@147.84-49-231.nextgentel.com)
06:31.28tasslehoffmorning
06:34.54tasslehoffwhen I have a recipe that uses a Makefile, how do I control which target oe_runmake tries to build? I copied the omapfbplay.bb recipe and the source to modify it. I renamed the bb-file to omapfbtest.bb, and in the Makefile I renamed the target to omapfbtest, but it only wants to link if the target is called omapfbplay.
06:34.58*** join/#oe sgh (n=quassel@cpe.ge-0-2-0-950.faaqnqu1.customer.tele.dk)
06:35.07tasslehoffdid anyone understand that? :)
06:41.51CoRfrtasslehoff: EXTRA_OEMAKE ?
06:42.42CoRfrin classes/base.bbclass, look at oe_runmake
06:47.12tasslehoffCoRfr: thanks. I'll take a look
06:55.12*** join/#oe JDuke (n=kadir@85.107.133.126)
06:55.55tasslehoffCoRfr: if my recipe has a rule saying "omapfplay: omapfbplay.o yuv.o" it compiles and links. If I change this to "omapfbtest: omapfbplay.o yuv.o", it compiles but doesn't link.
06:56.28tasslehoffcan't see anything in oe_runmake that explains that phenomena :)
06:58.43CoRfrundead :p
06:58.52CoRfrindeed
06:59.35CoRfr(omfg I don't know how I end up writing undead instead of indeed, premonition ? zombies are coming !)
07:00.14tasslehoffCoRfr: good thing you had the smiley afterwards. made it (a little) less scary
07:01.07CoRfr<PROTECTED>
07:02.34tasslehoffeh... what? :)
07:02.50tasslehoffah, now I saw the diff :)
07:05.57tasslehoff"omapfbplay", but does it matter? I can't understand what could make it compile but not link anyway.
07:08.13CoRfrmaybe there is some other implicit rule since there is file name called omapfbplay.c, or something like that
07:08.45CoRfrbut I don't know, goog question though :D
07:21.37*** join/#oe zecke (n=ich@123-192-145-111.dynamic.kbronet.com.tw)
07:24.21*** join/#oe Hasse_ (n=quassel@cpe.ge-0-2-0-950.faaqnqu1.customer.tele.dk)
07:28.00*** join/#oe thebohemian (n=rschus@p5DDC77E7.dip.t-dialin.net)
07:29.42blindvt`khem, ping
07:35.41*** join/#oe Pr0t0N (n=lcintrat@fe2adsl-2.wyplay.net)
07:37.25CIA-103Khem Raj <raj.khem@gmail.com> 07org.openembedded.dev * r954cab651b 10openembedded.git/recipes/binutils/ (2 files in 2 dirs):
07:37.26CIA-1binutils-2.20.bb: Fix compilation error with missing braces
07:37.26CIA-1Signed-off-by: Khem Raj <raj.khem@gmail.com>
07:37.36CIA-103Khem Raj <raj.khem@gmail.com> 07org.openembedded.dev * re96730e101 10openembedded.git/conf/checksums.ini:
07:37.36CIA-1checksums.ini: Add missing checksum for ltrace 0.4
07:37.36CIA-1Signed-off-by: Khem Raj <raj.khem@gmail.com>
07:38.56CIA-103Khem Raj <raj.khem@gmail.com> 07org.openembedded.dev * rb302f84c8b 10openembedded.git/ (4 files in 2 dirs):
07:38.56CIA-1fftw-3.2: Rename fftw_3.2 recipes to fftw_3.2.2
07:38.56CIA-1Signed-off-by: Khem Raj <raj.khem@gmail.com>
07:39.07*** join/#oe ZaPPaS (n=moritz@buero2.pi5.physik.uni-stuttgart.de)
07:39.08*** join/#oe zZaPPaSs (n=moritz@buero2.pi5.physik.uni-stuttgart.de)
07:47.28blindvt`khem, in build.py for brevity: s/os.path.isfile(logfile) is True/os.path.isfile(logfile)/
07:54.03*** join/#oe likewise (n=chatzill@82.171.51.231)
08:20.53RPkhem: Hmm, something broke?
08:24.53mckoangood morning
08:27.01CIA-103Marco Cavallini <m.cavallini@koansoftware.com> 07org.openembedded.dev * rebc8401dfe 10openembedded.git/conf/distro/include/kaeilos-2009-preferred-versions.inc: include/kaeilos-2009-preferred-versions.inc aligned to latest Angstrom settings
08:27.38CIA-103Marco Cavallini <m.cavallini@koansoftware.com> 07org.openembedded.dev * rb6f9e51b61 10openembedded.git/conf/distro/kaeilos.conf:
08:27.38CIA-1conf/distro/kaeilos.conf completed previous modifications
08:27.38CIA-1* aligned to latest Angstrom settings
08:27.38CIA-1* removed xserver-kdrive as PREFERRED_PROVIDER_xserver
08:27.40CIA-1* added OLDEST_KERNEL ?= "2.6.25"
08:27.42CIA-1* reverted to PREFERRED_VERSION_glibc ?= "2.6.1" due to qemu compatibility issues
08:34.33*** join/#oe cyberdeck (n=cyberdec@iss66.vlsi.informatik.tu-darmstadt.de)
08:35.34*** join/#oe florian_kc (n=fuchs@port-217-146-132-69.static.qsc.de)
08:43.25*** join/#oe Laibsch (n=Laibsch@p10156-ipngn701marunouchi.tokyo.ocn.ne.jp)
08:44.06*** join/#oe archae0pteryx1 (n=snewman@207.47.42.130.static.nextweb.net)
08:47.37*** join/#oe noglitch (n=Miranda@mail.atmel.fr)
08:47.38*** join/#oe dth (n=Dieter@p4FDEB5BA.dip.t-dialin.net)
08:48.16floriangood morning
08:48.29mckoanmorning florian
08:48.49dthgood morning florian, all
08:54.13DJWillisGood morning chaps.
08:55.26DJWilliswonders when GDM suddenly decided that adding a dependency on libcanberra was the way to go :-o. Best add that to the 2.28 recipe as it seem to break is you build clean without it.
08:57.28hrwmorning
08:57.58DJWillisMorning hrw
08:59.07likewisegood morning dudes and dudettes
08:59.22RPmorning all
08:59.57*** join/#oe zecke (n=ich@123-192-145-111.dynamic.kbronet.com.tw)
09:01.14florianLooks liek I woke up some people here ;)
09:02.35XorA|goneDJWillis: gdm these days features full gnome desktop
09:03.51DJWillisXorA|gone: true, just sending up a patch that adds the missing depends, seems to build and look ok.
09:08.20*** join/#oe bluebugs (n=cedric@enlightenment/developer/cedric)
09:18.36mckoanhas a new IP phone number located at Cambridge,UK 0044122392xxxx
09:19.14CIA-103Koen Kooi <koen@openembedded.org> 07org.openembedded.dev * r30776429dd 10openembedded.git/conf/distro/include/ (angstrom-eglibc.inc angstrom-glibc.inc): angstrom: blacklist libiconv for *glibc to stop people from corrupting their builds
09:20.22*** join/#oe marex (n=marex@vasut.kolej.mff.cuni.cz)
09:25.30*** join/#oe Longfield (n=valentin@lsa1pc7.epfl.ch)
09:30.14CIA-103Denis 'Gnutoo' Carikli <GNUtoo@no-log.org> 07shr/merge * r93c24bba37 10openembedded.git/conf/machine/htcdream.conf:
09:30.14CIA-1htcdream: added machine configuration
09:30.14CIA-1Note that we require conf/machine/include/htc-msm7.inc
09:30.14CIA-1and that the use of kdrive is hardcoded into conf/machine/include/htc-msm7.inc
09:30.15CIA-103Frans Meulenbroeks <fransmeulenbroeks@gmail.com> 07shr/merge * r99d5ba358e 10openembedded.git/contrib/angstrom/sort.sh: angstrom build: added openrd-client
09:30.16*** join/#oe cbrake (n=cbrake@oh-69-34-21-229.sta.embarqhsd.net)
09:30.20CIA-103Frans Meulenbroeks <fransmeulenbroeks@gmail.com> 07shr/merge * rcc9e1d405e 10openembedded.git/ (5 files in 3 dirs): cdstatus: updated to 0.97.01
09:30.23CIA-103Stanislav Brabec <utx@penguin.cz> 07shr/merge * rc864c24bbe 10openembedded.git/recipes/gnome/ (3 files in 2 dirs): gconf: Install missing PolicyKit file. Use upstream dbus files. Recipe simplified.
09:30.26CIA-103Stanislav Brabec <utx@penguin.cz> 07shr/merge * r4af2054911 10openembedded.git/recipes/gammu/ (gammu-1.24.0/findmysql.patch gammu_1.20.0.bb gammu_1.24.0.bb): gammu: Updated to version 1.26.1.
09:30.29CIA-103Koen Kooi <koen@openembedded.org> 07shr/merge * rf63f035715 10openembedded.git/conf/checksums.ini: checksums: add gammu checksum
09:30.32CIA-103Koen Kooi <koen@openembedded.org> 07shr/merge * r213bf9c00e 10openembedded.git/recipes/powervr-drivers/ (2 files in 2 dirs): omap3 sgx modules: make proc interface patch use proper kernel version macros, courtesy Bin Liu
09:30.41CIA-103Leon Woestenberg <leon@sidebranch.com> 07shr/merge * rabe88d6b39 10openembedded.git/recipes/agg/agg_2.5.bb:
09:30.44CIA-1agg-2.5: Fix typoin CFLAGS. Provide X paths to configure.
09:30.46CIA-1There is a typo in the CFLAGS. Additionally a fix is needed to
09:30.48CIA-1have the X library paths configured correctly.
09:30.50CIA-1Fixed and tested for MACHINE=beagleboard.
09:30.52CIA-1Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
09:30.54CIA-103Stanislav Brabec <utx@penguin.cz> 07shr/merge * r50ac4f8283 10openembedded.git/recipes/python/python-gammu_0.26.bb: python-gammu: Recipe removed. Now built as part of gammu recipe.
09:30.57CIA-103Denis 'Gnutoo' Carikli <GNUtoo@no-log.org> 07shr/merge * r5f3472646e 10openembedded.git/recipes/linux/ (linux-msm7xxxx/htcdream/defconfig linux-msm7xxxx_git.bb):
09:31.00CIA-1linux-msm7xxxx: added htcdream support
09:31.02CIA-1we use a 2.6.29 kernel with support for usbnet,framebuffer,
09:31.04CIA-1touchscreen(tslib),modem emulated serial line,
09:31.18CIA-1keyboard,trackball
09:31.20CIA-1wifi could be added later(with wireless-compat)
09:31.22CIA-1alsa is missing(not ready yet)
09:31.24CIA-103Leon Woestenberg <leon@sidebranch.com> 07shr/merge * r559544e75c 10openembedded.git/recipes/gnash/ (files/gnash-glib-dependency.patch gnash-fb_0.8.5.bb):
09:31.27CIA-1gnash: Add gnash-fb 0.8.5, gnash for framebuffer devices.
09:31.29CIA-1Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
09:31.31CIA-103Philip Balister <philip@balister.org> 07shr/merge * rcde4a6ea41 10openembedded.git/recipes/gnuradio/ (gnuradio/no-usrp2-svn.patch gnuradio_svn.bb): gnuradio_svn.bb : GNU Radio is now maintained in git.
09:31.34CIA-103Leon Woestenberg <leon@sidebranch.com> 07shr/merge * rf6bb1d830c 10openembedded.git/recipes/gnash/ (gnash.inc gnash_0.8.5.bb):
09:31.37CIA-1gnash-0.8.5: Fix an upstream case-typo in the configure script.
09:31.41CIA-1Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
09:31.51CIA-1(83 lines omitted)
09:31.53CIA-103Koen Kooi <koen@openembedded.org> 07shr/merge * re51c625a06 10openembedded.git/recipes/totem/totem-pl-parser_2.28.1.bb: totem-pl-parser: update to 2.28.1
09:31.56CIA-103Koen Kooi <koen@openembedded.org> 07shr/merge * rdfba140ac1 10openembedded.git/conf/machine/igep0020.conf: igep0020: use omap3.inc
09:31.59CIA-103Enric Balletbo i Serra <eballetbo@iseebcn.com> 07shr/merge * ra52956b5aa 10openembedded.git/ (3 files in 3 dirs):
09:32.02CIA-1linux-igep2: Add 2.6.28.10 for IGEP v2 machine
09:32.04CIA-1Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
09:32.06CIA-1Signed-off-by: Koen Kooi <koen@openembedded.org>
09:32.08CIA-103Enric Balletbo i Serra <eballetbo@iseebcn.com> 07shr/merge * r54eab44990 10openembedded.git/conf/machine/igep0020.conf:
09:32.13CIA-1igep0020: Add IGEP v2 support to OE
09:32.17CIA-1Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
09:32.27CIA-1Signed-off-by: Koen Kooi <koen@openembedded.org>
09:32.29CIA-103Koen Kooi <koen@openembedded.org> 07shr/merge * ra4f21f295b 10openembedded.git/contrib/angstrom/sort.sh: angstrom feed sorter: add igep2 support
09:32.32CIA-103Koen Kooi <koen@openembedded.org> 07shr/merge * r91f7f50d7e 10openembedded.git/ (conf/checksums.ini recipes/gnome/libgdata_0.4.0.bb): libgdata: add 0.4.0
09:32.35CIA-103Koen Kooi <koen@openembedded.org> 07shr/merge * r4bdc304d25 10openembedded.git/recipes/totem/ (16 files in 4 dirs): totem: clean up totem dir
09:32.38CIA-103Michael 'Mickey' Lauer <mickey@vanille-media.de> 07shr/merge * r7100155e21 10openembedded.git/recipes/freesmartphone/ (4 files): fso: add some new dependencies
09:32.43CIA-103Michael 'Mickey' Lauer <mickey@vanille-media.de> 07shr/merge * re8576cce84 10openembedded.git/conf/distro/include/ (fso-autorev.inc sane-srcrevs-fso.inc):
09:32.50CIA-1sane-srcrevs-fso.inc: update to current cornucopia SRCREV
09:32.52CIA-1fso-autorev.inc: add libfsoresource
09:32.54CIA-103Michael 'Mickey' Lauer <mickey@vanille-media.de> 07shr/merge * r62f3874f4a 10openembedded.git/recipes/pulseaudio/libcanberra_0.17.bb: libcanberra: depends on libtool
09:32.59CIA-103Michael 'Mickey' Lauer <mickey@vanille-media.de> 07shr/merge * receec52d44 10openembedded.git/recipes/tasks/task-fso2-compliance.bb: task-fso2-compliance: add libfsoresource and fsogsmd
09:33.02CIA-103Michael 'Mickey' Lauer <mickey@vanille-media.de> 07shr/merge * r9043ab7d88 10openembedded.git/ (3 files in 2 dirs): serial-utils: fetch updated versions from FSO git and bump sane-srcrevs
09:33.05CIA-1(63 lines omitted)
09:36.26*** join/#oe _ProtoN_ (n=lcintrat@fe2adsl-2.wyplay.net)
09:41.39Longfieldhello. I am trying to build a sdk and binutils fails because non dbg contains .debug, is this a known problem ?
09:46.37*** join/#oe lrg (n=lrg@slimlogic.co.uk)
09:49.38*** join/#oe BenLauDC (n=benlau@221.125.8.105)
09:52.11*** join/#oe _ProtoN_ (n=lcintrat@fe2adsl-2.wyplay.net)
09:53.06*** join/#oe kristoffer (n=kristoff@79.138.132.38.bredband.tre.se)
09:53.12mckoanhrw: you told that last Angstrom bersion works on SAM9263, don't you?
09:55.16*** join/#oe thaytan (n=jan@nat/sun/x-lonoxrltxbpbafrc)
09:57.46hrwmckoan: it works for me
09:59.58hrwmckoan: want to login into?
10:02.52*** join/#oe mickey|office (n=M@dialbs-092-079-168-007.static.arcor-ip.net)
10:04.17*** join/#oe fpga (n=s@92.62.56.51)
10:05.02mckoanhrw: no thanks, I am trying to build Angstrom for SAM9263, and after I would try for PM9263
10:05.35mckoanhrw: since last modifications KaeilOS builds are totally broken, is a mess
10:06.51mckoanneeds to find a way to stabilize OE development, posibbly avoinding a fork
10:08.05mckoanthe problem is that OE is tailored to Angtrom and is not agnostic
10:08.08florianfeels the same
10:08.22florianagrees again
10:09.12mickey|officewell, it's up to us change that
10:09.46mckoannow clearly understand why OH created (I should say forked) Poky
10:10.10XorA|gonecalls bullshit on that claim
10:10.16*** join/#oe _ProtoN_ (n=lcintrat@fe2adsl-2.wyplay.net)
10:10.27mckoanXorA|gone: :-D
10:10.35mickey|officepoky was about something different
10:11.09XorA|goneangstrom just happens to have the most active developers
10:11.33XorA|gonenothing in oe is tied to us
10:11.38mckoanmickey|office: once you fork you obviously do things in a something different way ;-)
10:13.36likewiseXorA|gone: minimal-image mentions ANGSTROM :-)
10:14.00XorA|goneprobably because we wrote it
10:14.24XorA|gonebut it obviosly doesnt require angstrom
10:14.50likewiseXorA|gone: I know, I think Angstrom has brought OE forward in big steps without any doubt, and now some ppl feel locked-in.
10:14.54mckoanimagine MV people lurking and smirking (LOL)
10:15.20florian:-)
10:15.52XorA|gonelikewise: their mental issues are not solvable by Angstrom team
10:16.11XorA|gonebitbake oe-head-shrinker
10:17.17hrwI wonder what would people say 4 years ago... "OE is tailored to OpenZaurus"?
10:17.39*** join/#oe pirho (i=pirho@gateway/gpg-tor/key-0x2CEEC9CB)
10:18.14florianI wonder how many people in here have noticed how important this kind of discussions are. :-)
10:18.17mickey|officeand indeed they had a point
10:18.35mickey|officeuntil NSLU2 came and improved our versatility
10:19.09mckoanflorian: I don't understand if you are serious or sarcastic
10:20.07XorA|gonenow we have nslu2, micro, minimal, kaelios, openmoko, arago and others
10:20.23XorA|gonehardly angstrom only
10:20.34florianmckoan: This time I'm really serious. I would have used ";-)" if it shoudl have been sarcastic.
10:21.42mckoanflorian: so it is a worthwhile discussion
10:21.58mickey|officeit is, but probably not on IRC. rather on the mailing list or OEDEM
10:22.02mickey|officeimo
10:22.38florianmckoan: yes it is...
10:22.41XorA|goneOEDEM distro cage fight
10:23.22florianI do not see it as a fight... more as a kind of motivation and hitn to keep these things in mind.
10:24.18XorA|goneflorian: i know, but i feel angstrom gets unfairly blamed for many issues
10:24.19mckoanit is introductory to oedem
10:24.55tasslehofffaces "CROSS COMPILE badness" and think it sounds .. bad
10:25.26Longfieldhello. Could someone help me with a SDK build ?
10:25.48LongfieldI have QA problems about binutils-cross-sdk
10:27.06likewiseXorA|gone: it gets famed as well, I guess it just goes with success
10:27.28florianXorA|gone: hmm... I would not go that far. But its important to understand that it is not meant to fit all the needs...
10:28.45XorA|goneflorian: see above sounds like mckoan blamws angstrom for kaelios failures
10:28.48florianXorA|gone: Angstrom is critical from some points of view - it tries to be as up to date as possible e.g. And this is good because it moves OE forward.
10:30.26florianXorA|gone: Try to see it in a more positive way... its part of the learning process ;)
10:31.20florianLongfield: Is your oe up to date? Could you pastebin the error message?
10:34.23Longfieldflorian: http://pastebin.com/m2bcac60f
10:37.00florianLongfield: Yes this really looks like packaging is wrong
10:37.20CIA-103Leon Woestenberg <leon@sidebranch.com> 07org.openembedded.dev * r23402486d5 10openembedded.git/recipes/gnash/gnash-fb_0.8.5.bb: gnash-fb: Fix DEPENDS from cairo to agg.
10:37.47hrwLongfield: check patchwork
10:39.11florianActually Koen's changes some days ago look like they could have fixed it.
10:39.13mckoanXorA|gone: you are right, please consider that I have nothing against angstrom :-)
10:40.23mckoanXorA|gone: but a modification to a package or to a recipe should'nt brake all other stuff
10:40.59mckoanXorA|gone: this may well be my fault, and I'd like to understand how to avoid this
10:41.16mckoanXorA|gone: and IMHO this is valid for each distro and each recipe in OE
10:42.39mckoanXorA|gone: (I'm only discussing with friends, and not claiming in any way :-D )
10:43.21mckoan-> lunch
10:44.29mickey|office~bon appetit
10:44.36ibotsomebody said bon appetit was smacznego.  Guten Appetit.  Eet Smakelijk.  God Appetitt.  Buon Appetito.  Buen apetito  Bom Apetite. buen apetito  Smaklig måltid!.  Hyvää ruokahalua.  Bo Proveito
10:45.52hrwsomeone should fix those non-utf8 entries
10:47.19tasslehoffI'm putting together a custom angstrom image, and I will soon start writing own software. I need a working environment where I can stay up to date with upstream OE changes, and keep my applications separate. Any best practices for this?
10:48.28hrwuse collections?
10:48.44*** join/#oe mithro (n=tim@unaffiliated/mithro)
10:49.05Crofton|workgit branch can also work
10:49.05CIA-103Koen Kooi <koen@openembedded.org> 07org.openembedded.dev * ra1a6def64f 10openembedded.git/recipes/poppler/poppler_0.12.1.bb: poppler: add 0.12.1, latest stable
10:49.11CIA-103Koen Kooi <koen@openembedded.org> 07org.openembedded.dev * r1df7956a05 10openembedded.git/ (conf/checksums.ini recipes/cairo/cairo_1.8.8.bb): cairo: add 1.8.8
10:49.11CIA-103Koen Kooi <koen@openembedded.org> 07org.openembedded.dev * rc938428039 10openembedded.git/conf/distro/include/angstrom-2008-preferred-versions.inc: angstrom: prefer cairo 1.8.8, less bugs and faster
10:50.24Crofton|workhahahha
10:50.32Crofton|worklet me paste a line from #gumstix
10:50.43Crofton|workHmm. Narcissus at angstrom is a much faster way to do this.. Done and booted, now on to wifi.
10:51.58Crofton|workhttp://pastebin.ca/1637012
10:52.02Crofton|workthe complete monolog
10:52.41Crofton|workWhen people talk about "improving" OE, they should also consider how far we have come
10:53.56tasslehoffCrofton|work: I thought some git branch scheme could work as well. a local development branch with oe + custom sw gets oe updates from a "clean" local oe-branch that tracks a remote oe branch.
10:54.37tasslehoffStill fairly new to git, so I'm not sure what's possible
10:55.01tasslehoffhrw: collections?
10:55.56Crofton|worktasslehoff, then collections might be better for you
10:56.04Crofton|worksee the manual
10:57.01hrwtasslehoff: I am using now svn+oe for BugLabs next version of software
10:57.16*** join/#oe yang (n=yang@2001:470:1f0b:86f:0:0:0:400)
10:57.18tasslehoffCrofton|work: bitbake collections: This section is a stub, help us by expanding it ? :)
10:57.24hrwtasslehoff: some stuff is kept in svn (BL things), git keeps stable/2009 branch of OE
10:58.24tasslehoffhrw: sounds relevant, cause we currently have our code in an svn repo. you add recipes to oe that fetches from svn and/or file system?
10:59.55hrwtasslehoff: svn://svn.buglabs.net/bug/branches/hrw/oe-stable-2009/ - feel free to checkout and look
11:00.12hrwtasslehoff: but for OE I would suggest making branch in git
11:00.24tasslehoffhrw: thanks a lot
11:00.45tasslehoffhrw: yes, I figure I will have to make a local "really stable" branch
11:01.09hrweach person needs other way of stable branch today...
11:02.30Crofton|workin reality, if I had a shipping product, I would do maintenance for it in a branch
11:02.31blindvt`s/b// ;)
11:04.18*** join/#oe DTH_NTB (i=59b617b3@gateway/web/freenode/x-mfbxpklirefuetgs)
11:06.28tasslehoffCrofton|work: now you're talking about a branch of oe?
11:06.42Crofton|workyeah
11:06.58Crofton|workI would make a branch and only commit fixes that impacted product
11:07.16Crofton|workbut, I would also track dev for "major" upgrades
11:07.30Crofton|workdoes that make sense to you?
11:11.48*** join/#oe Hasse_ (n=quassel@cpe.ge-0-2-0-950.faaqnqu1.customer.tele.dk)
11:12.27CIA-103Klaus Kurzmann <mok@fluxnetz.de> 07shr/merge * rc6eaae0709 10openembedded.git/conf/distro/include/shr-autorev-unstable.inc:
11:12.27CIA-1shr-autorev-unstable.inc: set vala-dbus-binding-tool-native back to AUTOREV
11:12.27CIA-1Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
11:12.34*** join/#oe aloril (n=aloril@dsl-tkubrasgw3-fe7ef900-153.dhcp.inet.fi)
11:13.01tasslehoffCrofton|work: yep.
11:14.29*** join/#oe yang (n=yang@2001:470:1f0b:86f:0:0:0:400)
11:14.51mike_cwis opkg normally a massive CPU hog or is something likely to be wrong?
11:15.05mike_cwon ARM9
11:15.13*** join/#oe mario-goulart (n=user@67.205.85.241)
11:24.00Stecchinois there a recipe for a program to setup masquarading?
11:24.07Stecchinoi.e. connection sharing
11:29.28*** join/#oe Gnutoo (n=gnutoo@host93-155-dynamic.51-79-r.retail.telecomitalia.it)
11:30.35*** join/#oe rob_w (n=bill@217.237.177.190)
11:32.47zeckeStecchino: no, but netfilter.org provides a tool to save/restore filter rules
11:32.55zeckeit probably comes with a start script too
11:38.01Croftonzecke, have you pushed the binutils-cross fix you mentioned?
11:39.48zeckeCrofton: not yet, building meta-toolchain from scratch right now
11:40.24Croftoncool
11:40.33*** join/#oe vo5 (n=vo@bd2124aa.virtua.com.br)
11:40.38CroftonI will be busy on other stuff, but can test later
11:41.28*** join/#oe lisppaste7 (n=lisppast@common-lisp.net)
11:50.00*** join/#oe benlau2 (n=benlau@221.125.8.70)
11:55.02Longfieldhrw: sorry, was out for lunch. What do you mean by check patchwork ?
11:57.45Crofton|workpatchwork.openembedded.org
12:05.41*** join/#oe ZaPPaS (n=moritz@buero2.pi5.physik.uni-stuttgart.de)
12:05.44*** join/#oe zZaPPaSs (n=moritz@buero2.pi5.physik.uni-stuttgart.de)
12:09.29*** join/#oe ant_work (n=andrea@host214-85-static.34-85-b.business.telecomitalia.it)
12:10.12ant_workmorning
12:10.27zeckeCrofton: do you have admin access to patchwork?
12:10.36*** join/#oe ZaPPaS (n=moritz@buero2.pi5.physik.uni-stuttgart.de)
12:10.37*** join/#oe zZaPPaSs (n=moritz@buero2.pi5.physik.uni-stuttgart.de)
12:10.37*** join/#oe stefan_schmidt (n=stefan@c120.apm.etc.tu-bs.de)
12:11.19ant_workdid archive some (applied/superseeded/rejected) patches some mins ago
12:11.50ant_workme/ kindly asks who send patches to the ML to follow them and eventually archive one day
12:12.03*** join/#oe tsjsieb (n=tsjsieb@dejongbeheer.nl)
12:12.06CIA-103Koen Kooi <koen@openembedded.org> 07org.openembedded.dev * r7d22ae8ecd 10openembedded.git/recipes/u-boot/u-boot-git/new-pinmux.patch: u-boot git: refresh beagle pinmux patch
12:14.56*** join/#oe Cwiiis (n=cwiiis@158.43.2.102)
12:15.13LongfieldCrofton|work: ok I see that there is a binutils cross patch that could help me on patchwork. It is quite old (May), I can apply it locally to me OE branch, but when/how are the patchwork patches applied ?
12:17.26Croftonzecke yeah
12:17.32Croftonwhat is the problrm
12:17.49CroftonLongfield, when a dev notices
12:18.20CroftonI need to go to a meeting today so i can't look at it until much later
12:19.57*** join/#oe ZaPPaS (n=moritz@buero2.pi5.physik.uni-stuttgart.de)
12:20.52*** join/#oe gremlin[it] (n=gremlin@host209-103-static.32-85-b.business.telecomitalia.it)
12:25.37*** join/#oe ZaPPaS (n=moritz@buero2.pi5.physik.uni-stuttgart.de)
12:25.39*** join/#oe zZaPPaSs (n=moritz@buero2.pi5.physik.uni-stuttgart.de)
12:28.48*** join/#oe alecrim (n=alecrim@189.2.128.130)
12:30.49mckoan-> re
12:33.59*** join/#oe alecrim_ (n=alecrim@189.2.128.130)
12:35.11*** join/#oe ctusar (n=ctusar@c-71-58-119-148.hsd1.pa.comcast.net)
12:37.22CIA-103Martin Jansa <martin.jansa@gmail.com> 07shr/merge * rddd2c58ab5 10openembedded.git/ (18 files in 4 dirs):
12:37.22CIA-1shr/merge: import shr stuff from shr/import
12:37.22CIA-1Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
12:37.23CIA-103Martin Jansa <martin.jansa@gmail.com> 07shr/merge * r34d6f6a9dc 10openembedded.git/recipes/linux/ (2 files in 2 dirs):
12:37.23CIA-1shr/merge: Fix building glamo-spi
12:37.24CIA-1Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
12:37.28CIA-103Martin Jansa <martin.jansa@gmail.com> 07shr/merge * r1c7f666f2f 10openembedded.git/recipes/python/python_2.6.2.bb:
12:37.31CIA-1shr/merge: Fix python-ctypes build with autoconf-2.63
12:37.33CIA-1Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
12:37.35CIA-103Martin Jansa <martin.jansa@gmail.com> 07shr/merge * r9c44a5992c 10openembedded.git/conf/distro/include/preferred-shr-versions.inc:
12:37.38CIA-1shr/merge: update preferred vala version to 0.7.7+fso5
12:37.40CIA-1Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
12:37.42CIA-103Martin Jansa <martin.jansa@gmail.com> 07shr/merge * r3178b3517a 10openembedded.git/recipes/tasks/task-shr-minimal.bb:
12:37.45CIA-1shr/merge: Use new phoneui apps
12:37.47CIA-1Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
12:43.42*** join/#oe CoRfr (n=quassel@111.69.243.71)
12:48.10tasslehoffI get CROSS COMPILE badness when I compile gst-plugins-bad-0.10.12-r0. What do I do?
13:01.09zecketasslehoff: short: fix it long: understand it, try, fix it, send a patch
13:01.21zecketasslehoff: see config.log for the test failing and the reason
13:04.24tasslehoffzecke: no errors in config.log I think, but do_compile says "cc1: internal compiler error: in add_path, at c-incpath.c:425"
13:05.39zecketasslehoff: well, the "/usr/include" must have been detected by configure? or how did that end up there?
13:16.41*** join/#oe JaMa (n=martin@161-24.13.24.78.awnet.cz)
13:36.06*** join/#oe woglinde (i=woglinde@g225005131.adsl.alicedsl.de)
13:37.23*** join/#oe CoR_ (n=quassel@111.69.242.186)
13:38.54*** join/#oe flo_lap (n=fuchs@port-217-146-132-69.static.qsc.de)
13:50.30CIA-103Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> 07org.openembedded.dev * r82ffbc9a75 10openembedded.git/recipes/xorg-xserver/ (2 files in 2 dirs): xserver-xorg-conf: added config fot at91sam9263ek
13:51.03*** join/#oe pwgen (n=ew@h206.natout.aau.dk)
13:52.08zecketasslehoff: you might want to look into the dreambox branch and see if they have a gstreamer bugfix
13:52.23pwgenhi, i want buid e-image for angstrom, but got "unbuildable dependency" error on bluez-libs-3.36. how can i for to use bluez4 ?
13:56.49woglindepwgen correct e-image
13:56.58woglindehe zecke
13:59.26Longfieldok, the QA problem with binutils-cross-sdk is solved, but the sdk fails just at the end: package_update_index_ipk: command not found
14:00.00pwgenwoglinde: its no sufficiant to  work with something like  "PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}bluez:bluez4" ?
14:00.50woglindelongfield did you solve it your self? then please send the patches
14:01.12woglindepwgen hm angstroem self takes care to use only bluez4
14:01.21woglindeso I think something is wrong in the image
14:01.28tasslehoffzecke: had to go to a meeting...
14:02.24tasslehoffzecke: configure is called with "--includedir=/usr/include"
14:02.41zecketasslehoff: that is fine, that is for installation
14:03.15pwgenwoglinde: build for x11-image, console image went well. ( machine=epia) . . so i will try to get e-image running ...
14:03.34Longfieldwoglinde: nope, not self I had to update my tree (which I don't like to do, I like more ... stable one when things seem to work for me)
14:05.39*** join/#oe Laibsch (n=Laibsch@p10156-ipngn701marunouchi.tokyo.ocn.ne.jp)
14:12.37noglitchhrw: Hi
14:12.54noglitchhrw: we are in the process of creating images with 2.6.30 patchset
14:13.01hrwcool
14:13.28noglitchhrw: BTW, where do you specify to use xorg instead of kdrive ?
14:13.40hrwnoglitch: in machine config
14:13.46hrwnoglitch: via XSERVER variable
14:14.28noglitchhrw: indeed I recall this... ok, we will tty
14:14.34noglitchs/tty/try/
14:15.07noglitchhrw: for 2.6.30, unfortunately our FTP server is down today...
14:15.07hrwnoglitch: for at91sam9263ek it would be "xserver-xorg xf86-input-evdev xf86-video-fbdev" basically
14:15.28hrwnoglitch: you can add patches into metadata
14:16.20noglitchhrw: well it is a tar with +65patches in it...
14:16.30hrwok
14:17.09CIA-103Martin Jansa <martin.jansa@gmail.com> 07shr/merge * r1a8bb41a19 10openembedded.git/recipes/glibc/ (glibc-2.9/glibc-2.9-enable-binutils-2.2.patch glibc_2.9.bb):
14:17.09CIA-1binutils-2.20 is new enough for glibc_2.9, change configure script to accept it
14:17.09CIA-1Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
14:17.31CIA-103Thomas Zimmermann <zimmermann@vdm-design.de> 07shr/import * r07fce6b0d6 10openembedded.git/recipes/openbox/ (4 files in 2 dirs):
14:17.31CIA-1openbox: update recipe and add obconf
14:17.31CIA-1Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
14:17.33noglitchfor the "SwapAxes" it may come from the misconfiguration of the evdev in our defconfig: CONFIG_INPUT_MOUSEDEV_SCREEN_X and _Y are swapped...
14:18.06noglitchnot sure but I find this last time I updated them...
14:18.28hrwmaybe thats it
14:18.40*** join/#oe rsalveti (n=rsalveti@200.184.118.130)
14:19.28hrwI have to admit that I was surprised when x11 started without calibration
14:21.07tasslehoffzecke: this looks relevant http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?h=org.openembedded.dreambox&id=d26616e57926542f48d3c151ced0deb0362bf015
14:22.02mckoanjust found that with SAM9263 KaeilOS has been broken and Angstrom calibration does not work properly, great!
14:22.14zecketasslehoff: aeh? that is for tuxbox and not gstreamer :)
14:22.44tasslehoffzecke: gah. I read this very wrong. combined to commit messages :)
14:22.46ant_workhrw: do you happen to remember the Author of makedevs recipe?
14:22.54zecketasslehoff: CROSS_COMPILE badness is a patch to the preprocessor to abort when host includes are used. The problem is not the abort but the host include...
14:22.54hrwno
14:23.03hrwant_work: is not it in patchwork?
14:23.09zecketasslehoff: on oe.org is a small introduction to what it means and why it is a problem
14:23.17ant_workhrw: the recipe is years ols
14:23.27*** join/#oe Gnutoo (n=gnutoo@host93-155-dynamic.51-79-r.retail.telecomitalia.it)
14:23.33pb__ant_work: what does the git history say?
14:23.42hrwant_work: git log --follow makedevsrecipe
14:23.55ant_workhe...ok I'll see later @home
14:26.24*** join/#oe vivijim (n=vivijim@unaffiliated/vivijim)
14:26.41tasslehoffzecke: ok
14:28.13CIA-103Holger Hans Peter Freyther <zecke@selfish.org> 07org.openembedded.dev * rb294033116 10openembedded.git/recipes/binutils/binutils-cross-sdk.inc:
14:28.13CIA-1binutils-cross-sdk: Avoid QA error on building
14:28.13CIA-1On a x86-64 build host trying to build meta-toolchain
14:28.13CIA-1for mips ended up with a .debug dir in the cross directory.
14:28.13CIA-1Fix the issue by placing this directory in the -dbg package
14:30.33florianAny volunteers to write a Symbian bb? ;)
14:30.52woglindeflorian hm?
14:31.10florianwoglinde: they released the kernel sources
14:31.27woglindehm
14:31.32woglindeah
14:31.39woglindeI remember
14:31.47woglindeabout nokia and symbian
14:31.47zeckeflorian: did you find an easy way to clone the repository?
14:32.05florianzecke: I didn't try so far...
14:32.07zeckeflorian: the sourcecode looks like "hingekotzt"
14:32.17woglindezecke normal
14:32.23woglindein this branch
14:32.37mickey|officezecke: hehe
14:33.09zeckemickey|office: seriously... they put '}' indentend like they feel like
14:33.14florianI just looked at the documentation of their buildsystem... that's evil. Looks like someone tried to combine autotools with cmake and a huge pile of xml.
14:33.23florianzecke: *g*
14:33.25kergothshudders
14:33.26woglindeflorian what the fuck
14:33.54zeckeand they use "asm" statements all over, without volatile... they have never heard of \n
14:34.06florianwoglinde: http://developer.symbian.org/wiki/index.php/Introduction_to_RAPTOR
14:34.31woglindezecke hm I think thats why nokia opened the source
14:34.54zeckewoglinde: yeah Nokia sucks... they should let things die fast
14:35.13zeckeanyone has real mips hardware here?
14:35.31mickey|officezecke: commercial grade quality
14:35.34mickey|office*cough*
14:36.19woglindezecke hm dreambox guys should have
14:36.25woglindeand mickey has one
14:36.33florianzecke: Would a SGI Octane do the trick?
14:36.50woglindehm right my indigo2 is into the basement
14:36.53zeckemickey|office: in all honesty, they make thing that work
14:36.56zeckewoglinde: haha
14:37.07zeckeI just need some configure values for ORBit2
14:37.16zeckeI'm using qemu now...
14:37.25*** join/#oe Analias (n=analias@68.35.8.162)
14:37.41hrwzecke: my mips boxes have just few MB of storage;(
14:39.24*** join/#oe rob_w (n=bill@p549BF97D.dip.t-dialin.net)
14:39.50zeckeflorian: wow they made a screenshot of a text file?
14:41.02florianzecke: yeah
14:42.33broonieThat's pretty much standard for Windows users.
14:43.27mckoanAngstrom bitbake x11-image does not work at all with ARM too
14:44.29mckoanMissing or unbuildable dependency chain was: ['x11-image', 'angstrom-gpe-task-settings', 'connman-gnome', 'connman', 'ppp', 'libpcap', 'bluez-libs']
14:45.08florianUh no... not bluez-libs again
14:45.15mckoanshit! wrong distro
14:45.21mckoanplease ignore
14:45.23florianheh
14:45.46mckoanit has been a heavy day
14:52.06*** join/#oe patrice (n=Miranda@mail.atmel.fr)
15:00.53woglindehm some knows how conditinal and and-operator fits together?
15:01.37*** join/#oe benlau2 (n=benlau@221.125.8.70)
15:01.42kergothwoglinde: elaborate
15:02.13woglindekergoth I need somethin like ifeq ( $(ARCH), i686) && ifeq ( $(ARCH), i586)
15:02.48kergoththis is gmake i assume?
15:02.54woglindehm maybee I will take subst
15:03.21woglindeyes gnu make
15:03.54kergothifeq ($(this)$(that),thisvalthatval) ;)
15:04.43*** join/#oe PaulFertser (n=PaulFert@mail.nixl.net)
15:05.17woglindehm findstring should be okay
15:07.04woglindeyeah thats work better
15:07.19woglindeifeq ($(findstring 86,$(ARCH)), 86)
15:07.47hrwmake if/else is too stupid
15:09.09kergothgotta love deeply nested if/else.  did they ever add an elif?
15:09.23kergothi know recent makes do have some nice new features, haven't paid close attention though
15:09.44pb__woglinde: heh, I would have thought you could replace "ifeq ( $(ARCH), i686) && ifeq ( $(ARCH), i586)" with "if (0)"
15:09.54tasslehoffpb__: I agree :)
15:10.34rob_wcan one of the above run a quick gs-8.64.bb test ;-)
15:11.29kergothhehe
15:13.17woglindepb__ bah
15:18.11hrwwants unlimited cmdline
15:18.18woglindehahah
15:18.24hrwone of my builds has line with 210997 chars
15:18.52hrwit is "printf $VAR >$file
15:19.08Gnutoolol
15:24.56chouimatmorning
15:26.21*** join/#oe alecrim (n=alecrim@189.2.128.130)
15:34.14*** join/#oe pH5 (n=ph5@e178206237.adsl.alicedsl.de)
15:40.49*** join/#oe kristoffer_ (n=kristoff@95.209.73.108.bredband.tre.se)
15:42.19*** join/#oe alecrim (n=alecrim@189.2.128.130)
15:46.05CIA-103Koen Kooi <koen@openembedded.org> 07org.openembedded.dev * r5f88338d6a 10openembedded.git/recipes/gnome/gdm_2.28.0.bb: gdm: add dep on libcanberra and bump PR
15:50.14*** join/#oe cminyard (n=cminyard@pool-173-57-145-237.dllstx.fios.verizon.net)
15:52.47mckoanhave a nice rest of the day
16:00.16*** join/#oe alecrim (n=alecrim@189.2.128.130)
16:03.04*** join/#oe aloisiojr (n=aloisio@200.184.118.130)
16:07.21*** join/#oe alecrim (n=alecrim@189.2.128.130)
16:30.04*** join/#oe Weaselweb (n=quassel@77-64-160-64.dynamic.primacom.net)
16:30.19*** join/#oe vivijim (n=vivijim@unaffiliated/vivijim)
16:32.46RPkhem: I know what the problem is
16:33.07woglindeahoi rp
16:36.01RPhi woglinde
16:36.21kergothsighs, stupid lib64 crap
16:37.24*** join/#oe marex (n=marex@vasut.kolej.mff.cuni.cz)
16:37.26woglindekergoth *g*
16:37.48kergothand of course i'm using an external toolchain, so i can't just apply romans patches to move to lib/lib32 instead of lib64/lib...
16:38.08kergoththere are a lot of hardcoded refs assuming that libdir == prefix/lib
16:40.22kergothwonders if itd just be a matter of changing the path to the dynamic linker on the compiler line, along with adjusted rpath(s) to make the switch
16:41.29pb__probably just changing the dynamic linker would be good enough, assuming your ld.so itself knows where the libraries actually are.
16:41.57kergothah, right
16:42.13kergothokay, i guess i'll give that a shot, woudl be a lot easier than finding all the assumptions about the file layout..
16:42.35kergothwe should really try to distinguish in some way amongst the configuration variables which we expect the user to change, and those we don't
16:43.33pb__yeah
16:44.07pb__and, of course, the answer to that rather depends on what you count as "the user"
16:44.09pb__heh
16:44.12kergothheh, indeed
16:56.20*** join/#oe pleemans (n=toi@d54C2A96D.access.telenet.be)
17:06.52*** join/#oe kozak (n=kozak@122.166.48.72)
17:09.38*** join/#oe Jay7 (n=jay@93-81-71-106.broadband.corbina.ru)
17:12.22DJWillisEvening, can anyone thing of a reason why a task (and as such an image) would suddenly fail when doing the rootfs bit with errors about missing 'native' dependency’s :-o. In this case, * liburi-perl-native *  python-native *.
17:14.16woglindeDJWillis hm
17:14.28woglindemaybee some DEPENDS are wrong
17:14.33woglindewhich image is it?
17:15.04kergoththe *'s make it look like an opkg error, which makes me think someone put it in their rdepends instead of depends or something.. that makes no sense..
17:16.16DJWilliswoglinde: mine :(, the XFCE 4.6.1 stuff, just blew tmp away last night to test them all again and they all built fine but the image borks.
17:16.23woglindeDJWillis try to build with bitbake -DDD
17:16.48woglindeand look at the output
17:17.00woglindemaybee you are spotting the lurker
17:17.08JDukehi , i m having problem on my bitbake i got error this :  need to be rerun and 1 failed.
17:17.09DJWilliskergoth: hmmm, looking back to some of the more interesting depends/rdepends stuff from AMD in the recipies I worked from I can belive that, i'll look into it.
17:17.10JDukeERROR: TaskFailed event exception, aborting
17:17.10JDukeERROR: Build of /home/kerim/oe/openembedded/recipes/linux/linux-omap_2.6.29.bb do_fetch failed
17:17.10JDukeERROR: Task 501 (/home/kerim/oe/openembedded/recipes/linux/linux-omap_2.6.29.bb, do_fetch) failed
17:17.10JDukeNOTE: Tasks Summary: Attempted 858 tasks of which 858 didn't need to be rerun and 1 failed.
17:17.10JDukeERROR: '/home/kerim/oe/openembedded/recipes/linux/linux-omap_2.6.29.bb' failed
17:17.19DJWilliswoglinde: thanks.
17:17.29woglindeJDuke please use pastebin
17:17.33JDukesry...
17:17.58woglindeJDuke or INHERIT += "oestats-client"
17:17.59woglindeOESTATS_SERVER = "tinderbox.openembedded.net"
17:18.06Jay7is looking for XorA|gone :)
17:18.08woglindeput the last 2 into your local.conf
17:18.19woglindeand paste the url from tinderbox here
17:24.12DJWilliswoglinde: -DDD is very interesting, I have never used that (must have missed it was even there). Handy, thanks.
17:24.37woglindeyeah
17:24.39woglindeno prob
17:25.51CIA-103Koen Kooi <koen@openembedded.org> 07org.openembedded.dev * r341b8924f5 10openembedded.git/recipes/tasks/angstrom-task-gnome.bb: angstrom-task-gnome: various tasks or a GNOME desktop based image
17:27.02*** join/#oe sicu (n=n_a@cm-84.208.110.191.getinternet.no)
17:29.49JDuke$OE_HOME/beagleboard/beagleboard/profile.sh
17:30.03JDukewoglinde , $OE_HOME/beagleboard/beagleboard/profile.sh <= on this file ?
17:30.12woglindeno
17:30.22woglindeconf/local.conf
17:30.55woglindewhere conf/local.conf should be outside of oedir
17:31.29woglindeI have it under $foo/build/conf/local.conf
17:31.30JDukei got this file : /home/kerim/oe/beagleboard/beagleboard/conf/local.conf
17:31.59JDukeand this...
17:32.16*** join/#oe CSMan (n=csman@unaffiliated/csman)
17:32.20woglindeare you using some custom script?
17:32.26woglindenot bitbake directly?
17:32.42JDukehttp://pastebin.com/m3c42d869
17:32.52JDukeyes , i m using beagleboard
17:32.55JDukecompile script
17:32.57woglinde*sigh*
17:33.04woglindethat was not the question
17:33.10JDukethis
17:33.11JDukehttp://elinux.org/BeagleBoardAndOpenEmbeddedGit
17:33.20woglindebeagleboard is your targetmachine/port
17:33.51JDukeOESTATS_SERVER = "tinderbox.openembedded.net" <= this helps ?
17:34.03JDukei add my beagle local.conf ?
17:34.15woglindethats not enough
17:34.39woglindeINHERIT += "oestats-client"
17:34.43woglindeput this in too
17:34.54woglindehm so you are using the stable branch right?
17:35.51woglinde<PROTECTED>
17:35.55woglindeform the wiki
17:36.21JDukefatal: git checkout: branch stable/2009 already exists
17:36.26woglindeargs
17:36.29JDukeso no need
17:36.31woglinde*sigh*
17:36.41woglindeJDuke open the window and jump
17:36.56woglindeare you always random doing what other paste?
17:36.59m4tdefenestration
17:37.22JDukenow it seems its doing
17:37.30JDukeOE:beagleboard kerim@kerim-laptop:~/oe/openembedded$ bitbake console-image
17:37.30JDukeNOTE: Out of date cache found, rebuilding...
17:37.30JDukeNOTE: Handling BitBake files: \ (0188/6695) [ 2 %]
17:37.39m4tthats my favorite part of oe
17:37.50*** join/#oe alecrim (n=alecrim@189.2.128.130)
17:37.57JDukei hope it will do all...
17:38.12JDukeNOTE: Handling BitBake files: - (1406/6695) [21 %]
17:38.15m4tany changes to conf will cause that
17:38.19JDukehehe...
17:38.28woglindeJDuke I have seen the bitbake line 1000th times
17:38.29m4tchanges to recipes shouldn't though
17:38.32woglindeno need to paste it
17:38.52woglindeplease paste only the oetstat line when it breaks again
17:38.57JDukeok
17:39.07JDukeare you openembedded developer ? or user ?
17:39.22woglindedev
17:39.32JDukeyou take donations ?
17:39.42JDukeif i success on this project we donate
17:39.50woglindehm we have a paypal account
17:39.53woglindelet me find it
17:40.03JDukeyes
17:40.08woglindeJDuke it will fail again
17:40.11woglindebut its easier
17:40.15woglindeto see the error
17:40.32JDukei can give u ssh access ?
17:40.46woglindeno thanks
17:41.07JDukeur paypal account ?
17:41.09woglindeping florian
17:41.14woglinde~ping florian
17:41.15ibotpong florian
17:41.27JDukeping florian
17:42.04woglindehm we have a german bank account
17:42.16woglindebut I dont know the stats either
17:42.18woglinde*sigh*
17:43.23JDukewell , i m here for a month
17:43.32JDukenp
17:43.36woglindeokay
17:44.48JDukethis is normal ?
17:44.51JDukehttp://pastebin.com/da264057
17:45.01JDukereferred version git of u-boot not available (for item u-boot)
17:45.19JDukeits still processing...
17:45.36woglindehm seems some problem in stable branch for uboot
17:45.49woglindemost people using dev trunk
17:45.52JDukewaow i got error
17:46.23JDukehttp://pastebin.com/m252eedc8
17:46.24woglindeokay
17:46.54JDukeTasks Summary: Attempted 858 tasks of which 858 didn't need to be rerun and 1 failed.
17:47.13woglindeah okay
17:47.27woglindeseems the omap trunk on kernel.org is gone
17:47.36woglindehm I should ping koen about it
17:48.23woglindehm
17:48.26JDukei just need beagleboard uImage with PRINTK disabled
17:48.27woglindeits there
17:48.48JDukei dont want logo www.beagleboard.org on printk top of frame
17:49.01JDukecos we do commercial
17:49.03JDukeproject.
17:49.25woglindeyes I understand that
17:49.40woglindeyou will have to tweak the kernel conf
17:49.49JDukeis there any uImage like that ?
17:49.49JDukeyes
17:49.53JDukei know but i cant compile
17:49.59JDukei got these errors
17:50.15woglindeare you behind a firewall?
17:50.24JDukenot much...
17:50.30JDukeu want ssh ?
17:50.42JDukei can open port for that.
17:51.38woglindesorry I dont know
17:51.40woglindeyou
17:51.51woglindeafterwards I got suied
17:51.59JDukesry ?
17:52.00woglindeits nothing against you personal
17:52.47JDukebut we got beagleboard for commercial project
17:52.55JDukewe are sitting in front of board
17:53.02JDukecant do anything cos of kernel problems
17:53.13woglindeokay let us try something
17:53.14JDukewe need to disable just PRINTK and LOGO of PRINTK just
17:53.26woglindewhere did you specify the archive dir?
17:54.07woglindehms
17:54.07JDukeok
17:54.10JDuke1 min
17:54.22woglindethe elinux side dont specify it
17:54.33JDuketarball ?
17:54.41woglindecould you go to $OE_HOME
17:54.52woglindeand look if there is an archive dir?
17:55.17JDukethis
17:55.18JDukehttp://pastebin.com/m7ebb2a6d
17:55.43woglindehm there must be one dir
17:55.54woglindewhere all the tar-balls reside
17:56.13woglindefind may help
17:56.25woglindefind -name "*.bz2"
17:56.32woglindeor find -name "*.gz"
17:56.42JDukeok trying now...
17:57.28JDukehttp://pastebin.com/m1312bae5
17:57.40JDukelots of...
17:58.44woglindeokay cd to /tmp/downloads/git
17:58.55JDukeok
17:59.23woglindetry git clone git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git master
17:59.31JDukeauoow
17:59.42JDukei got more too...
17:59.51woglindeis it working?
17:59.58JDukewait i show u again
18:00.14JDukehttp://pastebin.com/m1cbbaa6e
18:00.51JDukeok now i did the command
18:01.28JDukeremote: Counting objects: 728774
18:01.34woglindeokay
18:01.44woglindethat could last a while
18:01.56woglindewas there a git direcotry or not?
18:02.03woglindethats important
18:02.14*** join/#oe ctusar (n=ctusar@router2.videon-central.net)
18:03.07JDukeyes
18:03.11JDukeits git directory...
18:03.18woglindeokay
18:03.30JDukecd $OE_HOME/openembedded/tmp/downloads/git
18:03.34JDukelike that...
18:03.37woglindeyes
18:03.38woglindefine
18:03.42JDukei wrote command there
18:05.31woglindewhen it is finished
18:05.36woglindetry bitbake again
18:05.46JDukeok
18:05.47JDukeReceiving objects:   8% (114186/1409325), 41.26 MiB | 211 KiB/s
18:05.51JDukeits %8 now
18:05.54JDukewhen %100 i do
18:05.55woglindeyeah its about 500 megs
18:06.13JDukeok i ask question ? which directory is important on bitbake ?
18:06.21JDukecd $OE_HOME/openembedded
18:06.23woglindehm
18:06.27woglindein which case?
18:06.28JDukebitbake console-image
18:06.29JDukethis ?
18:06.33woglindeits depends
18:12.23*** join/#oe Spyro1 (n=ian@benden.mnementh.co.uk)
18:12.45*** join/#oe timtimred (n=meh@79-67-135-194.dynamic.dsl.as9105.com)
18:12.53JDukepff very long
18:12.59JDuke16 percentage.
18:16.25woglindeyeah sorry
18:16.42woglindebut the kernel recipe would it download anyway
18:20.27*** join/#oe dth (n=Dieter@p4FDEECFA.dip.t-dialin.net)
18:20.34DJWilliswoglinde: kergoth: thanks for the help, problem was between the desk and chair (I think) ;-)
18:23.07CIA-103Koen Kooi <koen@openembedded.org> 07org.openembedded.dev * r3d4264f134 10openembedded.git/recipes/tasks/angstrom-task-gnome.bb: angstrom task gnome: remove non-building uim bit
18:23.08CIA-103Koen Kooi <koen@openembedded.org> 07org.openembedded.dev * reddce851da 10openembedded.git/contrib/angstrom/build-feeds.sh: angstrom feed builder: add more stuff
18:24.18*** join/#oe Crofton (n=balister@pool-71-171-31-89.nwrknj.east.verizon.net)
18:24.22*** join/#oe rddDavid51 (n=roudoudo@78.234.93.192)
18:27.12woglindejo crofton
18:27.20Croftongm
18:33.09*** join/#oe rodgema (n=rodgema@wsip-70-169-152-9.hr.hr.cox.net)
18:33.26rodgemahello peoples
18:35.06rodgemaI am getting an arm-INVALID when running bitbake and yet I have TARGET_OS set in local.conf under OE/build... I just gitted a new openembedded.  What could be up?  I'm thinking perhaps the BBPATH is using the LAST option I have to look for conf?
18:36.55rodgemamy BBPATH is /OE/:/OE/build/:/OE/openembedded/
18:41.59woglindehm you need dont trailing slash
18:42.04woglindeargs dont need
18:42.14rodgemahey
18:42.21rodgemahorray someone is alive on this channel
18:43.06woglindehm?
18:43.06rodgemaif i had my path like that though, where would it be using the local.conf from?
18:43.16rodgemaits not finding my local.conf apparently
18:43.18woglindeforn build/conf/local.conf
18:43.29rodgemaInformation not available for target 'arm-INVALID'
18:43.45rodgemawhen i do bitbake automake
18:44.03woglindeput the local.conf unde OE/build/conf/local.conf
18:44.14rodgemathats where i have it
18:44.34*** join/#oe xxiao (n=chatzill@24.174.117.226)
18:44.37rodgemaright before this, it was working, and then i gitted a new openembedded and then it tells me arm-INVALID
18:44.45woglindetry with out the trailing slash
18:44.53rodgemagood idea
18:45.02woglindeBBPATH=/OE:/OE/build:/OE/openembedded
18:45.18rodgemaright now it is: /opt/rodgema/OE/:/opt/rodgema/OE/build/:/opt/rodgema/OE/openembedded/
18:46.34rodgemanope didnt fix it
18:47.37xyzzanybody knows, which patches from openembedded against gcc are important for vanila gcc to build for openmoko?
18:47.44rodgema/opt/rodgema/OE:/opt/rodgema/OE/build:/opt/rodgema/OE/openembedded
18:48.07rodgemastill tells me arm-INVALID what the heck is going on dude
18:48.12rodgemaim struggling
18:49.16Croftonanyone know a good hackable phone with wifi?
18:49.23woglindexyzz why you asking?
18:49.31rodgemaCrofton: iphone
18:49.34woglindexyzz use the oe toolchain and be fine
18:50.07rodgemais bitbake.conf included instead of local.conf?
18:50.08xyzzwoglinde I dont want precompiled toolchain, or the one from buildtree
18:50.35xyzzwoglinde its for setting up environment for another distribution
18:50.49xyzzand Im king of getting lost in all that reciepes
18:50.54Croftonrodgema, I mean like, easy to replace the entire OS :)
18:50.54xyzzand includes
18:51.30*** join/#oe gremlin[it] (n=gremlin@95.233.174.22)
18:51.51rodgemahere is a problem... bitbake.conf is in the BBPATH, and in it, it defines TARGET_OS as INVALID, and yet in my local.conf i did not redefine TARGET_OS I thought it had a default of "linux" if it wasn't defined
18:52.12rodgemanormally, in gentoo, if in a .conf file, something is commented by a #, it means it was already defined...
18:54.51rodgemayup that was it
18:55.21woglindeI have to do some shopping
18:55.28woglindeI will be back later
18:55.28rodgemaDISTRO 'angstrom-2007.1' not found. Please set a valid DISTRO in your local.conf
18:55.34rodgema?
18:55.45rodgemahow can i get an old distro
18:55.46woglindeangstrom-2007.1 is gone
18:55.50woglindeuse angstrom-2008.1
18:55.53woglindeor stable branch
18:56.00rodgemai have to use old one
18:56.06rodgemahow can i get it
18:56.26woglindeor use angstrom-2008.1-legacy.conf
18:56.40woglindeso angstrom-2008.1-legacy
18:57.06*** join/#oe tmartins_ (n=zero@187.37.62.238)
18:59.12*** join/#oe yang (n=yang@boneym.v6.mtveurope.org)
19:03.04rsalvetitegl
19:03.09rsalvetiargh
19:03.42rodgemahi
19:03.47rodgemawhatsup yo
19:03.52rodgemategl
19:06.25*** join/#oe rodgema (n=rodgema@wsip-70-169-152-9.hr.hr.cox.net)
19:12.54*** join/#oe florian (n=fuchs@f048103218.adsl.alicedsl.de)
19:15.15florianre
19:18.14*** join/#oe kergoth (n=kergoth@ip24-251-170-95.ph.ph.cox.net)
19:23.32*** join/#oe alecrim (n=alecrim@189.2.128.130)
19:25.10kergothRP: ping
19:29.52rodgemaok
19:29.52rodgemawho is here
19:29.55kergothif you have a quesiton, ask it.
19:30.02rodgemai already have a distribution of angstrom
19:30.09rodgemaand i have bitbake set up
19:30.25rodgemahow do i ensure that all required packages get copied over onto the device
19:30.48rodgemalets say i want to install nano
19:31.01rodgemai already have the image on the device of angstrom
19:31.15rodgemaso i bitbake nano and that creates it in the working directory
19:31.28kergothbitbaking nano also emits the packges into tmp/deploy/ipk/
19:31.33rodgemabut what if nano required a set of libraries
19:31.35kergothtake that, put it on the device, and install it
19:31.49rodgemaoh ok
19:32.14kergothor set up a package feed, but that's an opkg question, not an oe or bitbake question
19:32.22kergothperhaps the angstrom irc channel would be a more appropriate place.
19:33.30rodgemais every deployment ipk thing different for different versions of OE?
19:33.51kergothOE is a buildsystem.
19:34.08kergothnot all oe based distros even use opkg
19:34.34rodgemaoh
19:34.47rodgemaso bitbake creates opkg things
19:35.10kergothbitbake, with OE, can create ipk, deb, or rpm packages.  angstrom is configured to use ipks
19:35.14rodgemado you have a reference for how to use the deployment things
19:35.25kergothyes, it's called google
19:35.31rodgemalol
19:36.05rodgemayou dont have to be rude about it :)
19:36.51rodgemahere is a question then
19:36.56kergothif you think that was rude, you don't know me very well ;)
19:37.11rodgemawhy do they include bitbake in the openembedded git
19:37.21rodgemaif it is not "part" of oe
19:37.27kergothbecause OE is the main, if not only, user of it
19:38.05kergothan ipkg feed is a local, ftp, or http accessible directory which contains ipk files and a "Packages" file which ipkg/opkg makes use of to know what's available.
19:38.10rodgemais bitbake managed by the same people who manage OE more or less?
19:38.33kergoththe OE devs are a superset of the bitbake devs
19:38.40kergotha small number of the core OE folk work on bitbake itself
19:38.53rodgemaoh
19:39.10rodgemaare you an oe dev
19:39.48rodgemawhat corporate support does oe get
19:40.05rodgemaor is it just pure foss
19:40.40rodgemai would imaging some cellphone companies provide some funding
19:41.53*** join/#oe sgh (n=quassel@0x4dd5bf76.adsl.cybercity.dk)
19:42.18*** join/#oe vivijim (n=vivijim@unaffiliated/vivijim)
19:42.28kergothuntil recently OE wasn't a nonprofit or anything, so there was no real organization for companies to give funds
19:42.54kergothmany companies use it, and a number of them contribute changes back, but there isn't much beyond that as of yet
19:43.29rodgemaok well thanks for the info
19:45.11JDukewoglinde , all ok
19:45.18JDukeResolving deltas: 100% (1174768/1174768), done.
19:45.18JDukeChecking out files: 100% (30516/30516), done.
19:45.33JDukei m here
19:45.39*** join/#oe kergoth (n=kergoth@ip24-251-170-95.ph.ph.cox.net)
19:45.42JDukenow i do ? bitbake?
19:45.56JDukewoglinde , bitbake again ?
19:46.25rodgemaJDuke: what
19:46.31kergothat any rate, OE updates the feed indexes in tmp/deploy/ipk/*/ as a side effect of the image build process, you could just copy that whole dir onto your device, or make it accessible via html or ftp, and add it to your opkg.conf.  google for how to do that, or look at the distro-feed-configs recipe.
19:46.46*** join/#oe Foolean (n=emil@90-227-176-224-no128.tbcn.telia.com)
19:46.50kergothi wouldnt' rely on bitbake as your feed updating mechanism necessarily, but its there, so you can use it
19:47.31rodgemakergoth: thanks again
19:47.39kergothnp
19:47.48woglindere
19:48.05woglindeJDuke yes run bitbake again
19:49.06JDukebitbake console-image or clean ?
19:49.14JDukei hope it will work now
19:49.25JDukei do bitbake console-image directly
19:50.47woglindehi kergoth btw.
19:50.52kergothhey woglinde
19:51.05woglindeis fighting with openjdk
19:51.11kergothfun fun
19:51.13kergothis battling issues with apps choking on lib64
19:51.23woglinde*g*
19:51.27JDukenahh
19:51.30JDukei got same error
19:51.43woglindeJDUKE hms
19:51.53JDukehttp://pastebin.com/m6855c4fc
19:52.41woglindehms whats wrong with git in stable
19:52.47woglindejdule okay
19:52.53woglindethen let us go unstable
19:53.07woglindego into oe dir
19:53.11JDukeok
19:53.21JDukeon it : /home/kerim/oe
19:53.22woglindewhere conf recipes classes is
19:53.30woglindetype git branch -a
19:53.51woglindepastebin the output
19:54.11JDukehttp://pastebin.com/m2e32c979
19:54.36woglindeokay bitbake checkout org.openembedded.dev
19:55.27JDukeok
19:55.41woglindebitbake console-image
19:55.53JDukehttp://pastebin.com/m429e63d
19:55.58woglindemaybe you have to remove oetmp dir
19:56.15woglindelol
19:56.27woglindeargs
19:56.30woglindemy fault
19:56.38woglindegit checkout org.openembedded.dev
19:56.43woglindebitbake console-image
19:56.46woglindesorry
19:57.21JDukeok
19:58.20JDukewaow very interesting after git
19:58.42JDukehttp://pastebin.com/m45b7d421
19:58.50woglindejduke defconfig for the kernel is in openembedded/recipes/linux/linux-omap-2.6.31/beagleboard/defconfig
19:59.13woglindejDuke ah right
19:59.21woglindestable trunk has its own bitbake
19:59.23woglindeokay
19:59.31woglindeyou have to install manually for now
19:59.54woglindejduke -> http://docs.openembedded.org/usermanual/usermanual.html#gettingoe_getting_bitbake
20:00.32woglindeinstall it somewhere
20:00.46woglindeand put the path to it into $PATH
20:01.10woglindeI hope you a experienced enough with unix shell stuff
20:02.04JDukehmm
20:02.06JDukeyes
20:02.09JDukei know unix...
20:03.36JDukewget http://download.berlios.de/bitbake/bitbake-1.8.12.tar.gz
20:04.53JDukenow i try with the bitbake i download.
20:07.29JDukenow this : http://pastebin.com/m7f4b22b4
20:08.26woglindejepp
20:08.33woglindeyou have to remove the oetmp dir
20:08.34woglindemom
20:09.27woglindehm the elinux side suckz
20:09.37woglindeno DL_DIR specified
20:10.08woglinde<PROTECTED>
20:10.14woglindelet us do the following
20:10.24woglindeedit the local.conf file
20:11.19woglindeadd DL_DIR = "where_your_top_oe_dir_is/archive"
20:11.55woglindecopy all tar.gz/bz2 and the git dir into this archive dir
20:12.09woglinderemove tmp
20:12.15woglindeand run bitbake again
20:17.58rodgemahere is another bitbake question: if I did bitbake automake, and it is compiling 565 packages to get it working, what happens if i ctrl-c in the middle? does that have an issue or is it safe like gentoo portage where it checks consistency at the end
20:18.27rodgemadoes it put all 565 packages into an ipk? seems like that would be huge
20:19.40woglindeno
20:19.51woglindemost at this stage are native packages
20:20.00rodgemaok
20:20.10woglindethey will not end up in ipgk feed
20:20.15woglindeyou cancel
20:20.19woglindeand continue you later
20:20.32woglindeonly gcc-cross dont work with it
20:22.13rodgemaso what happens if I had an old distro (angstrom 2007) and now I can only get a new one (distro 2008) is it going to break something if I try to install a newer package of some type?  Or will it just possibly be missing packages that bitbake thinks are already included in the base system?
20:22.29woglindehm
20:22.40woglindebetter you flash new
20:22.52rodgemawell i cant
20:23.00woglindebecause you have update nearly all packages
20:23.30rodgemareally?
20:23.52rodgemaso if i tried to opkg install a new package compiled with DISTRO=2008... it wouldn't work?
20:25.27rodgemai just dont really understand what the "DISTRO" setting affects I assume it's the list of default packages
20:25.54rodgemaif that is the case, I would think I would be able to install a new package, and perhaps it jsut requires some more dependencies
20:26.04woglindeit wouldnt work because you wouldnt also need to install newer libc
20:26.14kergothDISTRO has very little to do with package selection.  it controls high level policies that affect all packages, usually, rodgema
20:26.18woglindebecause toolchain versions changed a lot
20:27.20CIA-103Mark Brown <broonie@sirena.org.uk> 07org.openembedded.dev * rbca3b59f77 10openembedded.git/ (2 files in 2 dirs):
20:27.20CIA-1smdk6410: Add initial recipe for SMDK6410
20:27.20CIA-1This is essentially just the defconfig for mainline; pretty much just
20:27.20CIA-1build tested at present.
20:30.39rodgemaspecifically, i have a device that i can not flash, and yet it was initially installed with 2007 angstrom, will it work if I use DISTRO = "angstrom-2008.1-legacy"
20:30.47rodgemasomeone earlier said to try that
20:30.58woglindei dont think so
20:31.03woglindebut you could try
20:31.38rodgemado you know what the DISTRO flag actually uses to pull information for compiling packages?
20:31.55rodgemai have the previous build tree from an original developer for this device
20:32.10rodgemaperhaps i can copy over the "Distro 2007" files, wherever they are...
20:34.21rodgemawill it work if I just copy the OE/openembedded/conf/distro files from the 2007 conf into the new openembedded git?
20:34.49rodgemaand what happens if I change my DISTRO flag in conf? will it start out at a new directory or do I need to delete TMPDIR?
20:35.32*** join/#oe thaytan (n=jan@78.16.201.151)
20:38.47woglindejust try
20:38.53woglindenobody has done that yet
20:38.58woglindeso on your own
20:39.01rodgemalol
20:39.03woglindetell us the error
20:39.08woglindewe might can help
20:39.10rodgemayeah ill just copy over the old distro files
20:39.24rodgemasee what happens
20:42.29*** join/#oe ant__ (n=andrea@87.2.250.178)
20:44.09*** join/#oe BET-frogger (n=frogger@cl-2094.ham-01.de.sixxs.net)
20:45.33woglindejo ant
20:46.31rodgemaError, DISTRO_PR has changed (.1 to ) which means all packages need to rebuild. Please remove your TMPDIR so this can happen. For autobuilder setups you can avoid this by using a TMPDIR that include DISTRO_PR in the path.
20:46.41rodgemawoglinde: so yes i need to delete tmpdir
20:46.44ant__woglinde: hi
20:47.52rodgemalearning experience
20:49.18ant__woglinde: do you have some opkg knowledge?
20:50.41woglindeant no
20:50.43woglindeonly using
20:51.11ant__np; I hate package-managers != portage too
20:51.31florianant__: you intend to become a hero fixing it? ;)
20:51.37woglindehe florian
20:51.38ant__just dubious about the opkg.conf created for packaged staging...
20:51.46woglindeflorian do we have paypal account?
20:51.53ant__it only lists build host (i686)
20:51.55florianwoglinde: yes
20:51.58ant__can't be right...
20:52.05woglindeflorian is it on the wiki?
20:52.46florianwoglinde: no not yet... I didn't want to decide on my own how and where to publish this
20:53.04*** join/#oe ReaperOfSouls (n=nnnnnnnj@nat/montavista/x-yyaqdjijkbenqhpd)
20:53.10woglindejduke wanted to donate some money
20:53.20woglindethats why I am asking
20:53.28woglindeand I couldnt tell him where
20:54.11*** join/#oe bluelightning (n=blueligh@93-96-131-185.zone4.bethere.co.uk)
20:55.07woglindeargs -> openjdk-ecj/jdk/make/common/Defs-linux.gmk:  PLATFORM_SRC = $(BUILDDIR)/../src/solaris
20:55.47*** part/#oe john3909 (n=jsynesio@99-26-125-126.lightspeed.sndgca.sbcglobal.net)
20:58.32Jay7florian: just add "Donate" button on the wiki and point it to article with some info
20:58.50Jay7this will be better than nothing
20:59.15Jay7btw, we can place google ads to wiki - just to support hosting e.g.
20:59.36woglindesorry I dont want google adds there
20:59.48Jay7this was just an idea :)
21:02.15Jay7other idea is to rotate banners of some our commercial supporters :)
21:02.25woglinde*g*
21:02.45ant__^_^
21:03.24Jay7is still considering of adding himself to the list of commercial supporters..
21:03.58*** join/#oe mike_cw_ (n=quassel@213.218.221.154)
21:10.06florianJay7: I guess it would be better just to have them on a separate page. More useful for our supporters...
21:10.27*** join/#oe mike_cw (n=quassel@213.218.221.154)
21:10.51florianNot sure what you can earn with google ads... but I doubt its worth cluttering our websites with
21:11.55Jay7florian: bloggers are earning some $$
21:13.11floriannot ;)
21:13.18Jay7:)
21:13.35Jay7well, but "donate" button should be there :)
21:14.21florianindeed
21:18.46Jay7btw, I see no news about e.V. on main page ;)
21:19.41florianDays are too short :-(
21:20.07Jay7PR is money..
21:23.04florianvery true
21:23.10*** join/#oe rob_w (n=bill@p549BC33D.dip.t-dialin.net)
21:26.43*** join/#oe kergoth (n=kergoth@ip24-251-170-95.ph.ph.cox.net)
21:26.59*** join/#oe mike_cw__ (n=quassel@213.218.221.154)
21:27.46rodgemawhat does this mean: The external toolchain could not be found in /usr/local/angstrom/arm!???
21:28.00rodgemathis is during a basic bitbake nano
21:29.07rodgemaERROR: Task 147 (/opt/rodgema/OE/openembedded/recipes/meta/external-toolchain.bb, do_populate_staging) failed
21:29.24Crofton|workrodgema, real quick what are you trying to do?
21:29.29woglinderodgema you configured with external toolchain
21:29.39rodgemawas trying to bitbake nano
21:29.54woglindeCrofton he tries to build with olde angstroem-2007
21:30.01rodgemayeah
21:30.02Crofton|workI know, but it seems like you are using an "uncommon" config
21:30.04rodgemaangstrom 2007
21:30.08Crofton|workcan I ask why?
21:30.15rodgemarequirement
21:30.21rodgemadevice already has it
21:30.23rodgemai can not flash
21:30.30Crofton|workinteresting :)
21:30.58rodgemahow to i change to internal toolchain
21:31.01Crofton|workI suppose I will try a build later and see what happens then
21:31.11Crofton|workso I can sort of be helpful :)
21:31.20Crofton|workbut, i must improve my home first :)
21:31.30Crofton|workwarm day, need to replace a door threshold
21:31.37rodgemafun
21:31.46woglindecrofton lol
21:36.26rodgemayo
21:36.31rodgemaany ideas?
21:36.57rodgemaThe external toolchain could not be found in /usr/local/angstrom/arm!
21:37.16rodgemaNOTE: Task failed: /opt/rodgema/OE/angstrom-tmpdir//work/i686-armv5te-sdk-angstrom-linux-gnueabi/external-toolchain-1.0-r2/temp/log.do_stage.16640
21:37.32rodgemawhat do i need to do to get this working
21:37.39rodgemaim in gentoo
21:38.12rodgemado i need to emerge some angstrom toolchain thing or something?
21:38.24rodgemaor can i get it to use an "internal" toolchain
21:38.42rodgemai thought the point of this was to use an internal toolchain
21:38.58rodgemathis is during a bitbake nano
21:41.31rodgemais it a preferred providers thing?
21:41.36rodgemajust googling
21:46.16*** join/#oe john3909 (n=jsynesio@99-26-125-126.lightspeed.sndgca.sbcglobal.net)
22:01.00rodgemawhen did it change from PREFERED PROVIDER to PREFERED PROVIDERS
22:02.06kergothrodgema: it didn't.
22:02.44rodgema# Select between multiple alternative providers, if more than one is eligible.
22:02.47rodgemaPREFERRED_PROVIDERS = "virtual/qte:qte virtual/libqpe:libqpe-opie"
22:02.52kergothyes, that was the old way of doing it
22:02.54kergothyou had it backwards :)
22:02.55rodgemafrom sample.local.conf
22:02.59rodgemaor whatever
22:04.34Crofton|workok, let me see if legecy works here
22:04.44*** join/#oe tmbinc_ (i=abcd@83.141.3.59)
22:05.48rodgemai had a conf file with PREFERRED PROVIDER in it from angstrom 2007
22:05.59Crofton|work#fail
22:06.00rodgemaso it was complaining about external toolchain when bitbaking
22:06.04rodgemalol
22:06.06Crofton|worklegacy was never sorted out
22:06.12rodgemaCrofton|work: thanks
22:06.23Crofton|workhave you looked in the legacy conf file ?
22:06.46rodgemakergoth: so what i had to do was put all the PREFERRED PROVIDERS into local.conf
22:06.59Crofton|workdo you know anything about how the sw on your device eas built?
22:07.00rodgemaCrofton|work: I switched back to 2007
22:07.11rodgemaits angstrom 2007.12
22:07.18RPkergoth: pong
22:07.21rodgemai switched the DISTRO back
22:07.22kergothonce again, PREFERRED_PROVIDERS was the _old_ way of doing it.  PREFERRED_PROVIDER_<provider> is the current mechanism
22:07.37rodgemakergoth: oh?
22:07.38kergothRP: er.  let me think..
22:07.47*** join/#oe Martin-B (n=martin@pool-137-65-198-89.dbd-ipconnect.net)
22:07.51RPkergoth: :)
22:07.54rodgemakergoth: well then perhaps i needed the old way or something
22:07.55Crofton|workwhat I am wondering is, can you check out the version that was current before we switched?
22:08.01ant__RP: I have one for you...
22:08.04rodgemakergoth: its compiling now...
22:08.07*** join/#oe mickey|zzZZzz (i=mickey@80.81.242.146)
22:08.26rodgemakergoth: with all the PREFERRED PROVIDERS lines uncommented from the local.conf sample
22:08.31RPhides from ant__ ;-)
22:08.33ant__RP: staging_helper () in packaged staging
22:08.38ant__he he
22:08.40kergothrodgema: i highly doubt that's going to be of much use
22:08.51rodgemahow so
22:09.07rodgemaits on 209 of 340
22:09.11rodgemabuilding nano
22:09.26likewisegood night all
22:09.33RPant__: What about it?
22:09.41ant__RP: thisone is never used:   mkdir -p ${DEPLOY_DIR_PSTAGE}/pstaging_lists
22:09.50ant__unpopulated
22:09.51*** join/#oe grg (n=grg@150.101.58.177)
22:09.59kergothrodgema: there's no difference between preferred providers and preferred provider, they're just two different ways of expressing the same thing
22:10.11ant__and in opkg.conf there is only my build arch... i686
22:10.24ant__ipkgarchs="${BUILD_SYS}"
22:10.44ant__is it supposed to be that way?
22:11.04rodgemakergoth: previously in the angstrom2007.1.con it had these cross compilers: PREFERRED_PROVIDER_virtual/arm-angstrom-linux-gnueabi-libc-for-gcc    = "glibc-intermediate"
22:11.04*** join/#oe otavio (n=otavio@debian/developer/otavio)
22:11.20RPant__: This goes back to our previous conversation right?
22:11.24kergothRP: oh, i was thinking about the extendclasses thing.  i was thinking about adding a function which takes a function as its argument and adds it to a list stored in the datastore, then for each entry in that list, it would generate a new datastore and run that function against it.  so it'd be a programmatic way of doing the same thing as extendclasses, so you could generate a new variant from an anonymous python function
22:11.33RPant__: Should staging packages be the arch of the build machine?
22:11.33kergothRP: sane? insane? :)
22:11.35rodgemakergoth: it wasnt picking them up
22:11.49kergothrodgema: that tells me absolutely nothing.
22:11.53ant__RP: yes for natives and cross
22:12.10kergothand again, the two syntaxes do the exact same thing
22:12.26ant__RP: no for multimach_arch and machine
22:13.00RPkergoth: an interesting thought
22:13.22rodgemakergoth: previously, when bitbake nano, it failed complaining that it could not find external toolchain in /usr/bin/arm! something, then I edited local.conf and uncommented the lines that said PREFERRED_PROVIDERS = += +=... the default ones that come in the sample, and now it appears to be working
22:13.34Croftonrodgema, I would try checking out an old copy of the metadata
22:13.38RPkergoth: So it lets you add more varients than one per class
22:13.41kergothyep
22:14.03RPkergoth: I kind of like the idea
22:14.21kergothit would be pretty straightforward, few lines of code.
22:14.29RPkergoth: One thing I've been playing with in my mind is BBVERSIONEXTEND = "1.0 1.2 1.3 2.0"
22:14.32kergothat the moment we're looking at lib vs lib64 stuff, and we have another target that has more than just two abis of stuff it can execute
22:14.51kergothso being able to generate the variants for its abis without having to create one class each could be handy
22:15.07kergothhmm, how would versionextend work?
22:15.39RPkergoth: change PV then add the data again just as BBCLASSEXTEND changes PN
22:15.46kergothah
22:16.01kergoththat has promise
22:16.10RPkergoth: I'm not sure I see how it helps your abi problem?
22:16.45RPYou have to select one of the abis surely?
22:17.31kergothyou don't in x86_64, necessarily :)
22:17.36kergothyou have both 32 and 64
22:19.33kergothhuh, http://www.joelonsoftware.com/items/2007/10/26.html is interesting
22:20.02RPkergoth: ah, I see what you mean now. The class extend stuff could help there certainly
22:20.39RPkergoth: Having the single extra class file probably isn't a lot of overhead though
22:20.47kergothright, could create, say, a 32bit.bbclass.  but these things are quite machine/target specific, so having a .inc in the config files that sets that up is slightly more convenient
22:21.19khemRP: hi, did you have a chance to see the fix I sent for bitbake ?
22:21.21RPThat .inc just needs to do BBCLASSEXTEND += "32bit"
22:21.36kergothif you want to clutter up your .bbclass with each variant you're going to have for each arch, sure ;)
22:21.40RPkhem: I applied on to bitbake-dev in poky. I wonder if they're the same :)
22:21.40kergoths/.bbclass/classes/
22:22.01RPkergoth: How many of these are you planning?! :)
22:22.27khemoh I must look into poky time to time
22:22.38kergoththere are at least a few on the horizon... we keep adding support for new platforms, a few each release so far
22:22.54RPkhem: I only did that earlier today after I saw your report
22:22.58*** join/#oe otavio (n=otavio@debian/developer/otavio)
22:23.07kergothnot sure if its worth adding or not, just throwing it out there, figured it would be pretty trivial to implement.  actually, you could implement BBCLASSEXTEND in terms of it, could register a snippet of python that parses in the next file in the bbclassextend list and sets PN
22:23.08RPkhem: My fix is the same if slightly neater python ;-)
22:23.12kergothhmm, i kind of like that idea
22:24.49khemhttp://git.pokylinux.org/cgit.cgi/poky/commit/?id=eb0d2f2615dbd15f8931d677b005ecc8f808126d
22:25.15RPkergoth: At the moment bitbake itself makes the PN change - with your proposal we'd have to stop doing that
22:25.16khemRP: yes, could you also push it into bitbake.git
22:25.31RPkhem: will do, was just testing first
22:25.38khemok
22:26.26RPkergoth: My main concern is to keep some control in bitbake of what we're actually parsing
22:27.07RPkergoth: I'm not against the idea, just want to be careful we don't design an interface we can't support in future
22:27.11kergothah.  hmm.  well, i'll add it to my long term needs more thought list
22:27.14kergothnods
22:28.24RPkergoth: I think the extend stuff is the future though - makes native and sdk recipes in poky easy :)
22:28.44RPand I've ideas about multiple versions of a recipe that way too :)
22:29.07RPMaybe with a git.bbclass for the pull from git version too
22:29.52kergothi've been thinking about alternative file formats.. itd be nice if you could have all the versions of something, or as many as you want, in the same recipe.. just a hierarchical structure.. toplevel common bits, break down into version specific bits.. our stuff works nice, but not being able to do any namespaces is an annoying limitation at times
22:30.50*** join/#oe Vink_ (i=96a90f85@gateway/web/freenode/x-izmtvsehqbkxjxnm)
22:34.32RPkergoth: Note that you get an override set with the BBCLASSEXTEND stuff
22:34.44kergothcool
22:34.48RPkergoth: and I'd want similar with any PV extension
22:34.52kergothnods
22:35.02RPSo you can have a variable that changes depending on the class in action
22:35.46RPant__: I agree, that needs fixing
22:36.10kergothman, i need something like 'locate', but which finds shit inside of git repositories
22:36.13kergothi keep misplacing things
22:36.24kergoth"i know i committed that to one of these ..."
22:42.26ant__RP: btw I'm battling with 2.6.31-rc9 for c7x0...won't yet boot.It looks like I miss some patches...
22:42.32*** join/#oe thaytan (n=jan@78.16.141.122)
22:42.39ant__will see during week-end
22:45.21rodgemadang
22:45.41rodgemaim getting "kernel too old" when emerging glibc
22:45.51rodgema"baking" glibc sorry
22:46.42rodgemai have DISTRO = "angstrom-2007.1"
22:47.26rodgemathen in the angstrom-2007.1.conf i have KERNEL = "kernel26"
22:47.30rodgemai dont get it
22:47.34RPant__: I haven't booted any of my zaurii in a few months :(
22:47.36rodgemahow is that an old kernel
22:48.34ant__RP: we hope to align the clamshells and 6x00 to 2.6.32 soon
22:48.44RPant__: sounds good
22:49.00ant__Dmitry and Stanislav doing beefy work
22:49.13ant__ah, and Pavel :)
22:49.17RPant__: yes
22:50.13RP-> Zzzz
22:50.22RPkhem: I'll push that fix tomorrow for bitbake
22:51.05rodgemaanyone have ideas
22:51.17rodgemakernel too old when bitbaking glibc
22:51.22rodgemaglibc2.5.bb
22:51.35rodgemaFATAL: kernel too old
22:51.43rodgemano log listed
22:52.04rodgemajust trying to bitbake nano
22:52.07rodgemasheesh
23:03.38CIA-103Jeremy Laine <jeremy.laine@m4x.org> 07org.openembedded.dev * r3e9bb4f23c 10openembedded.git/recipes/klibc/ (klibc_1.5.15.inc klibc_1.5.inc):
23:03.38CIA-1klibc_*.inc: fix QA about packaging (klibc.so only for -dev)
23:03.38CIA-1Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
23:10.09*** join/#oe CoRfr (n=quassel@111.69.241.141)
23:21.34khemrodgema: It means --enable-kernel specified during glibc build is newer than your real kernel
23:23.43CIA-103Khem Raj <raj.khem@gmail.com> 07org.openembedded.dev * ra1dc338502 10openembedded.git/recipes/serial-utils/serial-forward.bb:
23:23.43CIA-1serial-forward.bb: Fix missing GNU_HASH QA Error.
23:23.43CIA-1Signed-off-by: Khem Raj <raj.khem@gmail.com>
23:26.59CIA-103Michael Smith <msmith@cbnco.com> 07org.openembedded.dev * rda48a59464 10openembedded.git/ (3 files in 3 dirs):
23:26.59CIA-1tzdata: add 2009o as 2009n is no longer available
23:26.59CIA-1tzcode-native 2009k: use tzdata 2009o
23:26.59CIA-1Signed-off-by: Michael Smith <msmith@cbnco.com>
23:29.56CIA-103Michael Smith <msmith@cbnco.com> 07org.openembedded.dev * rba8ce6a3fd 10openembedded.git/recipes/udev/udev_141.bb:
23:29.56CIA-1udev 141: fix packaging on x86_64
23:29.56CIA-1udev installs binaries under $(udev_prefix)/lib/udev, even if ${libdir}
23:29.56CIA-1is ${prefix}/lib64. This means some paths need to be hardcoded to "/lib"
23:29.57CIA-1instead of "${base_libdir}".
23:30.01CIA-1Signed-off-by: Michael Smith <msmith@cbnco.com>
23:40.01*** join/#oe Spyro (n=ian@benden.mnementh.co.uk)
23:40.01*** join/#oe HopsNBarley (n=hops@nslu2-linux/HopsNBarley)
23:49.32CIA-103Khem Raj <raj.khem@gmail.com> 07org.openembedded.dev * r077f07332c 10openembedded.git/ (161 files in 7 dirs):
23:49.32CIA-1gcc-4.4.2: Add new recipes for gcc 4.2.2
23:49.33CIA-1* Switch default gcc to 4.4.2 for sane toolchain
23:49.33CIA-1* Switch binutils to 2.20
23:49.33CIA-1Signed-off-by: Khem Raj <raj.khem@gmail.com>
23:50.15woglindehm typo
23:50.54CIA-103Martin Jansa <martin.jansa@gmail.com> 07org.openembedded.dev * rff9665cf99 10openembedded.git/recipes/glibc/ (glibc-2.9/glibc-2.9-enable-binutils-2.2.patch glibc_2.9.bb):
23:50.54CIA-1binutils-2.20 is new enough for glibc_2.9, change configure script to accept it
23:50.54CIA-1Signed-off-by: Khem Raj <raj.khem@gmail.com>
23:52.12*** join/#oe hender (n=henderun@rps2009.ovh.net)

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