**** BEGIN LOGGING AT Fri Aug 09 02:59:59 2013 Aug 09 06:39:34 inca: you could still ask on #beagle there are some people who have done a lot of work on DT Aug 09 13:05:44 dm8tbr: I have been, though they are easily distracted in #beagle. =) Aug 09 13:06:40 rofl Aug 09 13:06:50 we all hate DT :-D Aug 09 13:06:58 * XorA gets the blessed chainsaw Aug 09 13:20:22 can someone point me to a package where i can "get ideas" (aka steal) /etc/init.d/* scripts for a simple daemon? Aug 09 13:22:08 the official openembedded docs on init.d are still todo Aug 09 13:30:38 freinhard: note that angstrom uses systemd, so for new items you should probably be creating a systemd unit rather than an initscript Aug 09 13:41:49 bluelightning: sry, got too much old debian in my head ;) Aug 09 13:42:06 bluelightning: got a good/simple systemd example? Aug 09 13:44:36 freinhard: perhaps meta/recipes-connectivity/neard/ Aug 09 13:46:38 hmm there's no neard in setup-scripts/sources/openembedded-core/meta/recipes-connectivity/ Aug 09 13:47:19 bluelightning: but the leyerindex knows it.. Aug 09 13:47:42 ah probably it's a fairly new recipe Aug 09 13:48:11 bluelightning: got it from cgit, thx, i'll have a look Aug 09 15:16:39 bluelightning: i tried to copy from that reciept but the "if ${@base_contains('DISTRO_FEATURES'" part doesn't work when i bake it whith bitbake -b Aug 09 15:17:15 the code within the if is not executed. i commented the if and then i get QA Issue: minidlna: Files/directories were installed but not shipped Aug 09 15:18:12 freinhard: your recipe inherits systemd? Aug 09 15:22:27 um... narf Aug 09 15:22:40 sry, removed it to find other errors Aug 09 15:24:51 an this one is: For package minidlna SYSTEMD_SERVICE-entry minidlna.service does not exist Aug 09 15:25:13 i added this line: SYSTEMD_SERVICE_${PN} = "minidlna.service" Aug 09 15:45:43 got it baking so far by commenting the if. Aug 09 15:57:41 not sure why it wouldn't work, DISTRO_FEATURES should be set appropriately in angstrom Aug 09 15:57:58 I'd suggest not using -b, btw Aug 09 16:01:03 i'd do so, but i couldn't find docs on where to put my .bb files in some local layer Aug 09 16:02:21 freinhard: I'm not sure it is explicitly documented for angstrom; if you know where the OE configuration files are you can simply edit them as you would with OE Aug 09 16:05:26 ok, imagine i've some folder /home/me/meta-local/ where i've created a reciepes-multimedia folder Aug 09 16:05:32 there i've put my .bb file Aug 09 16:05:40 what do i need to do so bitbake finds them? Aug 09 16:07:03 you'd need to add a conf/layer.conf to that directory to make it into a proper layer Aug 09 16:07:24 (that effectively tells bitbake what the structure of the layer is) Aug 09 16:07:51 then you just add the /home/me/meta-local/ path to BBLAYERS in your bblayers.conf file Aug 09 16:13:49 yay, works. next step: how to test the package on my target? Aug 09 16:14:20 freinhard: presumably what you want to test is in the main package for the recipe, i.e. named the same as the recipe Aug 09 16:14:29 so just add that name to IMAGE_INSTALL for your image Aug 09 16:14:52 you can do IMAGE_INSTALL_append = " pkgname" (note leading space) in your local.conf as a quick test Aug 09 16:17:21 but therefore i'd have to flash the flull image to my device? Aug 09 16:33:47 freinhard: for that method yes Aug 09 16:34:12 freinhard: otherwise you can just copy the produced ipk from tmp/deploy/ipk to your device and do "opkg install" on it Aug 09 17:16:39 yay, works, thx bluelightning Aug 09 17:18:10 freinhard: np **** ENDING LOGGING AT Sat Aug 10 02:59:58 2013