IRC log for #oe on 20100316

00:01.09GNUtoo|oeeedenix,hi, how do handle such multiple licenses? If I remember well what I heard,an oe package can have only 1 license
00:01.30Tartarusper package license
00:02.02Crofton|workPaulePanter, do you have a patchwork account setup so you can delete your bad aptches?
00:02.21denix<denix> LICENSE_${PN}-foo = "bar" ?
00:02.25GNUtoo|oeeeah ok,but what if the package has multiple license,for instance they imported some BSD/MIT code in a gpl project
00:02.26denixCrofton|work: bless you
00:02.59TartarusGNUtoo|oeee: Doesn't matter?
00:03.03TartarusYou put the winning license
00:03.08GNUtoo|oeeeok so GPL
00:03.12GNUtoo|oeeethanks
00:03.20TartarusYeah
00:03.21GNUtoo|oeeebecause I had the issue with a package
00:03.32TartarusThat's partially why earlier I was confused re denix saying gcc was hard
00:03.35TartarusGPLv3 wins over the others
00:03.44GNUtoo|oeeeok thanks
00:04.05grgare you just listing the license under which you are redistributing the resultant binary package?
00:04.06PaulePanterCrofton|work: Yes, I do. I already set them to »superseded« or »not applicable«.
00:04.39denixTartarus: in case there are binaries with different licesnes produced, should I split them in separate packages to specify individual licenses?
00:05.57Tartarusdenix: Depends on who cares and how much
00:06.04Tartarusand how big a spli
00:06.05Tartarust
00:06.09denixTartarus: as of gcc, I meant different versions have different GPLs, 4.2.x was still GPLv2
00:06.11TartarusGPLv2 vs GPLv3? meh
00:06.17Crofton|workPaulePanter, thanks
00:06.25Tartarusdenix: Right, but the gcc's were already split at the high level between v3 and not
00:06.39TartarusBSD vs GPL, yeah, can't hurt, esp so if it's libs
00:06.40denixalso, binutils contains different licenses
00:06.45Tartarus*GPL in that case
00:07.46denixalso, libgcc has a very important exception
00:07.55TartarusYeah
00:08.02TartarusBut that's also very special
00:08.30*** join/#oe zecke (~ich@123-192-181-204.dynamic.kbronet.com.tw)
00:09.23denixit is, but important for legal guys...
00:11.45PaulePanterHow can I access `/work/armv7a-angstrom-linux-gnueabi//ffmpeg-1_0.5.0+r10.0+svnr22521-r10.0/trunk/build.arm-angstrom-linux-gnueabi.arm-angstrom-linux-gnueabi`?
00:11.59PaulePanter… from recipes? Is there a variable?
00:12.59Tartarus${B}
00:13.13TartarusIf the recipe sets it up for building like that
00:14.43PaulePanterTartarus: Thanks!
00:15.36PaulePanterTartarus: I made the wrong assumption that this would be done in `ffmpeg.inc`. But it differs between the versions.
00:24.15*** join/#oe denix|air (~denys@166.196.132.75)
00:28.47CIA-203Chris Larson <chris_larson@mentor.com> 07org.openembedded.dev * racf4d8c07c 10openembedded.git/conf/collections.inc:
00:28.47CIA-2collections.inc: define COLLECTIONS with ?= so it can be pulled in by a distro and overridden by local.conf
00:28.47CIA-2Signed-off-by: Chris Larson <chris_larson@mentor.com>
00:29.10kergothponders
00:47.30kergothpb_, RP_, & co still around, or is it sufficiently late there? :)
00:58.53*** join/#oe playya__ (~playya@p5DC39350.dip0.t-ipconnect.de)
00:58.58*** join/#oe playya__ (~playya@unaffiliated/playya)
01:00.13*** join/#oe marcosmamorim (~marcos@201-27-171-191.dsl.telesp.net.br)
01:03.13Crofton|workkergoth, pretty late over tehre
01:10.00kergothshould add england to his clock
01:10.08kergothat least a ballpark figure would be useful :)
01:10.10kergothalways forgets
01:10.47kergothCrofton|work: mind taking a look at a branch? just two commits, dead simple, not even code, just reorganizing, its a first pass base.bbclass split
01:13.37kergothhttp://github.com/kergoth/OpenEmbedded/commits/kergoth/base-cleanup
01:15.19*** join/#oe Openfree (~Openfreer@li92-43.members.linode.com)
01:15.39kergothhah, http://benjamin-meyer.blogspot.com/2010/03/git-achievements.html
01:24.18*** join/#oe soltys (soltys@soltys.soad.pl)
01:33.37*** join/#oe kgilmer (~kgilmer@firebug.buglabs.net)
01:57.16TartarusHa
02:00.12kergothgets bored and starts reimplementing do_unpack using python modules
02:04.57*** join/#oe Openfree (~Openfreer@116.228.88.98)
02:09.27CIA-203Denys Dmytriyenko <denis@denix.org> 07org.openembedded.dev * r8434abe285 10openembedded.git/recipes/netbase/netbase_4.21.bb: netbase: update LICENSE to more specific GPLv2
02:09.28CIA-203Denys Dmytriyenko <denis@denix.org> 07org.openembedded.dev * r6d7a0618df 10openembedded.git/recipes/udev/ (udev.inc udev_141.bb udev_151.bb): udev: update LICENSE to more specific GPLv2+ (v2 or later)
02:09.28CIA-203Denys Dmytriyenko <denis@denix.org> 07org.openembedded.dev * rcac361afe3 10openembedded.git/recipes/sysvinit/sysvinit_2.86.bb: sysvinit: update LICENSE to more specific GPLv2+ (v2 or later)
02:45.23denixkergoth: ping
02:45.28kergothdenix: pong
02:45.55denixwhich one is first - require file or VAR_append ?
02:49.19kergoththat question doesn't make sense
02:49.35denixthinks, he DoS-ed kergoth :)
02:50.17kergoththe answer is, require/include happen immediately, but the file included coudl of course define things that happen later.  _prepend/_append is processed after all files for a given recipe have been parsed, at the end, in the finalise() in bitbake
02:50.32kergothdoes that answer the question?
02:51.02denixthat's exactly what I was looking for! :) sorry if I was not clear with my question
02:51.59zecke~curse gnulib
02:51.59ibotMay the fleas of a thousand camels infest your most sensitive regions, gnulib !
02:56.00*** join/#oe xxiao_ (~chatzilla@70.114.141.218)
02:59.18*** join/#oe hufnus_cicq (~hufnus_ci@69-12-177-67.dsl.static.sonic.net)
03:00.43*** join/#oe mekius (~mekius@enlightenment/developer/mekius)
03:07.49kergothdenix: np
03:08.31kergothwhee, the pure python do_unpack works.  well, not pure python, it has to make a pipe to run xz, but the rest use python modules
03:08.49kergothhas to fix the permissions on the files extracted from a .zip/.jar, too, since only 2.6+ has extract methods on that module
03:12.49denixkergoth: does this look Ok to you? :) http://thread.gmane.org/gmane.comp.handhelds.openembedded/31076
03:13.28kergothyeah, looks fine to me
03:14.02denixthanks! that's what I was asking about :)
03:19.13*** join/#oe denix|air (~denys@166.196.132.75)
03:26.29kergothdenix: does http://github.com/kergoth/OpenEmbedded/commit/332c3d756ede0a216221b087530080cd4aa4821e seem like a sane split/grouping to you?
03:30.46denixwhy move oe_runmake()?
03:31.46kergothjust seemed like a utility, figured base would be core tasks.  guess it could make sense to keep the functions most commonly used in those tasks
03:37.18denixshouldn't some pieces from staging.bbclass go into packaged-staging.bbclass instead?
03:37.49denixother than that, looks good to me!
03:37.53kergoththe only pieces there were the ones already in base.bbclass
03:37.58kergothbecause of how packaged-staging is implemented
03:38.15kergothbut i expect the third commit on that branch to be 'make packaged-staging mandatory, by merging it into staging.bbclass'
03:38.17kergoth:)
03:38.28denix:)
03:38.50kergoththanks for taking a look, was quick and easy to do, but wasn't sure about that particular split up
03:39.00kergoththere's just so much crap in that one class, its impossible to make any sense of as is
03:39.42denixheh, I wish stagefile_shell() is fixed for split tmp/deploy before making pstage mandatory...
03:41.58denixalso, what's the reason for mandating pstage?
03:45.28*** join/#oe erik006 (~erik006@76-10-165-162.dsl.teksavvy.com)
03:48.06denixkergoth: can I have your Ack for opkg patch? I think I want to push it before I leave for today... :)
03:54.52*** join/#oe hansdampf (~moritz@rgnb-4d0413e6.pool.mediaWays.net)
03:55.28*** join/#oe denix|air (~denys@166.196.132.75)
03:59.45denixkergoth: thanks!
04:01.23denixdoh, the ack is not yet in patchwork... :)
04:04.43CIA-203Denys Dmytriyenko <denis@denix.org> 07org.openembedded.dev * ra354bababc 10openembedded.git/recipes/opkg/ (opkg.inc opkg_svn.bb): (log message trimmed)
04:04.43CIA-2opkg: fix global depends on openssl, even in -nogpg/-nocurl
04:04.43CIA-2Fixes the problem, introduced by 8c1731d818c89a291f80940c1912587ff9ce46b7,
04:04.43CIA-2where openssl is added with DEPENDS_append override, preventing -nogpg and
04:04.43CIA-2-nocurl variants from clearing the DEPENDS, when they include opkg_svn.bb
04:04.44CIA-2file, thus forcing them to depend on openssl too.
04:04.45CIA-2Signed-off-by: Denys Dmytriyenko <denis@denix.org>
04:05.46denixyeah, and CIA trimmed out the Ack too... :)))
04:05.55*** join/#oe mekius (~mekius@enlightenment/developer/mekius)
04:06.08*** join/#oe Laibsch1 (~Laibsch@p5B3B31A2.dip.t-dialin.net)
04:08.04*** join/#oe soltys (soltys@soltys.soad.pl)
04:17.27denixgood night, everyone
04:28.23kergothnight
04:35.26*** join/#oe raster (~raster@enlightenment/developer/raster)
04:58.28*** join/#oe xjqian (~gordon@mir-nil-pat-118-150.wustl.edu)
05:17.07*** join/#oe polyonymous (hacker@hackele-1-pt.tunnel.tserv6.fra1.ipv6.he.net)
05:17.45*** join/#oe denix|air (~denys@pool-71-251-59-195.washdc.east.verizon.net)
05:18.01*** join/#oe siji (~siji@122.170.9.183)
05:33.15*** join/#oe ZaPPaS` (~user@dslb-084-056-148-215.pools.arcor-ip.net)
05:40.34zeckesigh... I hate gnulib
05:42.55kergoth:\ what's it doing?
05:46.54kergothi hate when i spend hours testing a prototype of something and it ends up slower than the original :)
05:58.11*** join/#oe bala_holmes (~7aa4eb32@gateway/web/freenode/x-zheifdshesnsiryq)
06:10.45*** join/#oe methril (~methril@189.27.128.78.dynamic.adsl.gvt.net.br)
06:14.50CIA-203Holger Hans Peter Freyther <zecke@selfish.org> 07org.openembedded.dev * r1eb9bb6dc7 10openembedded.git/ (2 files in 2 dirs):
06:14.50CIA-2streamripper: Upgrade to 1.64.6 to address multiple buffer overflows
06:14.50CIA-2Address CVE-2008-4829 which was fixed in 1.64.0
06:14.51CIA-203Holger Hans Peter Freyther <zecke@selfish.org> 07org.openembedded.dev * r02c54584c5 10openembedded.git/recipes/gftp/ (gftp/gftp-2.0.18-mkinstalldir.patch gftp_2.0.18.bb): gftp: Add a mkinstalldir patch as seen in findutils and such
06:14.52CIA-203Holger Hans Peter Freyther <zecke@selfish.org> 07org.openembedded.dev * rdbe7a1085f 10openembedded.git/recipes/gftp/ (gftp/gftp-2.0.18-188252.patch gftp_2.0.18.bb):
06:14.52CIA-2gftp: Address multiple flaws by taking the gentoo patch
06:14.52CIA-2Addresses CVE-2007-3961, CVE-2007-3962
06:14.54CIA-203Holger Hans Peter Freyther <zecke@selfish.org> 07org.openembedded.dev * rccdf5120a8 10openembedded.git/recipes/gftp/ (4 files in 2 dirs): gftp: Add more gentoo patches for gftp 2.0.18
06:17.53*** join/#oe roopar (~roopati@nat/ti/x-uewhsmnmbhlsqntu)
06:17.55zeckekergoth: giving me crap. It insists on having to define a custom fseeko
06:18.00zeckekergoth: and wchar...
06:18.12zeckekergoth: even if I give cached results it defines fseeko
06:27.44kergothugh, that sucks
06:36.00*** join/#oe ka6sox (~ka6sox@nslu2-linux/ka6sox)
06:39.23*** join/#oe radhermit (~radhermit@radhermit-1-pt.tunnel.tserv3.fmt2.ipv6.he.net)
06:42.07zeckeoops palm is shipping a bad dnsmasq and faad2
06:54.42CIA-203Holger Hans Peter Freyther <zecke@selfish.org> 07org.openembedded.dev * rccc8a55321 10openembedded.git/contrib/qa/oe_audit.py:
06:54.42CIA-2contrib/qa/oe_audit.py: Add audit script
06:54.42CIA-2Add my script to compare a FreeBSD auditfile with
06:54.42CIA-2a list of package names as output by bitbake -s.
06:55.36CIA-203Ulf Samuelsson <ulf.samuelsson@atmel.com> 07org.openembedded.dev * r5051155fd1 10openembedded.git/recipes/at91bootstrap/ (10 files in 9 dirs): (log message trimmed)
06:55.36CIA-2at91bootstrap-2.13: Build ${AT91BOOTSTRAP_BOARD}
06:55.36CIA-2Previous version of at91bootstrap recipes provided a defconfig file.
06:55.36CIA-2The new version assumes you have defined a variable
06:55.36CIA-2* AT91BOOTSTRAP_BOARD
06:55.37CIA-2This can be a list of boards allowing multiple configurations to be built.
06:55.38CIA-2Example of use (in MACHINE configuration file):
06:59.02CIA-203Holger Hans Peter Freyther <zecke@selfish.org> 07org.openembedded.dev * rcd08017395 10openembedded.git/recipes/grip/ (grip-3.2.0/patch-src::main.c grip_3.2.0.bb): grip-3.2.0: Add another FreeBSD patch for getting the locale right.
06:59.03CIA-203Holger Hans Peter Freyther <zecke@selfish.org> 07org.openembedded.dev * r5a90ecfa84 10openembedded.git/recipes/grip/grip-3.2.0/patch-src::main.c: grip-3.2.0: Add patch from FreeBSD to fix the locale.
06:59.03CIA-203Holger Hans Peter Freyther <zecke@selfish.org> 07org.openembedded.dev * rede720badf 10openembedded.git/recipes/grip/ (grip-3.2.0/no-host-includes.patch grip_3.2.0.bb): grip-3.2.0: Remove host includes from the Makefile.am and make it compile again
06:59.04CIA-203Holger Hans Peter Freyther <zecke@selfish.org> 07org.openembedded.dev * r52198f7ac7 10openembedded.git/recipes/grip/ (grip-3.2.0/patch-src::discdb grip_3.2.0.bb):
06:59.04CIA-2grip: Apply FreeBSD patch to fix a flaw with handling CDDB responses
06:59.04CIA-2Addresses CVE-2005-0706.
07:11.24CIA-203Ulf Samuelsson <ulf.samuelsson@atmel.com> 07org.openembedded.dev * r9f06d76aae 10openembedded.git/recipes/gtk-webcore/ (files/no-static-templates.patch osb-jscore_svn.bb): (log message trimmed)
07:11.25CIA-2osb-jscore_svn.bb: Templates cannot be static
07:11.25CIA-2"static inline" templates in
07:11.25CIA-2"JavaScriptCore/kjs/protected_values.cpp"
07:11.25CIA-2causes compile errors
07:11.25CIA-2This patch removes the static keywords
07:11.25CIA-2allowing the build to complete successfully.
07:17.11CIA-203Ulf Samuelsson <ulf.samuelsson@atmel.com> 07org.openembedded.dev * r778845163c 10openembedded.git/recipes/fbv/ (fbv-1.0b/fbv-1.0b.patch fbv_1.0b.bb):
07:17.11CIA-2fbv-1.0: Build fbv with support for jpeg and bmp
07:17.11CIA-2fbv today only supports png files.
07:17.11CIA-2This patch will enable jpeg and bmp support in fbv
07:17.11CIA-2Signed-off-by: Ulf Samuelsson <ulf.samuelsson@atmel.com>
07:17.53*** join/#oe tasslehoff (~Mich@147.84-49-231.nextgentel.com)
07:36.06*** join/#oe sgh (~quassel@cpe.ge-0-2-0-950.faaqnqu1.customer.tele.dk)
07:37.22*** join/#oe soltys (soltys@soltys.soad.pl)
07:51.11*** join/#oe Longfield (~valentin@lsa1pc7.epfl.ch)
07:54.15*** join/#oe Heinervdm (~thomas@pD9E179EF.dip.t-dialin.net)
07:58.09*** join/#oe Zena (~zena@host56-7-static.30-87-b.business.telecomitalia.it)
07:58.50*** join/#oe mckoan (~marco@unaffiliated/mckoan)
07:59.19mckoangood morning
08:01.30*** join/#oe marcosmamorim1 (~marcos@201-27-173-65.dsl.telesp.net.br)
08:09.36CIA-203Holger Hans Peter Freyther <zecke@selfish.org> 07org.openembedded.dev * r9d5cc61a1f 10openembedded.git/recipes/libvorbis/ (6 files in 2 dirs):
08:09.36CIA-2libvorbis-1.2.3: Address CVE-2009-3379
08:09.36CIA-2Fix handling of malformed Vorbis streams that would crash libvorbis.
08:09.36CIA-2CVE-2008-1420 (improved), CVE-2009-3379.
08:09.36CIA-2Patches are coming from FreeBSD.
08:11.54eFfeMmckoan: gm, glad to see the |flu is gone
08:12.34mckoaneFfeM: thank you very much :-D
08:21.38*** join/#oe MWelchUK_work (~welchma@65.91.2.71)
08:22.18*** join/#oe mrc3_ (~mrc3@nat/ti/x-giqzzzyedvkbbqet)
08:24.21*** join/#oe _ProtoN_ (~lcintrat@93.2.234.35)
08:25.32MWelchUK_workMorning
08:26.24*** join/#oe kristoffer_ (~kristoffe@79.138.201.101.bredband.tre.se)
08:28.40CIA-203Holger Hans Peter Freyther <zecke@selfish.org> 07org.openembedded.dev * r0f2f85bac9 10openembedded.git/recipes/ctorrent/ (ctorrent_3.3.1.bb files/CVE-2009-1759.patch):
08:28.41CIA-2ctorrent-3.3.1: Apply patch from the bugtracker...
08:28.41CIA-2Apparently this should fix CVE-2009-1759.
08:39.33*** join/#oe fpga (~s@92.62.56.51)
08:40.00*** join/#oe mlip2 (~mlip2@85-127-149-76.dynamic.xdsl-line.inode.at)
08:40.59*** join/#oe Hasse_ (~quassel@cpe.ge-0-2-0-950.faaqnqu1.customer.tele.dk)
08:42.54*** join/#oe dth (~dieter@p4FDEF71A.dip.t-dialin.net)
08:43.20mlip2morning
08:52.37*** part/#oe mlip2 (~mlip2@85-127-149-76.dynamic.xdsl-line.inode.at)
08:53.56*** join/#oe bkero (~freenode@69.163.39.14)
08:54.13*** join/#oe bkero (~freenode@osuosl/staff/bkero)
08:54.19CIA-203Thomas Zimmermann <ml@vdm-design.de> 07org.openembedded.dev * re19f00968b 10openembedded.git/recipes/qemu/qemu_0.12.3.bb:
08:54.19CIA-2qemu: fix build without zlib headers installed on buildhost
08:54.19CIA-2*qemu-native fails to build without zlib-dev package installed on buildhost
08:54.19CIA-2*configure script just adds -I. and -I${SRC_DIR} to QEMU_CFLAGS to build checks,
08:54.20CIA-2so it fails to build without headers installed on host
08:54.20CIA-2*change DEPENDS from zlib to zlib-native to install zlib headers in staging
08:54.21CIA-2Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
08:54.22CIA-203Thomas Zimmermann <ml@vdm-design.de> 07org.openembedded.dev * r2ed217468d 10openembedded.git/recipes/udev/attr_2.4.44.bb:
08:54.22CIA-2attr: fix MSGFMT and MSGMERGE paths
08:54.23CIA-2* do_configure fails if gettext isn't installed on buildhost
08:54.23CIA-2* set ac_cv_path_MSGFMT and ac_cv_path_MSGMERGE like it's already
08:54.24CIA-2done for ac_cv_path_XGETTEXT
08:54.24CIA-2Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
08:54.25CIA-203Thomas Zimmermann <ml@vdm-design.de> 07org.openembedded.dev * r9633163da8 10openembedded.git/: Merge branch 'org.openembedded.dev' of ssh://git.openembedded.net/openembedded into org.openembedded.dev
08:55.12HeinervdmShit
08:55.16Heinervdmthat's wrong
08:56.43XorAmorning
08:57.59CIA-203Thomas Zimmermann <ml@vdm-design.de> 07org.openembedded.dev * rda767162b8 10openembedded.git/recipes/qemu/qemu_0.12.3.bb:
08:57.59CIA-2Revert "qemu: fix build without zlib headers installed on buildhost"
08:57.59CIA-2This reverts commit e19f00968b9d865088ef3a45a85825c5fc17edc5.
08:58.12*** join/#oe pvanhoof (~pvanhoof@d54C0C0BA.access.telenet.be)
08:58.32HeinervdmIs there a way to make sure that i've a really clean oe.dev tree?
08:59.30*** join/#oe bala_holmes (~7aa4eed8@gateway/web/freenode/x-ehcujptwwzofquqm)
08:59.48bala_holmestmp/cross/armv5te/bin/../lib/gcc/arm-angstrom-linux-gnueabi/4.3.3/include-fixed/limits.h:122:61: error: limits.h: No such file or directory
08:59.54bala_holmesany ideas?
09:00.24XorAeFfeM: ping
09:00.45eFfeMXorA: pong
09:01.12eFfeMXorA: saw your autoconf messages
09:01.13pb__Heinervdm: git status?
09:01.17*** join/#oe bkero (~freenode@osuosl/staff/bkero)
09:01.25eFfeMXorA: didn't try them yet
09:01.33*** join/#oe mrc3_ (~mrc3@nat/ti/x-omxuepfdexaashup)
09:02.10*** join/#oe bkero (~freenode@osuosl/staff/bkero)
09:02.11bala_holmesxrandr: error while loading shared libraries: /usr/lib/libXdmcp.so.6: unexpected reloc type 0x03. This is libraries issue or not properly built
09:02.16XorAeFfeM: cool, php was a crazy fix :-)
09:02.39Heinervdmpb__: ah ok
09:02.48Heinervdmwill check it the next time
09:03.07*** join/#oe bkero (~freenode@osuosl/staff/bkero)
09:03.33*** join/#oe bkero (~freenode@osuosl/staff/bkero)
09:03.42eFfeMXorA: I read the patch, didn't understand all the details of it (nor of the libpcap change, when I was stabbing at it I ended up in a script that said yes: without the ) and without a statement
09:04.27*** join/#oe jkridner (~a0321898@pdpc/supporter/active/jkridner)
09:04.38*** join/#oe bkero (~freenode@osuosl/staff/bkero)
09:06.31*** join/#oe bkero (~freenode@osuosl/staff/bkero)
09:08.16MWelchUK_workCan anyone shed any light on this: http://tinderbox.openembedded.net/public/logs/task/5105139.txt
09:08.31MWelchUK_workI'm getting the same error.
09:08.48XorAeFfeM: the libpcap is due to functions being called at the wrong level the closing ) is probably further down the file
09:09.01XorAeFfeM: if you notice the identing goes to shit at the same point as well
09:09.13CIA-203Thomas Zimmermann <ml@vdm-design.de> 07org.openembedded.dev * r5ee2b6e865 10openembedded.git/recipes/udev/acl_2.2.49.bb:
09:09.13CIA-2acl: fix msgfmt and msgmerge paths like already done for xgettext
09:09.13CIA-2Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
09:11.32*** join/#oe bkero (~freenode@osuosl/staff/bkero)
09:12.25eFfeMXorA: ah ok. those auto stuff never ceases to surprise me
09:12.56XorAeFfeM: no real wizardy required though, just google foo
09:13.49eFfeMoh then maybe i googled for the wrong terms
09:15.09*** join/#oe kergoth (~kergoth@ip24-251-170-95.ph.ph.cox.net)
09:18.30*** join/#oe lrg (~lrg@slimlogic.co.uk)
09:19.08XorAeFfeM: blah autoconf 2.64 :-)
09:20.23CIA-203Paul Menzel <paulepanter@users.sourceforge.net> 07org.openembedded.dev * r0315e512f4 10openembedded.git/recipes/ffmpeg/ffmpeg.inc:
09:20.24CIA-2ffmpeg: Stage `attributes.h`.
09:20.24CIA-2Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
09:20.24CIA-2Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
09:20.27CIA-203Martin Jansa <Martin.Jansa@gmail.com> 07org.openembedded.dev * r9d39425eca 10openembedded.git/ (4 files in 3 dirs):
09:20.27CIA-2navit: bump SRCREV
09:20.27CIA-2Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
09:20.28CIA-203Paul Menzel <paulepanter@users.sourceforge.net> 07org.openembedded.dev * r356d0ec42b 10openembedded.git/recipes/ffmpeg/ (5 files):
09:20.28CIA-2ffmpeg: Convert recipe to use INC_PR.
09:20.28CIA-2Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
09:20.28CIA-2Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
09:20.29CIA-203Martin Jansa <Martin.Jansa@gmail.com> 07org.openembedded.dev * rd492d3c95a 10openembedded.git/recipes/efl1/elementary_svn.bb:
09:20.29CIA-2elementary: add .debug from tests to -dbg package before including it in -tests
09:20.30CIA-2Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
09:22.05eFfeMXorA: ah ok, now i found it too, I was searching for libpcap autoconf 2.65 and that does not deliver a good hit
09:26.19*** join/#oe mickey|office (~Mickey@dialbs-092-079-168-007.static.arcor-ip.net)
09:29.59*** join/#oe florian_kc (~fuchs@Maemo/community/contributor/florian)
09:30.21*** join/#oe cbrake (~cbrake@oh-69-34-21-229.sta.embarqhsd.net)
09:31.15bala_holmeshi I got "error while loading shared libraries: /usr/lib/libXdmcp.so.6: unexpected reloc type 0x03" error. Is this libraries issue or not properly built?
09:31.43bala_holmesgive me some ideas...
09:33.48pb__mickey|office: good morning
09:33.50pb__florian: good morning
09:34.22floriangood morning
09:37.23hrwmorning
09:41.57CIA-203Holger Hans Peter Freyther <zecke@selfish.org> 07org.openembedded.dev * r83394d70df 10openembedded.git/recipes/gnupg/ (gnupg-1.4.10/long-long-thumb.patch gnupg_1.4.10.bb): gnupg-1.4.10: Readd the ARM Thumb patch as debian has no thumb support
09:42.07CIA-203Holger Hans Peter Freyther <zecke@selfish.org> 07org.openembedded.dev * r9656d6728d 10openembedded.git/ (10 files in 3 dirs):
09:42.07CIA-2gnupg-1.4.10: Upgrade to the latest gnupg release
09:42.07CIA-2* Drop all prior patches... debian has none applied so
09:42.08CIA-2it should work on mips and such as well.
09:42.52XorAeFfeM: once you get chance to verify branch feel free to merge in .dev
09:43.11XorAeFfeM: actually dont do that, realised that might upset koen
09:43.13CIA-203Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> 07org.openembedded.dev * rc574f947e3 10openembedded.git/contrib/hrw/check-kernel-updates.sh:
09:43.13CIA-2check-kernel-updates.sh: really fetch list
09:43.13CIA-2Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
09:43.15CIA-203Nicolas Ferre <nicolas.ferre@atmel.com> 07org.openembedded.dev * rc6d4c85a36 10openembedded.git/recipes/alsa/ (22 files in 12 dirs): (log message trimmed)
09:43.15CIA-2alsa-state: add alsa-state for at91 processors
09:43.15CIA-2+ at91sam9260ek
09:43.15CIA-2+ at91sam9261ek
09:43.15CIA-2+ at91sam9263ek (updated)
09:43.16CIA-2+ at91sam9g10ek
09:43.16CIA-2+ at91sam9g20ek
09:43.39XorAeFfeM: have to remove the angstrom updates before merge
09:43.41*** join/#oe dcordes (~dccordes@unaffiliated/dcordes)
09:44.04eFfeMXorA: already thought merging would upset koen
09:44.07hrwI am starting to be afraid of Ulf thinking
09:44.35eFfeMis not going to touch angstrom related stuff with a pole
09:44.50XorAeFfeM: its ok, Id get the blame, commit is in my name :-)
09:44.57XorAeFfeM: but feel free to cherry pick the rest
09:45.32XorAis not working on OE stuff today
09:45.35eFfeMcan't test right now anyway, and you can commit them yourself
09:45.42eFfeMit can wait
09:45.58XorAeFfeM: ok, no probs, wasnt sure if you were in a hurry to uprev to 2.65 yet
09:48.16mickey|officemorning pb_, florian , eFfeM , XorA
09:48.20mickey|officehi CIA-2
09:48.44XorAhey mickey|office
09:49.37eFfeM<PROTECTED>
09:49.38CIA-203Koen Kooi <koen@openembedded.org> 07org.openembedded.dev * r697ec7d0cf 10openembedded.git/recipes/qt4/qt4-x11-free_4.6.2.bb: qt4-x11 4.6.2: apply neon fix from qt/e to here as well
09:50.48DJWilliseFfeM: XFS on ARM? Always a delight to try and sort out ;-)
09:52.33eFfeMDJWillis: on PPC
09:52.33*** join/#oe bala_holmes (~7aa4eed8@gateway/web/freenode/x-gsoiyggqonlufbwh)
09:52.33MWelchUK_workhrw, oestats shows a while back you were having trouble building inetutils, did you ever get to the bottom of it?
09:52.44eFfeMactually the kernel module works and xfsprogs also seems to do its job
09:52.53hrwMWelchUK_work: I did?
09:53.34DJWilliseFfeM: nice, never had all that much luck with XFS outside of 32/64 x86. What sort of PPC board out of interest?
09:53.38hrwMWelchUK_work: ah, I see
09:53.43hrwMWelchUK_work: let me build
09:53.51MWelchUK_workhrw, I assumed that hrw-angstrom is you, but I'm getting good at making that mistake!
09:54.21hrwMWelchUK_work: you assumed properly
09:55.16MWelchUK_workhrw, "configure.ac:122: required file `build-aux/config.rpath' not found"
09:55.21*** join/#oe pirho (debian-tor@gateway/tor-sasl/pirho)
09:55.26MWelchUK_workMissing dependency?
09:56.18MWelchUK_workgettext?
09:57.07eFfeMDJWillis: MPC8536DS
09:57.27eFfeMDJWillis: actually named calamari as machine in oe
09:57.43eFfeMDJWillis: 2.6.33 kernel
09:59.07*** join/#oe rob_w (~bob@217.237.177.190)
10:00.31*** join/#oe ScriptRipper (~martin@host-82-135-36-197.customer.m-online.net)
10:00.48*** join/#oe ScriptRipper (~martin@opensuse/member/MartinMohring)
10:02.53*** join/#oe RP__ (~richard@93-97-173-237.zone5.bethere.co.uk)
10:04.41*** join/#oe raster (~raster@enlightenment/developer/raster)
10:06.14*** join/#oe GNUtoo|oeee (~GNUtoo@host235-140-dynamic.45-79-r.retail.telecomitalia.it)
10:07.27*** join/#oe Openfree` (~Openfreer@116.228.88.98)
10:08.15*** join/#oe vinzzz (~vincent@ANice-257-1-7-195.w90-52.abo.wanadoo.fr)
10:12.00CIA-203Holger Hans Peter Freyther <zecke@selfish.org> 07org.openembedded.dev * r5de0ca84e6 10openembedded.git/recipes/expat/expat-native_1.95.7.bb: expat-native: Upgrade to match latest of expat.
10:12.10CIA-203Holger Hans Peter Freyther <zecke@selfish.org> 07org.openembedded.dev * r980269b4e3 10openembedded.git/ (conf/checksums.ini recipes/proftpd/proftpd_1.3.2b.bb): proftpd: Upgrade to the latest version.
10:12.12hrwMWelchUK_work: still fails
10:12.28MWelchUK_workYup :-)
10:13.25MWelchUK_workhrw, thought it might have been missing a dependency on gettext-native, but I built that, cleaned and recompiled inetutils and it still fails.
10:13.33hrwyep
10:14.00MWelchUK_workhrw, I notice theres a patch on the configure script for 1.4.2, but not for 1.5.
10:14.50hrwtrying 1.7 now
10:16.34CIA-203Holger Hans Peter Freyther <zecke@selfish.org> 07org.openembedded.dev * r87c53fe1e5 10openembedded.git/contrib/qa/oe_audit.py: oe_audit.py: Upgrade list of packet match
10:16.34CIA-203Holger Hans Peter Freyther <zecke@selfish.org> 07org.openembedded.dev * r690e114ba8 10openembedded.git/contrib/qa/oe_audit.py: oe_audit.py: Print only vulnerabe software
10:16.35CIA-203Holger Hans Peter Freyther <zecke@selfish.org> 07org.openembedded.dev * r9e8743297d 10openembedded.git/contrib/qa/oe_audit.py:
10:16.35CIA-2oe_audit.py: Ignore packets that are not in OE
10:16.35CIA-2Split the list in two parts with packets that will be
10:16.35CIA-2never in OE and thet ones that are not in OE right now.
10:17.08*** join/#oe woglinde (~heinold@g225147161.adsl.alicedsl.de)
10:17.16woglindeif someone has the time
10:17.21woglindehttp://www.schleef.org/blog/2010/03/04/dirac-update-2/
10:18.25hrwinetutils 1.7 req automake 1.11 for AM_SILENT_RULES
10:20.55MWelchUK_workhrw, ok.
10:21.16hrwworking on it anyway
10:21.18MWelchUK_workhrw, Angstrom is building 1.10.2 by the looks of it.
10:22.00hrwI know
10:22.26*** join/#oe siji (~siji@122.170.9.183)
10:22.33hrw1.7 should build
10:22.49hrwNOTE: Running task 8 of 17 (ID: 7, /home/hrw/devel/oe/openembedded/recipes/inetutils/inetutils_1.7.bb, do_compile)
10:23.20MWelchUK_workYay! :-)
10:23.31hrw| system/linux.c: In function 'pnd_read':
10:23.31hrw| system/linux.c:407: error: 'PATH_PROCNET_DEV' undeclared (first use in this function)
10:24.20MWelchUK_workAgh! Spoke too soon :-(
10:27.05MWelchUK_worksmacks head on desk.
10:27.29MWelchUK_workwhy do I keep missing badly formatted messages...
10:28.28hrwMWelchUK_work: wants to continue work on inetutils? I do not need that package and have other things to do...
10:28.56hrwwill give you git patch with it
10:29.00MWelchUK_workhrw, fair enough. Thanks for trying.
10:30.51hrwMWelchUK_work: http://marcin.juszkiewicz.com.pl/download/diffs/oe/0001-inetutils-1.7-not-working.patch
10:31.57MWelchUK_workAutomake/conf is really not one of my strong points, but I'll put it on the list of todos and see.
10:32.07MWelchUK_workhrw, thank you for the patch.
10:32.45*** join/#oe matgnt (~matthias@z0701.wist.uni-linz.ac.at)
10:32.59CIA-203Holger Hans Peter Freyther <zecke@selfish.org> 07org.openembedded.dev * r3da62b39e4 10openembedded.git/ (3 files in 2 dirs): cscope: Upgrade to 15.7a to address multiple flaws
10:33.52hrwMWelchUK_work: you do not need automake/autoconf changes - patch contains patch for it
10:34.33MWelchUK_workhrw, Ah - Ok.
10:45.37*** join/#oe mithro (~tim@unaffiliated/mithro)
10:45.47*** join/#oe mrc3 (~mrc3@nat/ti/x-zqyvbljtrbdiwiid)
10:53.58*** join/#oe Sleep_Walker (~Sleep@nat/novell/x-inmculnymwdlkups)
10:55.56*** join/#oe mrc3 (~mrc3@nat/ti/x-gfjamslnercedfga)
10:56.49*** join/#oe hachreak (~hachreak@host198-145-dynamic.24-79-r.retail.telecomitalia.it)
10:58.33*** join/#oe pirho (debian-tor@gateway/tor-sasl/pirho)
11:04.23*** join/#oe woglinde_ (~heinold@g225074146.adsl.alicedsl.de)
11:04.37*** join/#oe mrc3_ (~mrc3@nat/ti/x-uivhwiltbvheziso)
11:16.08*** join/#oe cryolab (~mp@p54B39B2F.dip0.t-ipconnect.de)
11:22.55methril_work_morning
11:23.23*** join/#oe raster (~raster@enlightenment/developer/raster)
11:24.34*** join/#oe erik006 (~erik006@76-10-165-162.dsl.teksavvy.com)
11:33.11*** join/#oe MWelchUK_work_ (~welchma@65.91.2.71)
11:36.17CroftonMWelchUK_work_, I think I unarchived the patch from yesterday :)
11:40.25MWelchUK_work_Crofton, Cheers. Though I pushed a new version this morning!
11:40.49*** part/#oe hachreak (~hachreak@host198-145-dynamic.24-79-r.retail.telecomitalia.it)
11:48.19*** join/#oe MWelchUK_work (~welchma@65.91.2.71)
11:55.02*** join/#oe xperia (~chatzilla@zux182-249.adsl.green.ch)
11:56.30xperiahello to all. i have a question based on the online rootfs builder Narcissus
11:56.31*** join/#oe Sleep-Walker (~Sleep@nat/novell/x-riychbzaizlgxqtz)
11:56.31xperiaamethyst.openembedded.net/~koen/narcissus/
11:56.33xperiawhere can i find the project Narcissus to test it on my server itself ?
11:57.18*** join/#oe RP__1 (~richard@93-97-173-237.zone5.bethere.co.uk)
11:58.41*** join/#oe RP_ (~richard@93-97-173-237.zone5.bethere.co.uk)
11:59.06MWelchUK_workxperia, a quick google reveils: http://dominion.thruhere.net/git/cgit.cgi/narcissus/ as a possible candidate.
11:59.12*** join/#oe Sj_ (~3b5fed67@gateway/web/freenode/x-opbckhooooxfzbiw)
11:59.20Sj_Hello
11:59.37Sj_anyone working on Samsung s3c6410 or smdk6410??
12:00.40Sj_anyone working on Samsung s3c6410 or smdk6410??
12:00.56xperiaMWelchUK_work: have searched google but could not find it. thanks !
12:01.03broonieSj_: Just ask your question.
12:02.05*** join/#oe mario-goulart (~user@67.205.85.241)
12:03.25broonieSj_: Just as your question *in the channel*
12:04.11Sj_Hi i am trying to build root file system for SMDK-6410. I am using OE for the same. I need exact steps to build it...
12:05.21broonieHave you tried following http://wiki.openembedded.net/index.php/Getting_started ?
12:10.01*** join/#oe RP__ (~richard@93-97-173-237.zone5.bethere.co.uk)
12:12.46*** join/#oe RP_ (~richard@93-97-173-237.zone5.bethere.co.uk)
12:22.04*** join/#oe raster (~raster@enlightenment/developer/raster)
12:22.06*** join/#oe Sleep_Walker (~Sleep@nat/novell/x-kzzmagjqavupinkr)
12:26.00*** join/#oe dth_ntb (~dieter@a89-183-83-70.net-htp.de)
12:26.30*** join/#oe siji (~siji@122.170.9.183)
12:28.51*** join/#oe dcordes (~dccordes@dslb-088-067-214-196.pools.arcor-ip.net)
12:28.58*** join/#oe dcordes (~dccordes@unaffiliated/dcordes)
12:31.17*** join/#oe raster (~raster@enlightenment/developer/raster)
12:31.18*** join/#oe aloisiojr (~aloisio@200.184.118.130)
12:32.07CIA-203Koen Kooi <koen@openembedded.org> 07org.openembedded.dev * rc1965f2fe8 10openembedded.git/classes/sourcepkg.bbclass: sourcepkg: split per package arch to catch arch overrides as well
12:32.50*** join/#oe SagS (~3b6093b0@gateway/web/freenode/x-emmgdascmdgekfqi)
12:33.00SagSHello
12:33.18SagSSorry my iNet went down so got disconnected...
12:34.39SagSAnyone developing samsung smdk-6410 / s3c6410 with DM9000 etherenet card on board?
12:34.55CIA-203Martin Jansa <Martin.Jansa@gmail.com> 07org.openembedded.dev * r20b1ca2cc5 10openembedded.git/recipes/mplayer/mplayer_git.bb:
12:34.55CIA-2mplayer_git: bump SRCREV and remove unsupported option
12:34.55CIA-2Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
12:34.57CIA-203Paul Menzel <paulepanter@users.sourceforge.net> 07org.openembedded.dev * r69c1b8c186 10openembedded.git/recipes/ffmpeg/ffmpeg.inc:
12:34.57CIA-2ffmpeg: Stage `avconfig.h` which is built at compile time.
12:34.57CIA-2This header is needed for `libvalhalla`.
12:34.57CIA-2Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
12:34.57CIA-2Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
12:35.03SagSI am facing difficulties setting up NFS client on the board
12:36.20*** join/#oe mrc3 (~mrc3@nat/ti/x-ssmcxlgelipyontg)
12:36.21*** join/#oe erik006 (~erik006@mc-126-205.IPReg.mcmaster.ca)
12:41.15*** join/#oe woglinde (~heinold@chengdu.imp.fu-berlin.de)
12:41.19woglindere
12:45.51*** join/#oe rsalveti (~rsalveti@200.184.118.130)
12:51.49*** join/#oe BenLauDC (~benlau@221.125.8.18)
12:52.21CIA-203Frans Meulenbroeks <fransmeulenbroeks@gmail.com> 07org.openembedded.dev * racaa4a2e7e 10openembedded.git/recipes/xfsprogs/xfsprogs_3.1.1.bb:
12:52.21CIA-2xfsprogs: added 3.1.1
12:52.21CIA-2Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
12:53.06SagSHello.....
12:54.38SagS<PROTECTED>
12:57.09hrwSagS: enable nfsroot in kernel, compile ethernet into kernel, provide proper bootargs, boot
12:58.03*** join/#oe erik006 (~erik006@mc-126-205.IPReg.mcmaster.ca)
12:59.04JaMaif there is postinst/prerm in recipe for setting u-a links and is using new staging (no do_stage) how one can execute postinst/prerm for staging?
12:59.18broonieSagS: The kernel definitely copes well with that, that's how I'm using the SMDK6410
12:59.51*** join/#oe aloisiojr (~aloisio@200.184.118.130)
13:04.34SagSBroonie: But my u-boot does not have DM9000 ethernet driver.. It has only CS8900 ethernet driver... I am trying linux kernel 2.6.24 on smdk6410 board.
13:04.55SagSBroonie: which ethernet chip do u have on board? Is it from www.urbetter.com
13:04.58SagS?
13:06.18hrwSagS: as long as you do not need tftp to load kernel (can load from nand/nor/mmc whatever smdk6410 has) you do not need ethernet in uboot
13:10.54*** join/#oe EiNSTeiN___ (~einstein@216.252.89.207)
13:15.25SagSOkey
13:16.28hrwbootloader only loads kernel. kernel initialize ethernet chip and uses it for nfsroot
13:17.17SagSok
13:17.36SagSbut my boot hangs after mounting NFS..
13:17.37hrwbroonie: you are kernel guy...
13:17.40broonieSagS: I've got both chips on the board, neither of which is a DM9000.
13:17.56hrwbroonie: I have a question about irqs. When I do request_irq() and then enable_irq() then kernel shouts with "unbalanced enable". Adding disable_irq() before enable_irq() makes it quiet. Is it a proper way?
13:18.11broonieThere's a CS89mumble and a SMSC911x
13:18.26hrwSagS: rootfs and kernel are built with OE?
13:18.31*** join/#oe hexor (~thehexa@189-19-251-152.dsl.telesp.net.br)
13:18.40brooniehrw: Why are you calling enable_irq()?
13:18.45brooniehrw: IRQs are enabled by default.
13:18.48hrwbroonie: thats not my code
13:19.01SagSHyper terminal log says "VFS: Mounted root (nfs filesystem).  Freeing init memory: 132K" and then hangs for ever saying "nfs ser not responding"
13:19.12broonieSagS: So are you seeing any network activity?
13:19.25brooniehrw: What's teh code for?
13:19.30SagShrw : No. root fs and kernel are not compiled using OE
13:19.34hrwbroonie: BMI slot in bug 2.0
13:19.49hrwSagS: so check kernel for EABI support and rootfs for same
13:20.04hrwSagS: and this is not 'using embedded linux' support channel
13:20.21SagSI'm sorry for it
13:20.50brooniehrw: Not sure what that is... I suspect you may just want to drop the enable() calls, they're not needed by default.
13:21.00hrwmkey
13:21.10hrwthx
13:21.38*** join/#oe SagS (~3b6093b0@gateway/web/freenode/x-pkkahpzizoegumfx)
13:22.08*** part/#oe SagS (~3b6093b0@gateway/web/freenode/x-pkkahpzizoegumfx)
13:22.16MWelchUK_workhrw, I don't think you need the enable_irq() and therefore don't need the disable_irq either
13:22.30*** join/#oe marcosmamorim (~marcos@189-18-31-243.dsl.telesp.net.br)
13:23.18MWelchUK_workhrw, I'm fairly sure requesting the irq is adequate, though it is definitely checking the request succeeds :-)
13:24.12MWelchUK_workfeels on slightly firmer ground with kernel stuff than OE stuff.
13:28.55*** join/#oe erik006 (~erik006@mc-125-249.IPReg.mcmaster.ca)
13:30.58broonieYes, you don't need to enable IRQs manually unless something odd is going on.
13:31.35hrwdropped enable_irq - boots fine
13:31.46*** join/#oe mekius (~mekius@enlightenment/developer/mekius)
13:32.31GNUtoo|oeeehi, What's the status of java in jalimo,if I've an x86 target(eee701) which one should I bitbake
13:32.43GNUtoo|oeeebecuse openjdk is kind of slow
13:32.50GNUtoo|oeeemaybe it uses the zero assembly port
13:35.43*** join/#oe aditya_111 (~Aditya@c-69-143-196-44.hsd1.md.comcast.net)
13:36.42*** join/#oe alecrim (~alecrim@189.2.128.130)
13:45.19XorAit should be possible to enable the JIT in openJDK for x86
13:47.24GNUtoo|oeeeok
13:47.52GNUtoo|oeeeso what's the difference between shark and JIT?
13:48.02GNUtoo|oeeeis it that shark uses llvm ?
13:48.33*** join/#oe mp__ (~mp@p54B395A1.dip0.t-ipconnect.de)
13:52.39hrwwoglinde is person to ask or thebohemian
13:53.36*** join/#oe cryolab (~mp@p54B390F4.dip0.t-ipconnect.de)
13:54.00*** join/#oe aloisiojr (~aloisio@200.184.118.130)
13:55.21*** join/#oe kristoffer (~kristoffe@95.209.138.80.bredband.tre.se)
13:56.23*** join/#oe denix|air (~denys@166.197.80.137)
14:07.39*** join/#oe mrc3_ (~ddiaz@189.157.114.15)
14:10.12JaMahmm quite a lot of packages is expecting old libexpat.so.0 :/
14:11.11JaMais there better way, than PR bump in all depending pkgs?
14:18.39*** join/#oe zecke (~ich@123-192-181-204.dynamic.kbronet.com.tw)
14:21.55GNUtoo|oeeehrw, I know but they are not online
14:21.58GNUtoo|oeeethanks btw
14:27.51DJWillisJaMa: does a PR bump even sort it (in the case of things like elementary?)
14:28.24*** join/#oe etrunko (~edulima@201.82.175.29)
14:31.13kergothJaMa: no better way currently
14:32.40JaMaDJWillis: it does when done in right order ie ecore->edje->elementary
14:33.10JaMaat least it's what I did now to build elementary
14:33.12DJWillisJaMa: yep, just worked that out this second (not an E expert ;-))
14:33.54JaMaDJWillis: yeah I had to check edje-native log to see warning about missing libexpat.so.0 for ecore-evas too :/
14:33.59JaMaoff
14:38.14CIA-203Koen Kooi <koen@openembedded.org> 07org.openembedded.dev * r969424adc3 10openembedded.git/recipes/desktop-file-utils/desktop-file-utils_0.16.bb: desktop-file-utils: add 0.16
14:41.46MWelchUK_workWhat's the best approach to getting acks on patches/ getting them applied?
14:43.21*** join/#oe otavio (~otavio@debian/developer/otavio)
14:45.29*** join/#oe xperia (~chatzilla@zux182-249.adsl.green.ch)
14:45.45XorAMWelchUK_work: a little sweat and prayer never harms, but emails to the list + bug people
14:46.07denixMWelchUK_work: the trick is to bug the right people :)
14:46.55CIA-203Koen Kooi <koen@openembedded.org> 07org.openembedded.dev * r157b38c38c 10openembedded.git/recipes/udev/udev_151.bb: udev 151: libdir symlinking logic was reversed, fix that
14:47.05denixi.e. those, who might be interested in your patch...
14:47.20MWelchUK_workThat's what I thought. I'd like to ask for commit privileges at some point, though I don't think I've built up enough of a track record yet!
14:48.26xperiahello to all. where can i find "makedevs" ?
14:48.27xperiai need this programm for building a rootfs together wit narcisissum
14:48.29xperiathe file makedevs for openembedded is located here
14:48.30xperiahttp://www.angstrom-distribution.org/narcissus/bin/makedevs
14:48.32xperiabut it looks like this is for a 64bit arch i need it for a 32bit arch
14:49.03CIA-203Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> 07org.openembedded.dev * rce2d4f482a 10openembedded.git/recipes/procps/ (procps-3.2.8/60_linux_version_init.dpatch procps_3.2.8.bb):
14:49.04CIA-2procps: apply patch from Ubuntu to finally get rid of 'Unknown Hz value'
14:49.04CIA-2Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
14:49.08hrw<PROTECTED>
14:49.39xperiahrw: need now only the sources :-)
14:49.53xperiagoogle dont show anything for makedevs
14:50.02xperiai get only makedev
14:50.15*** join/#oe d_t_h (~dieter@p4FDEF71A.dip.t-dialin.net)
14:51.35*** join/#oe d_t_h (~dieter@p4FDEF71A.dip.t-dialin.net)
14:51.37*** join/#oe xperia_ (~chatzilla@zux182-249.adsl.green.ch)
14:52.13MWelchUK_workxperia, really? The 4th link from googling "makedevs" here points straight back to OE, suggesting there is a recipe and therefore a link to the source in OE.
14:53.05xperia_hrw: my fourth link is openvz.org/pipermail/users/2008-December/002531.html
14:53.38xperia_let me see if the us version give me different result othervise a link to the sources would be nice
14:54.04MWelchUK_workxperia, http://cgit.openembedded.net/cgit.cgi/openembedded/tree/recipes/makedevs
14:55.30xperiaMWelchUK_work: you should work as a search engine :-) thanks !
14:56.59*** join/#oe mrc3_ (~ddiaz@189.157.114.15)
15:01.23*** join/#oe MWelchUK_work_ (~welchma@65.91.2.71)
15:01.23CIA-203Koen Kooi <koen@openembedded.org> 07org.openembedded.dev * r437dc40790 10openembedded.git/recipes/udev/udev_151.bb:
15:01.24CIA-2udev 151: remove symlinking logic completely:
15:01.24CIA-2* it breaks upgrade paths
15:01.24CIA-2* broken apps will still be broken
15:02.45*** join/#oe alecrim (~alecrim@189.2.128.130)
15:12.29*** join/#oe alecrim (~alecrim@189.2.128.130)
15:13.39*** join/#oe MWelchUK_work (~welchma@65.91.2.71)
15:17.56*** join/#oe janinge (j@ninge.net)
15:18.07*** join/#oe mekius (~mekius@enlightenment/developer/mekius)
15:23.08*** join/#oe likewise (~chatzilla@82-171-51-231.ip.telfort.nl)
15:23.14likewisegm
15:23.50hrwhi likewise
15:36.50*** join/#oe kergoth_ (~clarson@ip24-251-170-95.ph.ph.cox.net)
15:36.50*** join/#oe dos1 (~dos@unaffiliated/dos1)
15:37.11pb_morning kergoth
15:37.24kergoth_hey pb
15:39.38*** join/#oe erik006 (~erik006@mc-125-249.IPReg.mcmaster.ca)
15:39.49*** join/#oe GNUtoo|oeee (~GNUtoo@host235-140-dynamic.45-79-r.retail.telecomitalia.it)
15:42.27zeckenite
15:43.41kergoth_any thoughts on the breakup in http://github.com/kergoth/OpenEmbedded/commits/kergoth/base-cleanup ?  denix mentioned may want to keep oe_runmake in base rather than moving to utils
15:44.25pb_yeah, I guess oe_runmake is so commonly used that it might make sense to keep in base.  I expect that almost every recipe uses that either directly or indirectly.
15:44.58kergoth_yeah, at first i figured all utils but those used in default task definitions should go, but that one makes some sense to keep
15:45.06*** join/#oe dos11 (~dos@unaffiliated/dos1)
15:45.25pb_actually, oe_runmake is even used by base_do_compile()
15:45.42kergoth_okay, then apparently I'm just blind :)
15:45.46pb_heh
15:45.47kergoth_fixes
15:45.54hrwkergoth_: why gnash inherits siteinfo when it inherits autotools?
15:46.05pb_is base_do_package() actually good for anything?
15:46.15pb_I wouldn't have thought you ought to have a package task at all unless you have inherited package.
15:46.32kergoth_hrw: because it's using SITEINFO_ENDIANNESS to generate a -D
15:47.05kergoth_yeah autotools pulls it in indirectly anyway, i think i did that just to make it explicit
15:47.07hrwkergoth_: ok, but autotools inherits siteinfo...
15:47.08kergoth_since it uses it directly too
15:47.10kergoth_ nods
15:47.15hrwok then
15:47.20kergoth_the inherit cache will ensure it only gets pulled in once, of course
15:47.29kergoth_pb_: good question, probably a remnant
15:48.17kergoth_man.. the pure python do_unpack increases the time of a bitbake -c unpack_all task-boot by *30 seconds* when the base time was only 2m32s to begin with..
15:48.20kergoth_that makes me sad
15:48.27pb_that is rather sad
15:48.42pb_kergoth: what's the deal with mirrors.conf; who is meant to inherit that?
15:48.45kergoth_guesses the python modules may need some love
15:48.53pb_er, mirrors.bbclass I mean
15:48.56pb_stabs self in the eye
15:49.21kergoth_that crappy mirrors definition should probably die in a fire anyway
15:49.24kergoth_but.. :)
15:49.34pb_oh, I see, it's inherited from base anyway
15:49.40pb_yeah, it probably should
15:49.56hrwkergoth_: utils.bbclass will have s/base_*/utils_/ change?
15:50.01kergoth_separating it should make it easier to override
15:50.07pb_right, fair enough
15:50.11kergoth_hrw: perhaps, or even oe_, for consistency with other utils
15:50.37*** join/#oe cminyard (~cminyard@pool-173-57-145-237.dllstx.fios.verizon.net)
15:51.10hrwkergoth_: I like that split
15:51.55kergoth_okay, i'll clean up a few of the things people pointed out, then mail to the list
15:52.11pb_ok, cool
15:53.39kergoth_hrw, pb_: thanks for taking a look
15:54.03hrwnp
16:02.18*** part/#oe RP__ (~richard@93-97-173-237.zone5.bethere.co.uk)
16:08.29*** join/#oe thaytan (~jan@ppp59-167-167-201.static.internode.on.net)
16:10.14denixkergoth_: and thank you for doing it! :)
16:11.24TartarusSo, um
16:11.41TartarusIs there a reason the fbv patch went in as is despite 2 people asking why the man stuff was commented out?
16:11.47TartarusCan I go revert that?
16:12.04*** join/#oe cryolab (~mp@p54B3AA8C.dip0.t-ipconnect.de)
16:12.05kergoth_reversions cause a lot of friction and drama
16:12.12cryolabheya
16:12.15kergoth_if at all possible, better to fix the issue rather than revert and re-do the commit
16:12.29Tartarushm
16:12.30Tartarusok
16:12.54cryolabim getting crazy, for gnome-control-center im always get: checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool
16:13.02kergoth_i think it was in one of the TSC emails, we talked about it last meeting or the meeting before that
16:13.04cryolabbut i have perl installed
16:13.37Tartaruscryolab: You need to have libxml-parser-perl-native built
16:13.40TartarusIt should have been, tho
16:13.56cryolabok i try that
16:14.19pb_Tartarus: the patch that was committed doesn't seem to comment out the manpages
16:14.26pb_that was an earlier version
16:15.28pb_afaict from a casual inspection, the patch as committed does seem to address the comments that you and holger made on the list, so I don't think it was completely out of order for Ulf to check it in.
16:22.56cryolabcool it works thx!
16:24.26Tartaruspb_: Yeah, I see now
16:24.33TartarusMust have misread what went on the list
16:24.44Tartarusdouble checks
16:25.21TartarusYeah was too early in the morning I guess
16:25.27CIA-203Koen Kooi <koen@openembedded.org> 07org.openembedded.dev * r5183adab71 10openembedded.git/recipes/xorg-lib/ (10 files in 2 dirs): pixman git: update to 0.17.10 + ~alexl/alex-scaler2 + overlapped blt
16:27.08*** join/#oe dcordes (~dccordes@unaffiliated/dcordes)
16:32.38CIA-203Martin Jansa <Martin.Jansa@gmail.com> 07org.openembedded.dev * rddda7726d2 10openembedded.git/recipes/shr/phoneui-shr-theme-neo_git.bb:
16:32.38CIA-2phoneui-shr-theme-neo: SRCREV bump
16:32.38CIA-2Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
16:32.38CIA-203Martin Jansa <Martin.Jansa@gmail.com> 07org.openembedded.dev * r950f0a1a5c 10openembedded.git/recipes/efl1/ (evas-native_svn.bb evas_svn.bb):
16:32.38CIA-2evas: PR bump after libexpat soname change
16:32.38CIA-2Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
16:32.39CIA-203Martin Jansa <Martin.Jansa@gmail.com> 07org.openembedded.dev * re5cb27071a 10openembedded.git/recipes/efl1/ (edje-native_svn.bb edje-sdk_svn.bb edje_svn.bb):
16:32.39CIA-2edje: PR bump after libexpat soname change
16:32.40CIA-2Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
16:32.40CIA-203Martin Jansa <Martin.Jansa@gmail.com> 07org.openembedded.dev * ra4ed656672 10openembedded.git/recipes/perl/ (libxml-parser-perl_2.34.bb libxml-parser-perl_2.36.bb):
16:33.02CIA-2libxml-parser-perl: PR bump after libexpat soname change
16:33.02CIA-2Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
16:33.02CIA-203Martin Jansa <Martin.Jansa@gmail.com> 07org.openembedded.dev * r4d84f2baca 10openembedded.git/recipes/fontconfig/ (6 files):
16:33.03CIA-2fontconfig: PR bump after libexpat soname change
16:33.03CIA-2Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
16:33.06CIA-203Martin Jansa <Martin.Jansa@gmail.com> 07org.openembedded.dev * r408183fe88 10openembedded.git/recipes/vala-dbus-binding-tool/vala-dbus-binding-tool.inc:
16:33.06CIA-2vala-dbus-binding-tool: PR bump after libexpat soname change
16:33.06CIA-2Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
16:33.06CIA-203Martin Jansa <Martin.Jansa@gmail.com> 07org.openembedded.dev * rfbe36876df 10openembedded.git/recipes/efl1/ (ecore-native_svn.bb ecore_svn.bb):
16:33.06CIA-2ecore: PR bump after libexpat soname change
16:33.07CIA-2Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
16:36.29*** join/#oe vhallac (~user@85.103.152.133)
16:37.23*** join/#oe mekius (~mekius@enlightenment/developer/mekius)
16:47.19kergoth_tarfile extractall of gcc-4.4.2.tar.bz2: 25s real, 18s user.  tar command extract of gcc-4.4.2.tar.bz2: 15s real, 11s user
16:47.28kergoth_gives up on that
16:47.57*** join/#oe erik006 (~erik006@76-10-165-162.dsl.teksavvy.com)
16:59.45*** join/#oe rednul_ (~rednul@216.187.178.86)
17:03.07*** join/#oe meindian523 (~easwarh@unaffiliated/easwar)
17:03.55*** join/#oe woglinde (~heinold@f052225115.adsl.alicedsl.de)
17:06.55CIA-203Martin Jansa <Martin.Jansa@gmail.com> 07org.openembedded.dev * rdd812f9f37 10openembedded.git/recipes/dbus/dbus.inc:
17:06.55CIA-2dbus: PR bump after libexpat soname change
17:06.55CIA-2Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
17:07.05CIA-203Martin Jansa <Martin.Jansa@gmail.com> 07org.openembedded.dev * ra62cb41071 10openembedded.git/recipes/dbus/ (6 files):
17:07.06CIA-2dbus-glib: PR bump after libexpat soname change
17:07.06CIA-2Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
17:07.09woglindejo
17:07.56JaMajo woglinde
17:09.20*** join/#oe toi (~toi@d54C2A96D.access.telenet.be)
17:10.06woglindehe jama
17:10.20woglindehm why didnt you update navit to latest svn?
17:10.48JaMaIIRC I did to latest when I was bumping that
17:11.23GNUtoo|oeeewoglinde, hi
17:11.33woglindehm
17:11.37woglindehi gnutoo
17:13.02GNUtoo|oeeewoglinde, I've some questions about jalimo
17:13.10woglindegnutoo sure ask
17:13.12*** join/#oe mickey|office (~Mickey@dialbs-092-079-168-007.static.arcor-ip.net)
17:13.15JaMawoglinde: yeah 3012 was latest when I was doing that (and before test).. and for navit-icons I use always the latest in xpm subdirectory (for easy check what's new when I bump next time)
17:13.18woglindeafter april we will find some more time
17:13.24woglindeto work on it
17:13.43woglindejama hm okay
17:13.50woglindeseems I read the commit wrong
17:14.10woglindejama I have some patches for the qt-drawing
17:14.19woglindewhich uses the svg directly
17:14.24GNUtoo|oeeewoglinde, I've an eee701 and I bitbaken openjdk,but it's very slow,maybe it uses the zero port,how can I use the JNI port? I bet the shark port is less good(and maybe not as compatible) as the default sun's one
17:14.26woglindeso no png's are needed anymore
17:14.27JaMawoglinde: feel free to add them/bump again
17:14.32woglindehehe
17:14.42woglindeI have navit commit rights
17:14.43JaMawoglinde: isn't it a bit more cpu consuming than pngs?
17:14.47woglindebut time
17:14.56woglindejama hm depends
17:15.35*** join/#oe rednul_ (~rednul@216.187.178.86)
17:15.35JaMawoglinde: on our slow armv4t om-gta02 is navit on edge of usabillity
17:15.35woglindegnutoo uhm?
17:15.48GNUtoo|oeeewoglinde, I also will have to send you some patches for x86 non-native
17:15.48woglindejama yes I know
17:16.06GNUtoo|oeeewoglinde, eee701 is an eeepc 701,so x86 cpu
17:16.15woglindegnutoo I know
17:16.18GNUtoo|oeeeok
17:16.18woglindeI have 901 go
17:16.21GNUtoo|oeeeok
17:16.41JaMawoglinde: but I'll be glad if I don't need that big navit-icons package installed :)
17:17.02woglindejama yeah
17:17.06woglindethat was my reason
17:17.15woglindeto look into it
17:17.21woglindebut the glamo is ugly slow
17:17.26woglindecp15 already told me
17:17.35JaMaand my reason, why I splited navit/navit-icons (as navit is bumped more often)
17:18.09woglindeyes
17:20.52woglindehm
17:20.57woglindeno dbus bindings?
17:22.16*** join/#oe erik006 (~erik006@76-10-165-162.dsl.teksavvy.com)
17:22.29JaMawoglinde: iirc disabled only in config
17:28.41*** join/#oe kristoffer (~kristoffe@95.209.182.3.bredband.tre.se)
17:30.14*** join/#oe mickey|zzZZzz (~mickey@openmoko/coreteam/mickey)
17:31.47woglindejo mickeyl
17:32.38mickeylservus woglinde
17:40.52*** join/#oe marex (~marex@vasut.kolej.mff.cuni.cz)
17:41.16khemheh hello all
17:43.05woglindeheho khem
17:43.33blindvtkhem, heya. Did you find time to look at my configury redoing proposal (which admittedly still needs love but shows my thoughts in that matter)?
17:46.02khemblindvt: uclibc ? I looked into it
17:46.15khemlooks ok but I want to revisit
17:46.29khemwoglinde: how are you
17:48.11blindvtkhem, should i put that stuff into a working branch somewhere? If not, tell me what you think and i'll see what i can do
17:49.24woglindekhem busy
17:49.30woglindewriting diploma thesis
17:49.53woglindeblinder bernhard had some patches too
17:50.07khemblindvt: I will reply to them
17:50.15khemwoglinde: MS ?
17:50.22khemwoglinde: whats your topic
17:50.38blindvtkhem, looking forward to your reply-TIA
17:53.40mickeyldoes anyone know something about the htc dream kernel in here?
17:53.47mickeyllike, suspend/resume behaviour?
17:54.47woglindekhem better approch for mobile clients in meshnetworks
17:54.53woglindeups + routing
17:55.11khemwoglinde: cool
17:55.56woglindeapproach even
17:56.05khemI wonder whats latest device running OE out there
17:56.15woglindebug 2.0
17:57.40khemmay be we should keep linking these stories to our news section on wiki
17:58.16woglindehm
17:58.24woglinderobert is PR guy
17:58.29woglindebut he is as busy as me
17:59.07tharveyis there a u-boot recipe that packages up a target version of mkimage?
17:59.46khemtharvey: I would put it in uboot-utils or something
17:59.51XorAu-boot-utils
18:00.12khemXorA: there already is u-boot-utils ?
18:00.13khemcool
18:00.21tharveyah... thx
18:00.45XorAkhem: I thought there was, the is a -native version, and I privately have a -cross version which makes in kernel uImage creation work
18:01.44Tartaruser, in-kernel?
18:02.40XorATartarus: make uImage is in the kernel build system
18:02.47TartarusYes
18:02.59TartarusDon't need a -cross for that one, the normal -native should be fine
18:03.00XorATartarus: but you need to name the mkimage same as the rest of the cross tools
18:03.11TartarusThey broke it? :(
18:03.12khemmickeyl: http://www.linuxfordevices.com/c/a/News/Qi-Hardware-Ben-NanoNote/ did you work on this one
18:03.29XorATartarus: it calls $(CROSS_COMPILE)mkimage
18:03.34tharveylooks like mkimage isn't in u-boot-utils but that seems the place for it, alongside fw_printenv/fw_setenv
18:03.44TartarusXorA: They broke it :(
18:03.52khemtharvey: you need mkimage on the device right ?
18:03.59mickeylkhem: no, that was only a small part of the ex-Openmoko team that moved to Qi Hardware
18:04.03tharveykhem, yes... in order to create a boot.scr
18:04.17mickeylkhem: i'm not interested in non-connected devices, so they had nothing to do for me :)
18:04.39khemtharvey: than building and packaging it for target could be done in u-boot recipes
18:04.42XorAQi HArdware still exists?
18:04.52khemmickeyl: ah ok
18:08.19hrwbye
18:09.46GNUtoo|oeeewoglinde, you have something to do with Accenture  ?
18:12.46GNUtoo|oeeeah sorry read too fast(doing too much tings at the same time)
18:14.24tharveyfor getting at uboot config within linux it seems I have two paths:  use boot.scr and create it with mkimage, or tweak u-boot to use a flash partition for its config and use fw_setenv - any advice which is best?
18:16.58*** join/#oe jd (~jd@modemcable207.134-202-24.mc.videotron.ca)
18:16.58*** join/#oe jd (~jd@Wikipedia/HellDragon)
18:21.04Crofton|workkhem, I let some people know about your OE talk
18:21.23*** join/#oe aloisiojr1 (~aloisio@200.184.118.130)
18:27.35*** join/#oe denix|air (~denys@166.197.80.137)
18:30.05*** join/#oe awozniak (~awozniak@adsl-76-205-222-173.dsl.snlo01.sbcglobal.net)
18:33.48*** join/#oe claudiuM (~claubu@host32-254-dynamic.21-79-r.retail.telecomitalia.it)
18:34.04*** join/#oe marex (~marex@vasut.kolej.mff.cuni.cz)
18:36.38khemCrofton|work: cool thx.
18:37.06khemtharvey: I wud say the second option
18:37.36khemCrofton|work: trying to get more folks do some OE stuff in valley :)
18:39.16Crofton|worksadly one of the guys will be out of town
18:39.57khemyeah its fine, we have few folks signed up
18:43.04likewisekhem: good luck doing the talk, too bad I'm nowhere near .ca
18:43.49Crofton|worklikewise, .ca.us :)
18:44.16likewiseOops
18:44.34likewiseyes, I meant ca.li.fo.rn.ia :-)
18:44.39khemlikewise: hehe .ca would be Canada and US guys are a bit upset with them these days since they lost the ice hockey final at olympics :)
18:44.48*** join/#oe Guest77043 (~xxx@246.80-203-41.nextgentel.com)
18:45.57likewiselol, well, .nl lost a golden medal during ice skating due to a bad inner/outer track switch. We're still recovering.
18:46.14*** join/#oe morphis (~morphis@p5489CA82.dip.t-dialin.net)
18:47.18likewise"Sven Kramer was on his way to a gold medal and an Olympic record in the 10,000 meters when he veered into the wrong lane, on his coach's advice."
18:48.01likewiseIt reminds me I always have to get used to the "keep your lane" policy (which is rather nice) in the US
18:48.12khemlikewise: less dope wud have helped :)
18:49.39*** join/#oe mekius (~mekius@enlightenment/developer/mekius)
18:50.14ka6soxkhem, that *never* happens in competition!
18:51.20likewisenotices ka6sox has an IRC client notification on 'dope' :-)
18:58.15CIA-203Adrian Alonso <aalonso00@gmail.com> 07org.openembedded.dev * rf66859bd44 10openembedded.git/files/device_table_add-xsa.txt:
18:58.15CIA-2device_table_add-xsa: add dev nodes for system ace
18:58.15CIA-2Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
18:58.15CIA-2Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
18:58.20CIA-203Adrian Alonso <aalonso00@gmail.com> 07org.openembedded.dev * r45bfbb12df 10openembedded.git/recipes/linux/linux-xilinx-ml507/defconfig:
18:58.20CIA-2defconfig: xilinx ml507 kernel config
18:58.21CIA-2Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
18:58.21CIA-2Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
18:58.21CIA-203Adrian Alonso <aalonso00@gmail.com> 07org.openembedded.dev * r7a6addf03f 10openembedded.git/conf/machine/xilinx-ml507.conf:
18:58.21CIA-2xilinx-ml507.conf: new config file for ml507 devboard
18:58.22CIA-2Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
18:58.24CIA-2Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
18:58.24CIA-203Adrian Alonso <aalonso00@gmail.com> 07org.openembedded.dev * r9315ae1513 10openembedded.git/recipes/linux/linux-xilinx-ml507_git.bb:
18:58.24CIA-2linux-xilinx-ml507_git: new kernel recipe for xilinx ml507
18:58.24CIA-2* Based on the oficial xilinx repo since not all drivers are in the
18:58.25CIA-2* mainline kernel tree
18:58.25CIA-2* Make use off the xilinx-bsp bbclass to override device tree descriptor
18:58.26CIA-2Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
18:58.26CIA-2Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
18:58.27CIA-203Adrian Alonso <aalonso00@gmail.com> 07org.openembedded.dev * rc3289a93bb 10openembedded.git/classes/xilinx-bsp.bbclass:
19:00.44khemmy box ended its 2 day strike and started to execute bitbake today
19:00.55khemunconditionally
19:03.24*** join/#oe bluelightning (~bluelight@93-96-131-185.zone4.bethere.co.uk)
19:03.25*** join/#oe bluelightning (~bluelight@pdpc/supporter/professional/bluelightning)
19:10.20*** join/#oe Heinervdm (~thomas@pD9E15441.dip.t-dialin.net)
19:11.48*** join/#oe hexor_ (~thehexa@189-19-251-152.dsl.telesp.net.br)
19:14.49blindvtkhem, i'd much appreciate input on that uclibc configury.. it's a hard blocker for me since i desperately need it for testing
19:16.06blindvtkhem, as you probably know, i have my own setup to catch 8 arches ATM but it doesn't make sense at all, overall
19:16.19*** join/#oe mekius (~mekius@enlightenment/developer/mekius)
19:23.22*** join/#oe hansdampf (~moritz@rgnb-4d0413e6.pool.mediaWays.net)
19:26.44*** join/#oe florian (~fuchs@Maemo/community/contributor/florian)
19:27.25florianre
19:27.42*** join/#oe rsalveti_ (~rsalveti@200.184.118.130)
19:29.05*** join/#oe d_t_h (~dieter@p4FDEF4AD.dip.t-dialin.net)
19:34.31*** join/#oe marcosmamorim (~marcos@200-161-62-205.dsl.telesp.net.br)
19:34.34*** join/#oe mekius (~mekius@enlightenment/developer/mekius)
19:36.14*** join/#oe dvermd (~roudoudou@78.234.93.192)
19:51.48CIA-203Roman I Khimov <khimov@altell.ru> 07org.openembedded.dev * r2465c93bcb 10openembedded.git/recipes/qemu/qemu_0.12.3.bb:
19:51.48CIA-2qemu: fix build with zlib-dev missing on host
19:51.48CIA-2OE provides its own zlib-native and qemu-native should use that.
19:51.49CIA-2Thanks to Thomas Zimmermann <ml@vdm-design.de> for spotting it.
19:51.49CIA-2Signed-off-by: Roman I Khimov <khimov@altell.ru>
19:56.34*** join/#oe Sleep_Walker (~Sleep@193.179.96.131)
20:02.45mario-goulartDo you know if Tias Guns use this channel or IRC?
20:06.14*** join/#oe Martin-B (~martin@pool-31-67-198-89.dbd-ipconnect.net)
20:12.32*** join/#oe mekius (~mekius@enlightenment/developer/mekius)
20:24.29blindvtwoglinde, khem, oh, and a wipe of old git with the BBCLASSINHERIT 1.7.x replacement i pasted as example to the list would be neat too, modulo actual run-test that i'm currently blocked due to abovementioned reasons
20:24.44blindvts/INHERIT/EXTEND/
20:38.57*** join/#oe Brokie (~Brokie@2-248.35-65.tampabay.res.rr.com)
20:41.15*** part/#oe Brokie (~Brokie@2-248.35-65.tampabay.res.rr.com)
20:45.21*** join/#oe mickey|away (~mickey@80.81.242.146)
20:46.44*** join/#oe Covalence (~user@m3a0436d0.tmodns.net)
21:17.49*** join/#oe pirho (debian-tor@gateway/tor-sasl/pirho)
21:20.34*** join/#oe tasslehoff (~tasslehof@43.80-202-168.nextgentel.com)
21:28.33*** join/#oe dcordes (~dccordes@unaffiliated/dcordes)
21:31.57tasslehoffHow do I change my kernel configuration in OE? I've been adviced not to edit the defconfig directly :)
21:45.06*** join/#oe mekius (~mekius@enlightenment/developer/mekius)
21:50.01*** join/#oe hansdampf (~moritz@rgnb-4d0413e6.pool.mediaWays.net)
22:08.18*** join/#oe mekius (~mekius@enlightenment/developer/mekius)
22:17.00*** join/#oe grg (~grg@eth7090.sa.adsl.internode.on.net)
22:22.48*** join/#oe marcosmamorim (~marcos@200-158-245-254.dsl.telesp.net.br)
22:23.17*** join/#oe dfarnsworth (~dfarnswor@nat/montavista/x-dsuxmxcamvouiaad)
22:38.16*** join/#oe XorA|gone (~XorA@www.xora.org.uk)
22:40.24*** join/#oe woglinde (~heinold@f052231236.adsl.alicedsl.de)
22:43.38*** join/#oe mekius (~mekius@enlightenment/developer/mekius)
22:49.50*** part/#oe claudiuM (~claubu@host32-254-dynamic.21-79-r.retail.telecomitalia.it)
22:50.11*** join/#oe woglinde (~heinold@f052224079.adsl.alicedsl.de)
22:54.00*** join/#oe radhermit (~radhermit@radhermit-1-pt.tunnel.tserv3.fmt2.ipv6.he.net)
23:00.08*** join/#oe grma (~gruberm@chello212186029093.tirol.surfer.at)
23:05.41*** join/#oe jd (~jd@modemcable207.134-202-24.mc.videotron.ca)
23:05.41*** join/#oe jd (~jd@Wikipedia/HellDragon)
23:08.36*** join/#oe radhermit (~radhermit@radhermit-1-pt.tunnel.tserv3.fmt2.ipv6.he.net)
23:11.21vinzzzbonne fin de soirée (ou bonne nuit) à tous
23:14.49*** join/#oe PaulePanter (~paul@f053036046.adsl.alicedsl.de)
23:16.31PaulePanterHi guys. I am rebuilding the OE tree and get »The working tree was created by an older version of quilt. Please run 'quilt upgrade'.« for `linux-omap_2.6.29.bb`. Do I need to `bitbake -c clean` someting here?
23:16.41PaulePanters/someting/something/
23:18.24PaulePanterI am doing `bitbake console-image`.
23:18.33*** join/#oe DJWillis (djwillis@cpc1-bath2-0-0-cust327.aztw.cable.virginmedia.com)
23:19.57woglindepaule try bitbake -c clean linux
23:20.23*** join/#oe lisppaste7 (~lisppaste@common-lisp.net)
23:32.44PaulePanterwoglinde: Thanks. Unfortunately that did not work.
23:33.12PaulePanterThe line before is »angstrom-dev/staging/i686-linux/usr/share/quilt/scripts/patchfns: line 938: [: : integer expression expected«
23:33.44PaulePanterI will try `bitbake -c clean quilt`.
23:40.22PaulePanterThat did not work either.
23:41.11woglindehm
23:41.17woglindeworst solution
23:41.21woglindedelete whole tmp
23:43.20PaulePanterDownloading `…Packages.gz` with `opkg update` on Ångström. For you too?
23:43.39PaulePanterwoglinde: Yes, if I do not get it to work, I will do that. Thanks.
23:44.11*** join/#oe marcosmamorim (~marcos@189-18-208-19.dsl.telesp.net.br)
23:52.52PaulePanterwoglinde: `bitbake -c clean virtual
23:53.00PaulePanter… /kernel` did the trick.
23:53.35PaulePanter`linux` referred to `linux-2.6.32….bb` and the problem was with `2.6.29`.

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