**** BEGIN LOGGING AT Tue Dec 20 03:00:02 2016 Dec 20 09:37:16 good morning Dec 20 10:26:20 good morning Dec 20 10:39:33 by default, do_install() use python, right ? Dec 20 10:40:34 no Dec 20 10:40:58 by default its just a shell function that does nothing Dec 20 10:41:02 rburton: i have a really simple recipe that just do some shell commands in do_install() Dec 20 10:41:30 but bitbake complains about bb.pysh.sherrors.ShellSyntaxError Dec 20 10:41:42 my shell script looks correct Dec 20 10:41:48 pastebin it Dec 20 10:41:52 as bitbake doesn't agree Dec 20 10:43:26 rburton: http://pastebin.com/k3z3DQ2R Dec 20 10:44:09 did it give you a linenumber? Dec 20 10:44:17 ${metas} Dec 20 10:44:29 just use $metas as you don't want bitbake to expand it Dec 20 10:44:38 hmm Dec 20 10:44:39 ok Dec 20 10:44:44 gonna try this Dec 20 10:45:51 i would comment each line one by one to figure out which one(s) is faulty Dec 20 10:46:11 rburton: the message http://pastebin.com/qZceHD4N Dec 20 10:46:12 you could just reuse the code that writes the layer/sha table on startup Dec 20 10:46:15 at least, end of message Dec 20 10:46:35 oh Dec 20 10:46:35 look Dec 20 10:46:40 yeah you didn't do for properly :) Dec 20 10:46:50 you forgot the ; do Dec 20 10:47:16 damn Dec 20 10:47:17 ok Dec 20 10:47:19 sorry :) Dec 20 10:47:21 rburton: thanks :) Dec 20 10:51:29 binarym: fwiw get_layers_branch_rev in base.bbclass is what gives you the layer/version table in bitbake statup Dec 20 10:51:39 so reusing that saves you having to hardcode versions etc Dec 20 10:52:38 hmmm, interesting Dec 20 10:52:41 thanks for this tips Dec 20 10:53:21 rburton: i would also like to embed on my image file system the list of all packages AND their versions ... is there any "clean" way to do this ? Dec 20 10:53:36 ship the package management database and use that? Dec 20 10:54:17 i guess invoking rpm -qa (or whatever) in a rootfs postprocess hook will do the trick Dec 20 10:54:43 also your layers/versions thing should really be a rootfs postprocess hook too, as otherwise you'll be constantly rebuilding that package Dec 20 14:33:22 kergoth: bb master fails with bitbake master for e Dec 20 14:33:28 yep Dec 20 14:33:31 (i have your expanded data fix already) Dec 20 14:33:32 there's an open bug on it Dec 20 14:33:36 cool Dec 20 14:33:39 * rburton sobs Dec 20 14:33:40 tinfoil2 rework had a large impact onit Dec 20 14:33:59 relied on certain things i can no longer access with its api due to supporting the client/server setup Dec 20 14:34:13 had subclassed it, so a lot of assumptions no longer hold true Dec 20 14:34:26 rburton, just have some more eggnog Dec 20 14:34:28 fixable, will just take a bit of time Dec 20 14:34:43 some commands use more of the methods in the subclass than others, so some will be quicker to fix than others Dec 20 14:34:46 just haven't gotten to it yet Dec 20 14:35:17 ok Dec 20 18:39:43 http://cgit.openembedded.org/openembedded-core/commit/?id=bb4270020852ea19e40635d306e0bf7de6ec225a -> hi, is this applicable to daisy on its own? Does it use any later magic? Dec 20 18:44:50 lpapp: that should work on daisy I would think Dec 20 19:07:04 i have built kernel using abe instructions , ../abe/abe.sh --target arm-linux-gnueabi --tarballs --build all --set cpu=arm926ej-s only editing abe/config/gcc.conf to change floating point mode to soft Dec 20 19:07:21 my kernel runs fine , but init doesn't run Dec 20 19:07:29 init compiled using busybox Dec 20 19:07:55 i get error , CPU: 0 PID: 1 Comm: init Not tainted Dec 20 19:08:28 let me know if someone can give you hints , i will share few more details if required. Dec 20 19:17:13 thank you so much, bluelightning Dec 21 01:23:32 RP: or anyone else, are you having issues since commit aa15ff631c10228d31ab3655e4e6921088a7804b [bitbake: fetch2/wget: add Basic Auth from netrc to checkstatus()] ? Dec 21 01:23:52 I am having to revert this or my build is failing right out of the gate Dec 21 01:25:35 new build directories only, existing builds seem fine Dec 21 01:25:50 I am seeing "Fetcher failure for URL: 'https://www.example.com/'. URL https://www.example.com/ doesn't work." Dec 21 01:26:54 revert aa15ff631c10228d31ab3655e4e6921088a7804b and things are fine Dec 21 02:44:11 * paulg didn't realize example.com was an actual RFC implementation by the IANA. Dec 21 02:51:11 patch sent, time to look at something other than a computer screen, night folks **** ENDING LOGGING AT Wed Dec 21 03:00:00 2016