**** BEGIN LOGGING AT Thu May 08 02:59:58 2014 May 08 03:05:29 Hi. I just wanted to see if anyone else is see something I am. We're using poky 1.5.0. If I create a linux-yocto.bbappend file and put a do_install_append function in it (even if it's empty), the kernel install step happens on every build even if nothing has been changed. May 08 03:06:40 Has anyone else seen this? Is it a known issue? May 08 06:42:16 khem: still around? May 08 06:50:50 Hi. I just wanted to see if anyone else is seeing something I am. We're using poky 1.5.0. If I create a linux-yocto.bbappend file and put a do_install_append function in it (even if it's empty), the kernel install step happens on every build even if nothing has been changed. May 08 06:50:51 Has anyone else seen this? Is it a known issue? May 08 07:52:21 good morning May 08 08:12:48 mago_: Is it possible to remove any thing from original recipe with .bbappend file. So far I know only for appending stuffs it is used. e.g. I want to remove a line from do_install (), how to achieve with bbappend ? May 08 08:14:23 milan_1, hm, well, i guess you would override the do_install function entirely in your own recipe, and inherit the other tasks May 08 08:14:37 i doubt you can say "ignore line X in task Y" in a bbappend file.. May 08 08:17:07 milan_1: hmm...I too was guessing so. my original do_install() is pretty large...So thought of just checking if there could be any shortcut in bbappend to do it selectively. May 08 08:18:02 mago_: Thank you :) May 08 08:21:09 maybe you can refactor the original do_install in a way that doesn't need a big copypasta then, but just an override of a small subfunction? May 08 08:45:03 morning all May 08 12:59:42 How can I clean all recipes used for an image so I can fresh rebuild the image? May 08 13:13:27 RagBal: there is no explicit way to do that May 08 13:13:35 RagBal: why do you need to do it? May 08 13:16:06 bluelightning, I changed my kernel repo location and added a driver. Tested it by building virtual/kernel and works. When I try to build the image it fails all of a sudden on oprofile and openssl May 08 13:19:05 RagBal: fails how? May 08 13:19:59 Ugh, now I remember I fiddled around a bit yesterday =x May 08 13:20:35 Just undid my own stupidities and it seems to be working again May 08 13:20:54 Sorry to bother you bluelightning May 08 13:21:00 np May 08 13:21:22 I would suggest that deleting everything and rebuilding from scratch is rarely the solution to problems ;) May 08 13:21:45 well, it's rarely the correct solution anyway May 08 13:22:33 Yea, most of the time it's just me May 08 13:23:09 Esay to blame the system ;-) May 08 13:23:34 Anyway, it seems to be building correctly, so I'll just grab some coffee May 08 13:24:29 <_valle_> Where do I set sysfs configurable attributes? May 08 13:37:46 _valle_: you can create your own /etc/sysctl.conf and it should be used May 08 13:50:14 <_valle_> bluelightning: thank you May 08 13:57:26 <_valle_> bluelightning: Is there any other solution? The attribute I want to set is in /sys/class/leds/enet-act/ I have set trigger to 'netdev' May 08 13:57:51 <_valle_> bluelightning: The attributes 'mode' and 'device_name' appears May 08 13:58:27 <_valle_> bluelightning: Could I configure these two attributes in some other way then /etc/systcl.conf? May 08 14:02:41 _valle_: does sysctl.conf not work? May 08 14:07:00 _valle_: if what you want is to adjust the defaults applied before sysctl.conf is read, I think you're going to need to modify the kernel config May 08 15:47:54 zeddii: got the device, will test more that vmlinux(.bin) output May 08 15:49:03 zeddii: afaik bootloader needs raw data but as I plan to kexec I'll build compressed ELF uImage May 08 15:49:19 (zImage is not yet in mips targets afais) May 08 15:51:09 ant_work: cool. I'll be interested to hear how it goes. May 08 15:51:17 I surfed the page for a while after you pointed it out :P May 08 15:52:00 device arrived today and is yet charging May 08 15:52:40 zeddii: I have tuned it mips32r2el May 08 15:53:27 I've temporarily put the tune files in th eBSP layer May 08 15:53:30 https://github.com/andrea-adami/meta-handheld May 08 15:53:40 * zeddii clicks May 08 15:53:45 hope to reach khem online or some other mips guru May 08 15:54:56 seems R2 has FPU and some more registers May 08 15:55:45 ant_work, Mark Hatle also has a good background in the ABIs, I'm only passable. May 08 15:56:02 * zeddii still screws up N64 as a ABI. May 08 15:56:26 I'm unsure about TUNECONFLICTS[mips32r2] = "n64 n32" May 08 15:57:11 as it is, th ething can build images May 08 15:58:01 I'll nail down the strange KERNEL_(ALT_)IMAGETYPE May 08 15:58:33 probably swapping the values makes sense as for routerstation May 08 15:59:45 moin May 08 16:00:11 fray: if you're around ^^ May 08 16:00:15 * nerdboy noticed some master breakage last night May 08 16:00:51 * nerdboy will fix sqlite shortly May 08 16:01:02 unless it's already fixed? May 08 16:09:30 bbl May 08 16:20:00 * nerdboy breaks out his forgotten bag of sdcards that never made it to elc... May 08 16:34:13 I have a recipe which needs to apply different patches depending on the kernel version. What is the easiest way to do this? May 08 16:35:27 * nerdboy thinks doyle bramhall II sometimes channels jimi May 08 16:36:02 dguthrie: that's normally machine-specific May 08 16:36:43 you probably want a bbappend for each version May 08 16:37:47 The recipe has one fixed version but the patches will vary depending on the version of the Kernel. I was trying to do it by using KERNEL_VERSION but I'm not sure this is the way to go May 08 16:38:03 or include the main recipe stuff in versioned bb files with their own patches May 08 16:38:38 ok I will ty that. Thanks May 08 16:38:41 why one fixed version? May 08 16:40:40 i think i'd make custom versioned bb files that each do "include path/to/stuff.inc" and add the patches May 08 16:41:33 best i can d guessing at requirements... May 08 16:56:34 pidge, http://community.validation.linaro.org/scheduler/device/beaglebone-black01 May 08 18:34:06 Does anyone have any experience building qt5 with directfb? May 08 18:55:44 how do you guys install images (semi-automated via USB) on X86 systems? Right now I use a script on an xubuntu live CD and run into a kernel panic May 08 19:12:03 Is there something changed in the way do_rootfs_append { is working, except the 4 spaces indend? May 08 19:14:20 I have a bbnote "zzz" as first line, but zzz is not showing up in the logs. May 08 21:50:37 can't find it in my inbox May 08 21:57:33 mark__: It changed to a python function? May 08 22:46:23 maxtothemax, you use the intel-corei7-64 BSP from meta-intel master May 08 22:46:35 maxtothemax, it isn't complete, but it should be sufficient to get you rolling May 08 22:47:18 ok thanks May 08 22:50:02 * nerdboy listens to his wife complain May 08 23:06:46 * Crofton listens to nerdboy complain May 08 23:07:02 Hi. I just wanted to see if anyone else is seeing something I am. We're using poky 1.5.0. If I create a linux-yocto.bbappend file and put a do_install_append function in it (even if it's empty), the kernel install step happens on every build even if nothing has been changed. May 08 23:07:04 Has anyone else seen this? Is it a known issue? May 08 23:07:28 who's complaining? May 08 23:08:36 you could always get yourself some Mo Daddy's... May 08 23:09:31 better hurry, they could run out of bits... May 08 23:13:07 oh yeah, re next year's elc May 08 23:13:31 i would vote close to the racetrack, with a group outing there May 08 23:13:53 hint: let JaMa pass... May 08 23:14:34 then he might just fix everything while jefro messes with the camera... May 08 23:30:00 nerdboy: hint2: don't let RP use his own go-kart.. May 08 23:30:25 good to know... May 08 23:31:18 hmm May 08 23:31:29 perf test from lava fail on the bbb May 08 23:31:30 http://community.validation.linaro.org/dashboard/streams/anonymous/akbennett/bundles/fdbfa9e011775af1552c09e3226982b16f15f629/d371a52c-657f-4177-9cc1-04b382e874b1/ May 08 23:38:20 * nerdboy suspects RP might have one of those british v-12's or something May 08 23:39:18 http://www.rpsys.net/wp/?p=447 May 08 23:40:16 i was going to say mg but thought it might too small... May 08 23:40:40 * nerdboy eyes the new corvette o.O May 08 23:41:21 sure ain't gonna win in the prius... May 08 23:45:16 okay, ongoing saga #1... May 09 02:53:18 Is there a way to include all files in a recipe’s files folder without listing them all out? May 09 02:55:05 not that i know of May 09 02:56:01 you can generate the list via commands, but pretty much have to be in file:// format May 09 02:57:44 its discouraged **** ENDING LOGGING AT Fri May 09 03:00:01 2014