**** BEGIN LOGGING AT Mon Feb 11 02:59:58 2013 Feb 11 03:01:21 <_Lucretia_> the following line doesn't seem to be working: SRC_URI="http://mirrors.cdn.adacore.com/art/0332ffe06bc598f0b94b3a027f30ea2be6dc5dec;downloadfilename=xmlada-4.3w-src.tgz" Feb 11 03:01:25 <_Lucretia_> any ideas? Feb 11 03:01:28 <_Lucretia_> I'm using 1.2 Feb 11 03:08:18 whats the error msg ? Feb 11 03:10:58 <_Lucretia_> well, it's not renaming the download Feb 11 03:11:18 <_Lucretia_> no error message as such, there is one, but it relates to a missing README Feb 11 03:11:31 <_Lucretia_> because the archive hasnt been renamed and has not been unpacked either Feb 11 03:13:11 can you put your recipe on a past.me ? Feb 11 03:14:27 <_Lucretia_> http://pastebin.com/iGWpZyjU <- Feb 11 03:15:49 so its giving you the wrong checksum error ? Feb 11 03:17:01 but first things first Feb 11 03:17:04 your url is 404 Feb 11 03:23:22 <_Lucretia_> that url works here Feb 11 03:23:40 <_Lucretia_> http://mirrors.cdn.adacore.com/art/0332ffe06bc598f0b94b3a027f30ea2be6dc5dec <- that Feb 11 03:23:44 <_Lucretia_> http://mirrors.cdn.adacore.com/art/0332ffe06bc598f0b94b3a027f30ea2be6dc5dec <- that's the url Feb 11 03:27:10 <_Lucretia_> I could just download the archive, rename and store it locally in my layer Feb 11 10:13:45 morning all Feb 11 15:09:59 What's the practice with yocto/pocy and bashisms? Are they being removed (or specified when needed with shebang #!/bin/bash) and patched accepted? Feb 11 15:11:29 mcfrisk_: they are; we strive to remove any if they are found Feb 11 15:12:41 bluelightning: thanks, I'll check git trees then. If I can't find patches for the issues I see I'll send something out. Feb 11 15:12:55 mcfrisk_: thanks, that would be appreciated Feb 11 15:27:59 (warning newbie) running the menuconfig command: bitbake linux-yocto -c menuconfig gives me the following error: Unable to spawn terminal auto: Execution of '/bin/bash -c "make menuconfig; ...... Unknown option "menuconfig;" anyone know how to solve this? Feb 11 15:42:42 arkane: you need to set up a terminal command for oe, hang on... Feb 11 15:44:38 arkane: try this: http://gumstix.8.n6.nabble.com/Re-Can-t-run-bitbake-menuconfig-Fedora-16-td559279.html Feb 11 15:46:56 jstashluk: Thank you, will take a look. It was working before (using the xfce Terminal) Feb 11 17:18:56 where is layer priority documented? Feb 11 17:20:56 http://www.yoctoproject.org/docs/1.3/dev-manual/dev-manual.html#prioritizing-your-layer Feb 11 18:56:22 quite quiet Feb 11 19:38:20 rburton: why did you drop do_install_append from systemd.bbclass in oe-core ? Feb 11 20:09:09 khem: because a correct service file will need to go through sed to have correct paths so you might as well sed it into the right place Feb 11 20:09:36 khem: contributions welcome for a install_append that seds paths in the progress, but services files that hard-code /usr/bin won't be accepted Feb 11 20:19:37 is systemd used by default on master now? Feb 11 20:19:44 no Feb 11 20:20:00 sysvinit by defaul Feb 11 20:22:33 ok Feb 11 20:22:45 is there a plan to switch? Feb 11 20:23:03 or rather… will it be supported for 1.4 and when will the default change (if ever) Feb 11 21:28:16 zeddii, any suggestions on how to apply a driver patch + kconfig options via a bbpaaed to a kernel Feb 11 21:32:59 rburton: many packages which dont have .service files are appended via meta-systemd Feb 11 21:33:12 rburton: I havent looked into detail of how oe-core imported it Feb 11 21:33:15 frankly Feb 11 21:33:25 but I was expecting that it would keep working Feb 11 21:33:32 Crofton: yep. just create a foo.scc, add it to the SRC_URI. in foo.scc, put "patch ; kconf hardware foo.cfg", and in foo.cfg, put the options. Feb 11 21:34:03 ok Feb 11 21:34:17 it is confusing, because sometimes stuff seems to be ni another git repo Feb 11 21:34:36 btw, the weather in Si Valley is very nice now :) Feb 11 21:34:42 no more cold and damp Feb 11 21:35:01 * zeddii looks forward to arriving for ELC, but not the 6am flight. Feb 11 21:35:07 heh Feb 11 21:35:24 I got in at 7:30 last night Feb 11 21:35:54 if I am a masochist, I can leave home (east coast) and almost get to the office before the natives Feb 11 21:36:15 heh. nice. my 6am departure gets me into SFO @ 11:30 am. Feb 11 21:37:22 * zeddii has to go pickup kids. Feb 11 21:37:35 hmm. and not the way that sounded. Schools out. Feb 11 21:37:42 rofl Feb 11 21:37:50 :P Feb 11 21:47:10 Hi all, I'm intrested in developing a custom SDK rootfs. I notice that the sato-sdk has a set of IMAGE_FEATURS, that I assume bring in the tools that enable the eclipse plugin to talk to the runing qemu vm. Feb 11 21:47:30 Is there a minimal set of those IMAGE_FEATURES you'd recommend for an SDK? Feb 11 21:48:02 I tried putting them all, but I'm getting things like pulseaudio, gst-plugins, mesa-demos ... things I don't need Feb 11 21:58:49 does anyone have a link to a thread or a bug on building on NFS Feb 11 21:59:04 im not proposing we support it, just to provide some info for people who never stop asking about it Feb 11 22:02:29 runqemu is failing miserably due to not being able to find bios images Feb 11 22:20:21 msm: nope, but we learned pretty quickly that it doesn't work ;) Feb 11 22:20:38 apparently due to hidden lockfiles that hang around too long Feb 11 22:21:44 thaytan: i just remeber seeing a thread discussing the reasons Feb 11 22:21:50 just wanted some reference Feb 11 22:51:12 msm: systemd is supported in oe-core master now Feb 11 22:51:26 msm: as for default, well, we'll have to see what happens Feb 11 22:52:14 rburton: k thanks Feb 12 00:51:27 hi ... i'd like to use postgresql (libpg-dev) to build an app in yocto ... atm, i get "testlibpq.c:8:22: fatal error: libpq-fe.h: No such file or directory" ... i've added 'postgreql' to DEPENDS but are otherwise unsure what to do ... any clues ? Feb 12 02:00:23 Jefro: Hi Feb 12 02:00:39 Jefro: tsc minutes you've just sent were on ML already, did you plan to send some newer version? Feb 12 02:01:16 http://www.mail-archive.com/openembedded-core@lists.openembedded.org/msg33948.html Feb 12 02:07:04 JaMa: it was a minor correction - the previous set had the wrong date, and I noticed it while updating the wiki page. sorry for the confusion Feb 12 02:12:32 ah ok **** ENDING LOGGING AT Tue Feb 12 02:59:58 2013