**** BEGIN LOGGING AT Fri Aug 22 02:59:59 2014 Aug 22 07:54:43 morning. Aug 22 07:55:14 hi tasslehoff Aug 22 07:56:06 in my 1.4 (based on angstrom-setup-scripts) /bin/sh must point to /bin/bash. seem to recall that I tried removing the test, and compilation failed. 1.6 builds fine with dash. Aug 22 07:56:30 anyone know if there are many commits needed to fix this for 1.4? Aug 22 07:57:19 stuck at 1.4 for our old product, and I would like to compile on our build server, but my sysadmin won't change /bin/sh for me (understandably) Aug 22 07:59:14 tasslehoff: it's also about downstream packages breaking Aug 22 07:59:21 OE itself should be dash-safe Aug 22 07:59:41 koen: in 1.4 as well? Aug 22 07:59:47 should be Aug 22 07:59:57 but some recipes are broken upstream Aug 22 08:00:08 will retry than, and see if I use any of them. Aug 22 08:01:35 next Q: I want to setup an opkg package feed/repo on our server (for 1.4). any docs on how? Aug 22 08:06:45 I want something very like http://feeds.angstrom-distribution.org/feeds/ Aug 22 08:15:08 tasslehoff: https://docs.google.com/document/d/17dDyypX-vNP_kyY38oohztpa_P0szqP-EyqH7D8nZbo/edit Aug 22 08:15:13 if https://groups.google.com/forum/#!topic/opkg-devel/yLg8vyxClow is still correct, that is not very hard. Aug 22 08:15:16 koen: thanks Aug 22 08:16:11 if you want to split the archs you'll need 'sort.sh' from meta-angstrom/contrib/ as well Aug 22 08:18:17 ack Aug 22 08:26:35 koen: is there a "bitbake everything" command you use to generate a lot of packages? Aug 22 08:27:10 morning all Aug 22 08:29:53 hi bl Aug 22 08:30:10 bitbake world Aug 22 08:30:27 I don't use it, I just have a list of images and packages Aug 22 08:31:49 thanks. Aug 22 08:32:12 you could have a "meta" recipe which depends on all of the others you want built Aug 22 08:32:29 (i.e. inherits meta.bbclass) Aug 22 08:32:34 right Aug 22 08:33:07 or taks Aug 22 08:33:10 ups tasks Aug 22 08:34:09 bluelightning: for my usecase I do bitbake -k in jenkins to get the largest possible number of packages Aug 22 08:34:17 since not all packages build for all archs Aug 22 08:34:35 e.g. systemd 216 fails on mips due to unrecognized gcc flags Aug 22 08:35:35 if the things you want build for all the archs you want, a meta package is the way to go Aug 22 08:35:47 tasslehoff: also have a look at 'upload-packages.bb' in meta-angstrom Aug 22 08:36:31 koen: shouldn't that sort of thing be handled via COMPATIBLE_HOST ? Aug 22 08:36:50 if the package can never work, yes Aug 22 08:36:55 but for buildfailures, no Aug 22 08:37:02 I try to fix most of them :) Aug 22 08:38:02 libart is an example where you could go the COMPATIBLE_HOST way or fix it by adding the header Aug 22 08:47:39 Hello, I meet diffucult to launch pulseaudio because I am not using X11. I think I am in the case discussed here (http://lists.freedesktop.org/archives/pulseaudio-discuss/2011-June/010275.html) but I do not understand what is the issue. If someone have little time to help me, it would be nice. Aug 22 09:00:15 With $pulseaudio -D, I get the error : Aug 22 08:02:30 eukrea-cpuimx25 daemon.notice dbus[195]: [system] Activating service name='org.freedesktop.ConsoleKit' (...) Aug 22 08:02:31 eukrea-cpuimx25 user.warn pulseaudio[360]: [pulseaudio] server-lookup.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11 (...) and if I set DBUS_SESSION_BUS_ADDRESS it is worse. Aug 22 09:23:31 Should I launch pulseaudio from root in system mode or from an other user ? Aug 22 10:49:50 My image requires another one. How do I blacklist/remove one package from that required recipe? Aug 22 11:01:29 otavio: ERROR: No recipes available for: meta-fsl-arm/recipes-benchmark/glmark2/glmark2_%.bbappend Aug 22 11:40:32 RP, can't we just skip .bbappend if no "base" recipe was seen in the available layers? Aug 22 11:43:06 RP, i.e. default BB_DANGLINGAPPENDS_WARNONLY to yes ? Aug 22 11:43:58 koen: how do I remove angstrom-feed-configs.bb from my image? I have overridden ANGSTROM_FEED_CONFIGS in my image.bb, but it is still dragged in by something. Aug 22 11:48:34 check buildhistory to see what's pulling it in Aug 22 11:51:02 blindvt`: you can set it to that if you want but it tends not to make a good default Aug 22 11:52:56 RP, yea, to some extent i see what you mean Aug 22 11:54:40 RP, btw i see that bitbake uses non-pythonic multiple endswith(), see the sample hunk i just sent to the list. Did not look for other occurrences Aug 22 11:58:30 blindvt`: There are a few places we have issues like that, we do try and fix them when we become aware of them Aug 22 12:53:23 koen: packagegroup-distro-base, it seems.. Aug 22 14:06:17 blindvt`: if you're trying to append things in bsp layers from a generic layer, you can use the snippet from layer.conf that's in meta-mentor, meta-fsl-arm, and meta-fsl-ppc, which adds layer-specific areas of bbappends. much cleaner than setting BB_DANGLINGAPPENDS_WARNONLY Aug 22 14:25:42 kergoth, otavio added that bbappend to the meta-fsl-arm layer but i do not have (nor want) the layer where the main glmark2 thing lives. I can deal with it for now though Aug 22 14:51:54 blindvt`: oh, indeed this is a bug Aug 22 14:52:07 blindvt`: this needs to be moved to the meta-oe collection Aug 22 14:52:30 otavio: TIA :) Aug 22 14:53:12 blindvt`: it needs to go to the openembedded-layer subdir, as did for qt5 and elf Aug 22 14:53:16 efl Aug 22 14:54:10 otavio: would you mind http://paste.debian.net/116910/ ? Aug 22 14:54:12 blindvt`: i think you'd missed the point. the layer based subdirs are only parsed when that layer is available. the whole point is to let the bbappend work whether you have the layer it wants to append to or not. so yes, i know you don't have the layer where it lives :) Aug 22 14:54:22 * kergoth yawns and gets back to fighting bitbake Aug 22 14:55:37 kergoth, i understood that well, yes. Aug 22 14:56:05 then explaining that you don't have the layer was pointless, as i already know that. the obvious fix is what otavio described, putting it into that layer's subdir Aug 22 15:06:20 blindvt`: I don't see a problem with the pasted patch. Aug 22 15:06:42 blindvt`: but why you need it? the include should be first and you override in the machine Aug 22 15:08:08 blindvt`: can you send the fix for the bbappend? Aug 22 15:19:52 Hmm, I can't find any documentation on when in time ipk package scripts are run.. Aug 22 15:20:12 can any wiki admin get me registered? I want to update the patch submission page regarding private/corporate fields Aug 22 15:20:36 oh, wait, there's a TSC signoff on this Aug 22 15:23:05 found one Aug 22 15:36:40 Is there issues with running "modprobe" on a module in a postinst ipkg script ? Aug 22 15:39:38 what are you trying to do? Aug 22 15:40:00 * mr_science admits that does sound a little weird... Aug 22 15:41:58 mr_science, I have a package in which I ship custom kernel drivers Aug 22 15:42:15 mr_science, I want to unload/load them during package remove/install Aug 22 15:43:59 that sounds like a pretty terrible idea to me, but *shrug*, should be possible, in theory Aug 22 15:49:28 kroon: KERNEL_MODULE_AUTOLOAD does that automatically in postinst Aug 22 15:49:39 see autoload_postinst_fragment Aug 22 15:49:46 ah, good call Aug 22 15:49:48 in meta/classes/kernel-module-split.bbclass Aug 22 15:50:14 and if you want to autoload it on install you probably want to stay it that way after reboot Aug 22 15:51:10 JaMa, thanks. yeah, this is just for easy debugging Aug 22 15:52:03 turns out busybox's "depmod -a" without a kernel agrument is not nice Aug 22 15:53:50 that makes a little more sense... Aug 22 21:26:56 new dark beer at big pete's Aug 22 21:27:42 Lagunitas Nighttime Ale or something... Aug 22 21:50:15 JaMa: 2 patches in the ka6sox queue... Aug 22 21:54:53 thanks **** ENDING LOGGING AT Sat Aug 23 02:59:58 2014