**** BEGIN LOGGING AT Fri Jun 26 02:59:58 2015 Jun 26 09:01:46 Hello, I added : KERNEL=="ttymxc[0-4]*", MODE"0660", GROUP="dialout" to 10-imx.rules but when doing ls -l /dev/ttymxc* nothing have changed still with root : root Jun 26 09:01:58 how can I fix that ? Jun 26 10:16:01 .35 Jun 26 10:16:03 woops Jun 26 12:30:39 Hi everyone Jun 26 12:31:31 Do anybody know how to configure CLKO1 in imx6 devicetree? I've made a pinctrl but i don'y know how to set clock mux for clock observability? Jun 26 13:27:44 hm Jun 26 13:27:54 I have a package which directly depends on armv7 Jun 26 13:28:03 what do I set PACKAGE_ARCH to? Jun 26 13:28:06 "armv7-a" ? Jun 26 13:29:17 if the package can't build for any other arch, you probably want to set COMPATIBLE_HOST so it's seen as not buildable in other contexts. Jun 26 13:29:39 then it'd only be built for the right arch, so there'd be no need to explicitly set PACKAGE_ARCH Jun 26 13:29:45 ok Jun 26 13:29:57 it can build for others, but it makes little sense, since it contains armv7 optimizations Jun 26 13:30:20 so, COMPATIBLE_HOST = (*armv7*) Jun 26 13:30:52 lots of projects contain optimizations for particular archs, but still run and is useful elsewhere, i'm assuming that's not the case here Jun 26 13:31:29 no. this library's whole goal is to provide armv7 optimizations Jun 26 13:32:56 hmm, thinking about it, i think TARGET_ARCH might be arm, not armv7, so might be best to home-roll this based on the tuning variables Jun 26 13:33:48 yeah, I just see that it wont work because host is arm-poky-linux-gnueabi Jun 26 13:34:20 e.g. python () { if any(t.startswith('armv7') for t in d.getVar('TUNE_FEATURES', True).split(): raise bb.parse.SkipPackage("Incompatible with tunings other than armv7") } Jun 26 13:34:31 obviously with newlines added at appropriate points :) Jun 26 13:34:36 i think that should do Jun 26 13:34:43 untested Jun 26 13:35:16 er, obviously you'd want 'not' in front of the any(), since that logic is backwards :) Jun 26 13:35:28 clearly i haven't had enough caffeine yet this morning.. Jun 26 13:35:54 :) Jun 26 13:35:56 thanks Jun 26 13:38:39 dv_: fyi, looks like meta-ti has a number of recipes that do precisely this, only with hard vs soft float calling conventions rather than particular arch Jun 26 13:38:48 but it does the 'check for a tune: raise SkipPackage' thing Jun 26 13:39:00 i figured *somebody* must have done this before, but was having trouble finding it :) Jun 26 13:39:33 rather more verbose, i like mine better :) Jun 26 13:39:39 * kergoth goes to get food Jun 26 20:00:53 hi, I am trying to get UTF8 / foreign characters to work on the console / ssh. Someone around who does know how to do that (with an older OE?) Jun 26 20:01:30 install the locales Jun 26 20:02:26 khem`: happen to know which package should provide "the locales"? Jun 26 20:02:38 glibc/eglibc Jun 26 20:02:57 there is a variable to choose which ones you want to install Jun 26 20:05:11 khem`: I have e.g. eglibc-locale-en-gb, should this be en-gb-UTF8 or something? Jun 26 20:09:06 yeah probably Jun 26 20:09:13 see the code for exact info Jun 26 20:13:34 khem`: what I don't get is that when I past e.g. echo 汉语 in a terminal it will show echo ?? followed by the correct symbols again... Jun 26 20:14:16 hmm shell may not be using right locale Jun 26 20:14:23 khem`: happen to know which programs does echo / parse the received characters.. Jun 26 20:14:39 its shell Jun 26 20:17:02 khem`: weird, both the shell (sh) and echo are from busybox.. Jun 26 20:17:42 what does locale Jun 26 20:17:43 say Jun 26 20:18:14 may be set LANG=en_gb.UTF-8 Jun 26 20:18:18 khem`: not such executable ;) Jun 26 20:22:26 khem`: let me check that, it is in the eglibc package on the build machine Jun 26 20:42:37 khem`: thanks, locale seems to live in eglibc-utils and reports POSIX, lets see if I can convince it to use UTF8 ;) **** ENDING LOGGING AT Sat Jun 27 02:59:58 2015