**** BEGIN LOGGING AT Mon Jan 21 02:59:58 2013 Jan 21 09:02:19 hi Jan 21 09:11:12 good morning Jan 21 09:11:49 hello Jan 21 09:28:11 morning Jan 21 09:34:47 i have a class that implements populate_packages_prepend in order to move some files from /etc to /var/etc, i use it with the dhcp recipe and get FILES_dhcp-server-config = "/var/etc/default/dhcp-server /var/etc/dhcp/dhcpd.conf /etc/default /etc/dhcp". The two last ones (/etc/default and /etc/dhcp) are links to /var/etc/default and /var/etc/dhcp respectivly. But at the end, my package contains directories instead of links and nothing int Jan 21 09:35:26 any idea guys ? Jan 21 09:36:13 i can post the class if it can help Jan 21 09:44:18 afournier1: pastebin is always helpful Jan 21 09:44:28 kay Jan 21 09:45:21 just fixing the bb.debug things and posting it Jan 21 09:46:24 http://pastebin.com/Ab6x42CS Jan 21 09:47:54 line 107 echoes : sysconfrw: FILES_dhcp-server-config = "/var/etc/default/dhcp-server /var/etc/dhcp/dhcpd.conf /etc/default /etc/dhcp" Jan 21 09:55:58 morning all Jan 21 09:56:12 morning bluelightning Jan 21 10:22:41 afournier1: no clues, sorry Jan 21 10:24:42 ok Jan 21 10:29:05 core-image-sato does not boot X11 anymore? Jan 21 10:31:24 bb in few Jan 21 10:32:04 ok, so today I'm going to start the new systemd 'distro compliance fight' (along with some other new changes) Jan 21 10:32:42 the first unrelated snag I've hit is: ERROR: Nothing PROVIDES 'virtual/arm-oecore-linux-gnueabi-gcc${KERNEL_CCSUFFIX}' Jan 21 10:33:21 mckoan: i think i understood, "Copy D into PKGD" is done before populate... Jan 21 10:34:33 ah so it looks like it might be meta-ti Jan 21 10:36:18 mckoan: it works Jan 21 10:38:23 afournier1: well done Jan 21 10:38:56 bluelightning: pls note that with the new policies for bundling meta-openembedded, the last meta-initramfs patches are 'hidden'. Have you assigned that to yourself? Jan 21 10:39:17 * ant_work is a bit perplexed Jan 21 10:39:31 ant_work: Martin seems to be doing that at the moment, I'm not sure I like it either Jan 21 10:39:49 ok, same for meta-handheld somhow... Jan 21 10:40:06 and that's strange Jan 21 10:45:09 jackmitchell: I think you're hit by "kernel.bbclass, module-base.bbclass: Use CC to form KERNEL_CC" Jan 21 10:45:25 something in your layers Jan 21 10:52:37 re Jan 21 10:52:59 which image in OE boots to X11 desktop? Jan 21 10:56:09 ant_work: yes, I've put it down to the meta-ti multi-kernel.inc - I've posted on the ML to try and get some momentum going Jan 21 10:57:55 jackmitchell: see the comments to previous version http://patches.openembedded.org/patch/36399/ Jan 21 10:59:02 afais some TI devices would need a customized toolchain (external maybe?) Jan 21 11:01:11 hrw: AFAIK none, you need to add some layer Jan 21 11:40:58 when i want to extend a package with bbappend ( to create a xxx-systemd package ) is it important where to place the bbappend recipe ? Jan 21 11:45:11 pwgen: not really, as long as it can be picked up by bitbake via BBFILES Jan 21 11:47:53 when i place my bbappend file in the same directory, where the recipe resides, it will be ignored, when i copy it to ./meta-openembedded/meta-systemd/oe-core/recipes-core/erics/erics_0.1.bbappend is found and build ? Jan 21 11:57:19 Heyo Jan 21 12:05:29 hello Jan 21 12:05:37 Hi Jan 21 12:08:41 does BBFILES have *bb or *bb* as wildcard? Jan 21 12:10:46 ^^ ignore this comment, I'm mistaken in how bbappend files are picked up. Jan 21 12:15:58 pwgen: hi, I've realized now you were talking about raspberry pi and I answered about ben nanonote...you know, the dark side of mips, attracting Jan 21 12:54:30 why is there volatile stuff in package-split ? Jan 21 13:38:49 i don't get it, i bbappend the base-files, rewrite the do_install to remove volatile stuff, and the links are still in the package... Jan 21 14:48:12 RP, ping Jan 21 14:48:30 Crofton|work: pong Jan 21 14:48:49 so regarding my PACKAGECONFIG problem Jan 21 14:49:04 do you think adding EXTRA_OECMAKE to the code would be OK? Jan 21 14:49:16 Crofton|work: make the append conditional on bb.data.inherit_class('cmake') Jan 21 14:49:23 you'll have to look up the syntax Jan 21 14:49:53 hmm, I assume the same is true for the OECONF var should depend on autotools Jan 21 14:50:55 Crofton|work: there could be other recipes using that Jan 21 14:51:07 I'd just do an if cmake, else: Jan 21 14:51:28 I'll make something Jan 21 14:51:47 and you can fix it :) Jan 21 14:52:00 will you be at ELC? Jan 21 14:58:42 Crofton|work: I think so, yes Jan 21 14:58:46 cool Jan 21 14:58:56 does anything in the meta-data use inherit_class? Jan 21 15:04:29 Crofton|work: will you be at fosdem? Jan 21 15:04:34 Crofton|work: bb.data.inherits_class('kernel', d) Jan 21 15:04:51 yes, I have tickets and staying at St Nick Jan 21 15:05:00 hmm, my grep is not finding it Jan 21 15:05:10 Crofton|work: missing plural Jan 21 15:05:22 arg Jan 21 15:05:23 thanks Jan 21 15:05:32 Crofton|work: can you take your guidebook? My female friend asked does someone has one for Brussels ;d Jan 21 15:05:41 ok Jan 21 15:05:46 Crofton|work: thanks Jan 21 15:13:25 is it possible to append pkg_postinst with a file, instead of installing the file and executing it ? Jan 21 15:14:14 something like pkg_postinstall_${PN}_append = `cat scripttoexecute` Jan 21 15:16:26 i guess it's possible to do that in a class, but i wonder if it was possible in a recipe Jan 21 15:28:02 Crofton|work: do you have an up to date uhd recipe Jan 21 15:29:41 I thought I just updated it Jan 21 15:30:35 do you use the gnuradio recipe also? Jan 21 15:30:48 and if so, do you edit the configuration settings? Jan 21 15:32:53 Crofton|work: fyi, there's also oe.utils.inherits(d, 'class1', 'class2', ...) if you ever need to check more than one (as an convenience alternative to inherit_class) Jan 21 15:32:56 * kergoth yawns and gets breakfast Jan 21 15:40:31 so does anything use EXTRA_OECONF is the autotools class is not inherited? Jan 21 15:40:39 Crofton|work: thanks I was looking in meta-ettus Jan 21 15:40:45 heh Jan 21 15:40:52 no uhd should work many places :) Jan 21 15:42:46 Crofton|work: I am using gnuradio, but an older one. Jan 21 15:43:50 Crofton|work: I have not edited the configuration settings. Jan 21 15:44:08 ok Jan 21 15:44:19 it seems like some people like to config out bits and pieces Jan 21 15:44:28 so I am tryin gto make it easier for them Jan 21 15:47:14 Crofton|work: oops I just noticed I had but that was a year ago, I built it with no GUI, no uhd Jan 21 15:48:09 ok Jan 21 16:54:48 e Jan 21 17:18:48 morning Jan 21 18:09:26 htms uclibc is broken somehow here Jan 21 18:09:30 build Jan 21 18:47:01 woglinde: whats the error Jan 21 19:09:06 https://lh3.googleusercontent.com/-xK-FK4pELDE/UP2NpU30oeI/AAAAAAAAGeQ/72GRxD5Rz_I/w497-h373/IMG_20130121_134745.jpg Jan 21 19:09:13 hopefully that works for everyone Jan 21 19:13:32 business cards :D Jan 21 19:13:44 I'd like to mount a remote ftp server in my filesystem. I can't find curlftpfs in openembedded, are there an alternative that people use ? Jan 21 19:24:18 PACKAGECONFIG[qtqui] = "\ Jan 21 19:24:18 '-DENABLE_GR_QTGUI=ON \ Jan 21 19:24:18 -DQT_HEADERS_DIR=${STAGING_INCDIR}/qt4 -DQT_QTCORE_INCLUDE_DIR=${STAGING_INCDIR}/qt4/QtCore -DQT_LIBRARY_DIR=${STAGING_LIBDIR} -DQT_QTCORE_LIBRARY_RELEASE=${STAGING_LIBDIR}/libQtCore.so -DQT_QTGUI_LIBRARY_RELEASE=${STAGING_LIBDIR}/libQtGui.so','-DENABLE_GR_QTGUI=OFF',qt4-x11-free qwt, " Jan 21 19:24:30 STAGING evaluates to the x86 one :) Jan 21 19:40:48 hey. can i disable SRC_URI md5sum checking during development? Jan 21 20:14:08 he khem Jan 21 20:14:18 khem maybee its master bitbake and quilt Jan 21 20:45:07 hm bitbake master Jan 21 20:45:08 /devel/oe/setup-scripts/sources/openembedded-core/meta/recipes-devtools/quilt/quilt-native_0.60.bb, do_unpack) is not buildable Jan 21 20:45:11 why Jan 21 20:52:50 hm can me someone explain this line in quilt-native? Jan 21 20:52:52 RDEPENDS_${PN} = "diffstat-native patch-native bzip2-native util-linux-native" Jan 21 20:54:45 seems pretty self explanatory, other than util-linux Jan 21 20:54:50 no wonder bitbake is freaking out Jan 21 20:55:29 kergoth I thought quilt builds depends on the hoststuff Jan 21 20:59:46 bitbake should be able to deal with it, afaik. bitbake realizes that a recipe's PN is rprovided even if PACKAGES is empty Jan 21 21:01:18 kergoth are you able to build something with actual bitbake master? Jan 21 21:01:58 within the past few days all our builds have been blown apart by either dependency loops or line continuations in comments Jan 21 21:02:05 heh Jan 21 21:02:17 * kergoth shrugs Jan 21 21:02:45 when I comment the line out if have deploops whith chkconfig Jan 21 21:02:46 hm Jan 21 21:03:15 testing eglibc build now Jan 21 21:19:31 hm native packages are buildable Jan 21 21:21:26 hm ah native build reviels I have to choose provider fuer alternatives Jan 21 21:26:51 RP, how does this look http://pastebin.com/mENbmnPh Jan 21 21:26:58 seems to do what I need ehre Jan 21 21:30:52 ah Jan 21 21:30:54 now its clear Jan 21 21:31:05 angstroem used cworth for alternatvies Jan 21 21:31:13 and that package is gone Jan 21 21:55:35 JaMa, my fix for neon on gnuradio breaks x86 builds :( Jan 21 21:59:09 crofton how that? Jan 21 22:04:14 anyway gn Jan 21 22:11:52 Crofton|work: Just put the appendVar('EXTRA_OECONF', extraconf) in an else underneath Jan 21 22:12:03 Crofton|work: then I'm happy ;-) Jan 21 22:13:57 Fantastic.. tried to bitbake omap3-desktop-image and it crapped out while trying to compile firefox with a 6 meg log file... Jan 21 22:17:00 What is the point of the yocto project.. i still cant get my head around what it provides over OE Jan 21 22:19:06 ok Jan 21 22:19:21 trung, it makes OE manager friendly Jan 21 22:20:07 jesus, davest is keynoting at ELC Jan 21 22:20:36 and spacex Jan 21 22:20:57 Crofton|work: Can you elaborate anymore? Jan 21 22:22:49 not quickly Jan 21 22:22:56 gotta go afk Jan 21 22:23:06 Maybe next time Jan 21 22:32:12 Do I really need to update the recipe revision number when I'm developing ? Package seems to be rebuilt each time I build the sd image .. Jan 22 01:25:23 h Jan 22 01:25:23 h Jan 22 02:18:48 Hi Jan 22 02:19:35 I've built an image, and now i want to get it on my gumstix overo com. When i try to boot with the new image i get "Wrong Image Format for bootm command" Jan 22 02:19:52 How do i get it running? **** ENDING LOGGING AT Tue Jan 22 02:59:58 2013