**** BEGIN LOGGING AT Thu Apr 30 02:59:58 2015 Apr 30 07:46:27 good morning Apr 30 07:50:35 gm mckoan Apr 30 08:27:14 morning all Apr 30 08:30:20 hi bluelightning Apr 30 11:09:33 hi guys. small programming question. how can I retrieve the first 12 bits of a void array using logic operators in C++ Apr 30 11:12:13 dol: that's probably more of a question for ##c++ Apr 30 11:12:28 or even moreso, for ##c++-basic Apr 30 11:15:19 hmm, I thought you could answer in short Apr 30 11:18:01 dol: if the question was valid in itself, i probably would have. but as in c/c++ nothing exists that is called "a void array" there are obviously more things to discuss. and #oe is just not the place for that, sorry. Apr 30 11:18:09 then answer was short Apr 30 11:20:11 LetThe2nd, thanks for your answe Apr 30 11:20:12 r Apr 30 11:21:15 I wonder why he/she came here first with a question like that... Apr 30 11:22:21 bluelightning: no idea. but by the way, ##c++ is for registered nicks only Apr 30 11:22:30 e.g. otherwise read-only Apr 30 11:22:32 ah ok... I just googled Apr 30 11:22:43 maybe that wasn't always true? who knows Apr 30 11:23:27 bluelightning: well, i used to idle and read along quite some time ago, and the number of cheapo homework kids / copypasta heroes made it necessary, IIRC Apr 30 12:12:59 LetoThe2nd: heh, funnily enough homework was the first thing that crossed my mind in this case ;) Apr 30 12:13:28 bluelightning: well, can't say anything different... Apr 30 14:49:47 hi guys Apr 30 14:49:51 does anyone know how to unpack uImage? Apr 30 14:50:56 I really wish gmail would stop flagging mailing list patches as spam Apr 30 14:51:02 getting irritating rescuing them Apr 30 14:51:59 daniele12457 with dd Apr 30 14:52:33 woglinde, I want to see the symbol table Apr 30 14:52:36 any systemd experts here that know how to disable some of the systemd-foo.services that come packed with systemd these days? Apr 30 14:55:28 I find these in the recipies but I don't know how to set them: PACKAGECONFIG[resolved] = "--enable-resolved,--disable-resolved" Apr 30 14:57:19 daniele12457 you need to cut the first 16 bytes or so and the it is a normal kernelimage mostly zImage Apr 30 14:57:25 pompomJuice: read the yocto project documentation. Apr 30 14:57:30 there is documentation for this Apr 30 14:57:38 ah ok will do Apr 30 14:57:49 is it called? Apr 30 14:57:56 what? Apr 30 14:58:19 ah nm Apr 30 14:58:22 I will find it Apr 30 14:58:27 thanks Apr 30 14:58:34 it's a variable flag, you don't "call" variables Apr 30 14:58:43 you search the docs for PACKAGECONFIG and call it a day Apr 30 14:59:09 ;) Apr 30 15:03:57 seems I have been reading the wrong manual Apr 30 15:04:15 how many are there thes days? Apr 30 15:04:29 ? Apr 30 15:07:09 kergoth: about GMail bad filtering, ther might be a path just I can't grasp it :) Apr 30 15:07:18 I have been reading the bitbake manual... I was not aware of the mother manual Apr 30 15:07:26 mostly Khem and JaMa were affected last days Apr 30 15:07:32 (here) Apr 30 15:09:05 pompomJuice: google for the yocto mega manual; that's the holy grail Apr 30 15:09:14 I found it Apr 30 15:09:18 I am grailing Apr 30 15:09:53 pompomJuice: the bitbake manual only covers syntax, nothing about the variables or the metadata or anything. useful to learn the file format, that's all Apr 30 15:10:08 yocto project actually has real technical writers doing documentation work Apr 30 15:11:47 Reading about PACKAGECONFIG now. They don't say how you disable features. They only show how you could trash the entire variable. Apr 30 15:12:29 PACKAGECONFIG_append = " f4" <<---- add feature Apr 30 15:12:38 PACKAGECONFIG_delete = " f4" <<----- remove feature?? Apr 30 15:12:42 _remove Apr 30 15:12:45 otherwise, yes Apr 30 15:12:50 aah awesome Apr 30 15:12:50 and that *is* standard bitbake syntax Apr 30 15:12:51 ok that helps Apr 30 15:13:02 thanks kergoth Apr 30 15:13:02 you append/remove/set/etc variables in tehs ame way for any variable Apr 30 15:13:08 but from the config metadata you'd want to specify the recipe Apr 30 15:13:13 otherwise it'll affec thtem all Apr 30 15:13:22 PACKAGECONFIG_remove_pn-recipename = "foo" Apr 30 15:14:56 I see Apr 30 15:14:58 makes sense Apr 30 15:15:18 and if you've been reading the current bitbake manual, _remove should be in there.. Apr 30 15:16:19 it works! Apr 30 15:17:28 I can now disable all kinds of systemd services that is causing my stuff to jam Apr 30 15:27:38 systemd 216 has a new service timesyncd that jams with chronyd and I cannot disable it through packageconfig. Meh... anyone here encoutered this timesyncd? Apr 30 15:29:04 systemctl mask Apr 30 15:29:09 is your friend Apr 30 15:29:24 Yea but I want to do it properly... that would be my last resort Apr 30 15:29:34 but thanks, that would work. Apr 30 15:29:40 sure Apr 30 15:30:10 USERADD_PARAM_${PN} += "--system systemd-journal-gateway; --system systemd-timesync" Apr 30 15:30:13 is how it is added Apr 30 15:30:32 not sure if this is another convention or just their own variable Apr 30 15:30:56 that just adds the user for it Apr 30 15:31:01 aah Apr 30 15:31:02 has nothing to do with actually running the service Apr 30 15:31:06 hence 'useradd' Apr 30 15:31:11 makes sense Apr 30 15:33:33 got it, you can disable it via EXTRA_OECONF+="-disable-timesyncd" Apr 30 17:33:20 is there any fbv equivalent in oe-core ? Apr 30 17:45:49 pompomJuice: might want to add it to packageconfig and submit a patch Apr 30 17:46:05 and of course add to the default PACKAGECONFIG value **** ENDING LOGGING AT Fri May 01 02:59:59 2015