**** BEGIN LOGGING AT Sun Sep 22 03:00:00 2013 Sep 22 16:37:56 I have a recipe + two bbappends, first bbappend does 'SRC_URI += "file1 gile2", now second bbappend is supposed just to replace file1 with different version Sep 22 16:38:44 can I replace something from SRC_URI ? Sep 22 16:39:22 yes, see FILESEXTRAPATH variable Sep 22 16:40:31 yes in my first bbappend I use 'FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:" Sep 22 16:41:48 what do I do in second bbappend? I cant do 'SRC_URI =', since it will totally erase contents of that variable Sep 22 16:42:07 and I cannot do 'SRC_URI +=', since it will then include both files I think Sep 22 16:42:33 actually... the file name is exactly the same, so probably the second bbappend will just overwrite first file Sep 22 16:42:37 FILESEXTRAPATHS_prepend is all you need in 2nd bbappend Sep 22 16:42:47 the recipe does only copy file to image Sep 22 16:43:18 so in second bbappend I takie just the variable + i put my file to ./files/ Sep 22 16:43:21 right? Sep 22 16:47:48 works for me! Sep 22 16:47:59 how do I determine the order of bbappends? Sep 22 16:48:19 I was just lucky the second bbappend was second, since it didn't do anything to make it really 'second' Sep 22 16:48:53 is it the BBFILE_PRIORITY in conf/layer.conf Sep 22 16:48:54 ? Sep 22 18:30:35 Krz: yes, they will be applied in layer priority order (lowest to highest) Sep 22 18:37:05 bluelightning: cheers! Sep 22 19:37:11 Hi, I can't get wifi to work on my FRI2, am I doing something wrong ? Sep 22 19:40:24 I mean, I don't even have a wlan0 Sep 22 19:40:43 at firs,t I didn't event have linux-firmware but that is fixed Sep 22 20:08:51 hi, has anyone already met this bitbake error : http://pastebin.com/FkuZPXmj ? Sep 22 20:43:03 bitbake master + oe-core master : MACHINE=qemuarm bitbake base-core-image leads to Failure expanding variable qmake_base_do_configure: ShellSyntaxError: LexToken(TOKEN,'ext2',0,0) Sep 22 20:50:44 ok forget it ... PEBKAC ;-) Sep 23 00:56:57 i have a couple of toolchain related questions, any of the yocto toolchain maintainers online? Sep 23 01:41:00 nrossi: depending on the question, maybe i can answer Sep 23 01:45:32 nerdboy: know much about canadian cross compilation? Sep 23 01:45:55 only the gist of it... Sep 23 01:46:06 never tried it Sep 23 01:46:49 what kind of error are you getting? wrong formats linking? Sep 23 01:47:15 nerdboy: its a loaded question, cause at the moment the yocto stuff doesn't look like it supports any sort of multi-arch compliation except for nativesdk Sep 23 01:48:09 did you set SDKMACHINE in local.conf? Sep 23 01:48:22 nerdboy: i am trying to build a cross compiler which runs on the target arch (in this case ARM) which is building for a third architecture (in this case the Epiphany architecture) Sep 23 01:48:28 i guess i'm assuming that's required... Sep 23 01:49:09 then wouldn't SDKMACHINE be set to MACHINE? Sep 23 01:49:51 nm, there should be more variables for canadian cross Sep 23 01:51:53 nerdboy: i have got it working for binutils (https://github.com/nathanrossi/meta-parallella/blob/epiphany-toolchain-support/recipes-devtools/binutils/epiphany-binutils_2.23.2.bb) but beyond that (gcc, etc) it looks like it is going to be a bit of an uphill battle. Thought i would query some of the yocto toolchain maintainers see what they have to say about roadmaps for support this sort of hetergeneous system Sep 23 01:57:33 looks like you want SDKMACHINE set your arm machine and MACHINE set to your epiphany machine Sep 23 01:57:43 is that what you have? **** ENDING LOGGING AT Mon Sep 23 02:59:59 2013