**** BEGIN LOGGING AT Tue Oct 15 02:59:58 2013 Oct 15 05:34:14 RP: that issue is pretty much blocker for me Oct 15 05:34:24 since I need SDKs with multilib Oct 15 07:54:16 rburton: hi ! received your mails, thank you for your answer by the way Oct 15 07:54:35 rburton: for now, are you expecting something from me or is it good for you ? Oct 15 08:03:05 rburton: asking because I wanna know if there is something to modify with my patches Oct 15 08:40:15 morning all Oct 15 10:56:58 good morning Oct 15 11:00:15 gm Oct 15 11:12:16 hi all Oct 15 11:12:28 I add python-pyftpdlib recipe Oct 15 11:12:39 but this that RDEPENDS on asyncore Oct 15 11:12:47 and I cannot find asyncore Oct 15 11:13:14 any ideas how to enable build of asyncore (it should be part of python) Oct 15 11:42:03 does changing source code and running bitbake updates it automatically? Oct 15 11:43:15 I made some changes in my source code and ran bitbake . source code doesn't gets changed Oct 15 11:44:02 i mean yocto doesn't update the new code when i bitbake Oct 15 12:32:32 zaif: when you say "changing source code" what files exactly are you changing? Oct 15 12:39:05 bluelightning: I have opencv code in my git and changed it. Just changed source code on github(No changes to .bb ). Oct 15 12:39:24 zaif: what is SRCREV set to in the recipe? Oct 15 12:39:47 same as r0 Oct 15 12:42:17 bluelightning: My .bb file. http://pastebin.com/ArbKVUbW ... Just changed source code on github Oct 15 12:43:11 zaif: SRCREV must be set to "${AUTOREV}" for it to automatically update to the latest revision in the repository Oct 15 12:45:07 bluelightning: ok.got it. Is there any recipe for V4l2-ctl in yocto? Oct 15 12:47:12 zaif: if that is part of v4l-utils? if so there is a v4l-utils recipe in the meta-oe layer Oct 15 12:50:02 bluelightning: No idea, will check it. Oct 15 12:52:36 is there a way to include a git tag instead of a git hash (PV = "git${SRCPV}") in a package name? Oct 15 12:55:43 alazor: SRCPV includes the hash; if you want to use a tag you'd have to just put that tag in PV instead Oct 15 12:57:26 alazor: yes. you can use git tag in SCR_URI ="git://github.com/appname.git;protocol=https;tag=v0.1" Oct 15 12:58:24 bluelightning: yes, v4l-utils works for my work. thanks. Oct 15 12:58:34 just for the reference asyncore is in python-misc Oct 15 12:58:38 found it Oct 15 12:58:39 :) Oct 15 14:49:55 bluelightning, zaif: thanks! "tag=v0.1" in SRC_URI works. Oct 15 14:51:15 alazor: that does mean a network lookup every time it does a parse to determine what the tag currently points at Oct 15 14:51:27 alazor: (which is why generally hashes are used) Oct 15 14:52:31 you should never use tag=. if anything, you should put the tag in SRCREV instead Oct 15 14:52:42 we should really fix the two to behave the same Oct 15 14:52:51 * kergoth gets food Oct 15 15:00:04 YPTM: Welcome to the technical meeting. Please let me know who's on the bridge Oct 15 15:00:21 YPTM: Paul Eggleton is on Oct 15 15:00:27 YPTM: nitin on the bridge Oct 15 15:00:35 YPTM: Scott Rifenbark Joined the call Oct 15 15:00:45 The Yocto Project Tech Meeting Con-Call is starting Oct 15 15:00:45 Dial-in number: 1.972.995.7777 / Participant passcode: 42001078 Oct 15 15:00:45 This call is open to all and the channel remains open to discuss any topic Oct 15 15:00:45 YPTM: Saul is on Oct 15 15:00:55 YPTM: Corneliu jined Oct 15 15:01:09 YPTM: tom Z on Oct 15 15:01:26 YPTM: polk is here Oct 15 15:01:42 YPTM: Richard is here Oct 15 15:02:05 YPTM: jzhang on the call Oct 15 15:02:24 YPTM: Any opens? Oct 15 15:02:34 Toaster release Oct 15 15:02:42 YPTM: ross joined Oct 15 15:03:03 YPTM: current 1.5 QA status: https://wiki.yoctoproject.org/wiki/WW41_-_2013-10-08_-_Full_Pass_Release_1.5_M5.rc8 Oct 15 15:03:08 YPTM: Will send the final report tomorrow Oct 15 15:03:34 * fray will join in 1 minute Oct 15 15:04:05 YPTM: I'm here Oct 15 15:04:06 YPTM: Michael joined. Oct 15 15:04:24 YPTM: pidge just joined Oct 15 15:04:49 YPTM: Denys is here Oct 15 15:05:31 team) https://wiki.yoctoproject.org/charts/combo.html Oct 15 15:05:52 YPTM: Darren has joined Oct 15 15:10:14 audio is breaking up on the conference call Oct 15 15:11:02 BSDCat: working for me, must be a specific access number Oct 15 15:11:13 ok, might also just be my cell phone Oct 15 15:15:54 goddamnit now i've got to get new imagery for my presentation Oct 15 15:16:00 * rburton shakes fist at jzhang-laptop Oct 15 15:17:10 rburton: ? Oct 15 15:17:40 jzhang-laptop: i had a slide titled Web Hob with a picture of a gas hob on Oct 15 15:18:28 i need to find a new picture *and* change a word now! Oct 15 15:18:30 rburton: haha, now you need to find a nice toaster picture to show ;-) Oct 15 15:23:02 Corneliu: you should direct him to subscribe to the mailing list Oct 15 15:23:21 name: Alexandru Vaduva Oct 15 15:23:49 YPTM: Need to drop the call, sorry :( Oct 15 15:26:31 how do I add ALSA to my uclibc distro? Oct 15 15:26:55 is it DISTRO_FEATURES option, or just IMAGE_INSTALL += "alsa alsa-lib" etc in image recipe? Oct 15 15:28:15 Krz-: you'll want the machine and distro feature "alsa" Oct 15 15:28:22 (the distro feature is a default) Oct 15 15:28:39 and then its just a matter of your recipes that use it pulling it in Oct 15 16:05:22 rburton: so eventually I have to add alsa to DISTRO_FEATURES and MACHINE_FEATURES + install appropriate in image recipe Oct 15 16:06:20 hi Oct 15 16:06:31 all Oct 15 16:08:20 Krz-: packagegroup-base-alsa is installed automatically *if* alsa is in both machine and distro features Oct 15 16:08:36 Krz-: you can do something similar if you have other alsa feature requirements Oct 15 16:08:55 (assuming you include packagegroup-base that is) Oct 15 16:08:56 (see the packagegroup-base.bb recipe) Oct 15 16:09:16 bluelightning: right... Oct 15 16:18:48 RP: ok I got it, thanks Oct 15 16:31:34 i've prepared a patch adding Debian-7.2 to sanity tested distros, is there anything i should verify? building core-image-minimal for qemux86 now. (and, same as for the last debian point release, the new version only includes bug and security fixes) Oct 15 16:31:54 mplayer SRC_URI = "git://repo.or.cz/mplayer.git is outdated. Oct 15 16:31:59 build breaks Oct 15 16:32:57 replace the SCR_URI with http://repo.or.cz/w/mplayer.git Oct 15 16:33:28 i'm about to head home, so will check build results tomorrow. would be suprised if anything breaks. highlight me in case you want to add something :) Oct 15 16:35:24 I have a recipe which doesn't download any stuff from Internet, it just uses file already present in the layer. How do I work around LICENSE checksum? Oct 15 16:35:41 Any Idea why is this error? Oct 15 16:35:48 WARNING: Failed to fetch URL git://daniel-baumann.ch/git/debian/libdvdread.git;protocol=http;branch=debian, attempting MIRRORS if available Oct 15 16:35:48 ERROR: Fetcher failure: Fetch command failed with exit code 128, output:Cloning into bare repository '/home/siguser/yocto/build/downloads/git2/daniel-baumann.ch.git.debian.libdvdread.git'... Oct 15 16:35:52 siguser: you can't do that, SRC_URI for a git repo must start with git:// - specify ;protocol=http if it is to be accessed over http Oct 15 16:36:58 Krz-: provide a license file or point to ${COMMON_LICENSE_DIR}/ Oct 15 16:38:28 bluelightning: i didn't add the complete URI. I guess this works. SRC_URI = "git://repo.or.cz/mplayer.git;protocol=git;branch=master \ Oct 15 16:38:58 bluelightning: didn't know all licenses are already present in Yocto, that's cool Oct 15 16:40:08 ;protocol=git is redundant nowadays. git:// is default. as bluelightning says, use ;protocol=http if it needs to be fetched over http Oct 15 16:40:45 kergoth: ok. Oct 15 16:41:01 bluelightning: what is actually LICENSE for? e.g. can I configure Yocto to build only GPLv3 packages? Oct 15 16:41:13 Krz-: right, but they aren't really there for this kind of usage - in 99% of cases LIC_FILES_CHKSUM should be pointing to a file in the upstream source Oct 15 16:42:19 bluelightning: this is really exception - it's grub.conf file Oct 15 16:42:28 Krz-: INCOMPATIBLE_LICENSE is used to exclude particular licenses from the build entirely Oct 15 16:42:31 Krz-: LICENSE goes into the output packages (i.e. can be queried by the package manager on the target, if enabled); you can also filter out certain licenses from your build with INCOMPATIBLE_LICENSE Oct 15 16:42:36 Krz-: most commonly used to remove all gplv3 Oct 15 18:46:47 Hi guys, anyone know why a defconfig file in my layer doesn't get applied to the kernel? Oct 15 18:47:04 It should according to the docs Oct 15 18:58:54 Hi guys, anyone know why a defconfig file in my layer doesn't get applied to the kernel? Oct 15 19:12:06 Hi guys, anyone know why a defconfig file in my layer doesn't get applied to the kernel? Oct 15 20:13:52 otavio: this is a heads up for the layers,a lib libdrm update is in MUT right now, but will be in master soon Oct 15 20:18:34 sgw_: ok :) Oct 15 20:26:55 hmm, wonder if we have any good scripts for making comparisong of bitbake -S sigdata or sstate siginfo to see what changed Oct 15 23:37:24 anyone know how to get kernel modules copied across to the filesystem? Oct 15 23:43:25 c_can.ko and c_can_platform.ko are not going into /lib Oct 15 23:45:03 brm: kernel modules get split out into individual binary packages Oct 15 23:45:15 see tmp/deploy/ipk/ Oct 15 23:45:30 add the appropriate names to CORE_IMAGE_EXTRA_INSTALL, or IMAGE_INSTALL in the recipe Oct 15 23:45:58 or, if they're needed to boot your board or similar, add to MACHINE_{ESSENTIAL,EXTRA}_{DEPENDS,RRECOMMENDS} in the machine .conf Oct 15 23:46:16 but if I put "MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "kernel-module-can-dev" in my .conf, it goes into /lib with other modules Oct 15 23:46:42 it just doesn't work with c_can Oct 15 23:47:05 i.e MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "kernel-module-c_can_platform" Oct 15 23:49:20 kergoth: any idea's why it works for some modules .. i.e can-dev but not work with c_can Oct 16 00:02:42 it only emits binary packages for kernel modules that are installed. i highly doubt 'c_can_platform' is the correct package name for that module Oct 16 00:25:13 kergoth: ../kernel/drivers/net/can/c_can/c_can.ko Oct 16 00:28:03 and ../kernel/drivers/net/can/c_can/c_can_platform.ko Oct 16 00:28:03 Is it because there is an extra directory layer in the path? Oct 16 00:44:39 kergoth: Stil there? **** ENDING LOGGING AT Wed Oct 16 02:59:58 2013