**** BEGIN LOGGING AT Tue May 14 02:59:57 2019 May 14 13:46:38 Who runs the servers for git.openembedded.org? It'd be really good to advertise HTTP or HTTPS clone URLs clearly as I've seen some confusion from people who are behind a firewall that blocks the git:// protocol May 14 13:48:08 There's also no progress output shown during `git clone https://git.openembedded.org/openembedded-core`, whereas there is progress shown during `git clone https://git.yoctoproject.org/git/poky` May 14 13:55:35 paulbarker: for read-only access people should use the mirror on github.com/openembedded May 14 13:56:37 That would work I guess May 14 13:57:08 https://www.openembedded.org/wiki/Mirrors May 14 13:59:22 JaMa: Thanks! I can point people at that May 14 14:35:11 Crofton, I think QT5 isn't building.. May 14 14:35:15 ERROR: Feature 'opengl-desktop' was enabled, but the pre-condition '(config.win32 && !config.winrt && !features.opengles2 && (config.msvc || libs.opengl)) May 14 14:35:15 | || (!config.watchos && !config.win32 && !config.wasm && libs.opengl)' failed. May 14 14:35:34 ERROR: Feature 'xcb-xlib' was enabled, but the pre-condition 'features.xlib && libs.xcb_xlib' failed. May 14 14:35:34 | May 14 14:35:34 | ERROR: The OpenGL functionality tests failed! May 14 14:35:50 same error with & w/o opengl enabled May 14 14:36:24 is this what you are seeing ? May 14 14:37:21 armpit: do you have x11 in DISTRO_FEATURES? May 14 14:37:38 armpit: and did you use no-opengl PACKAGECONFIG to disable opengl? May 14 14:38:06 JaMa, let me check x11 May 14 14:38:26 Crofton: armpit: https://github.com/meta-qt5/meta-qt5/pull/204 might be interesting for you May 14 14:39:01 JaMa, I am doing support for Crofton but he has no SLA May 14 14:40:03 well we need to be nice to older people, right? :) May 14 14:40:34 yeap May 14 14:41:34 JaMa, I was using an srd image and expected it to the right things May 14 14:42:03 hey May 14 14:42:28 Crofton, the README says qt4 May 14 14:42:46 you expect me to have accuratee docs? May 14 14:42:56 jsut got internet back May 14 14:43:15 apparently we are being pnuished for drinking all the beer and had out internet taken away May 14 14:43:42 the internet is a bunch of tubes May 14 14:43:49 maybe its filled with beer ? May 14 14:46:48 https://github.com/balister/sdr-build/tree/master-odroid May 14 14:46:58 is what I am trying to build May 14 14:47:14 do you have any suggestions for sorting out the problem I ahd? May 14 14:49:30 ahh, JaMa commit might help? May 14 14:50:36 looks like you have opengl and x11 in DISTRO_FEATURES May 14 14:51:14 for "ERROR: Feature 'opengl-desktop'" you will need to read the log.do_configure May 14 14:51:49 but I doubt that you really wanted to enable opengl May 14 14:55:21 not sure why, let me turn it off May 14 14:56:12 likely need it once upon a time May 14 14:57:45 don't you need gles instead? May 14 14:57:51 unsure May 14 14:58:11 I suck at graphics, and sounds like I need to read some May 14 14:58:11 I know nothing about odroid, but quick look at that layer shows some mali recipes May 14 14:58:17 anyway build running now May 14 14:58:21 yeah May 14 14:58:36 hopefully I get an iage and we can boot it May 14 14:59:05 gles is a distro feature? Sounds like I shoudl do some reading May 14 14:59:17 thanks for help! May 14 14:59:50 ok, must be social bbl May 14 15:01:41 Crofton: not distro feature, but there is PACKAGECONFIG_GL in qtbase_git.bb May 14 15:02:00 with opengl in DISTRO_FEATURES you get gl in it, which means desktop gl May 14 15:02:19 you can disable opengl completely with no-opengl in PACKAGECONFIG May 14 15:02:58 and for most embedded boards you probably want to use gles2 in PACKAGECONFIG_GL May 14 15:03:47 or eglfs, kms, gbm combo May 14 15:07:55 thanks May 14 21:56:06 why does sshd startup take so long? May 14 21:56:13 I recal some emails I need to read .... May 14 21:56:36 Crofton: host key generation May 14 21:57:05 It's only on the first boot... unless you have a read-only-rootfs May 14 22:30:07 yeah, I think I have an email I need to read from fray May 14 22:30:21 currently hungting things that bring in py2 May 14 22:30:39 so i can make an image without py2 only python3 May 14 22:30:57 zeddii, does perf really need py2? May 14 23:04:03 so slow May 14 23:04:28 so should we switch all recipes to default to py3? May 14 23:04:36 I am thinking of perf and libtalloc May 14 23:27:38 Would it be a mortal sin to ask a Yocto question in here? May 14 23:31:37 dStruct: no but you get twice the audience in #yocto May 14 23:32:25 vmeson: yeah I tried there first, but apparently I'm in the wrong time zone or something May 14 23:33:29 basically I followed the install instructions on the Yocto site to the letter, and I get down to where it has me source toaster and I get a Django version error, it looks to me like the install process is broken at least on Ubuntu 18.04.02 LTS unless I'm missing something here May 14 23:34:37 dStruct: I dealt with such problems years ago so you have my sympathy but I haven't used toaster in a while so I'm not much help. May 14 23:35:10 dStruct: maybe post a link to the instructions and a pastebin of your cmds/errors. May 14 23:35:21 ModuleNotFoundError: No module named 'django' ..and.. This program needs Django>1.8,<1.12 ..yet.. Requirement already satisfied: Django<1.12,>1.8 May 14 23:35:37 :facepalm: May 14 23:37:09 it is highly annoying you have to ask in both channels May 14 23:37:21 it kinda is, I really don't like to do that personally May 14 23:37:54 dStruct: if no one replies post to the email list. Is Toaster essential to what you want to do? If you're a newbie, you can learn a bit by building images from the command line and using runqemu. May 14 23:37:55 it seems like a really simply issue, but I would probably do more harm then good trying to circumvent the issue myself May 14 23:38:51 vmeson: well I may just have to do that, it seemed like toaster would be an easier way to start learning about it May 14 23:40:00 vmeson: I'm working on an embeddedarm image that will use a GUI, basically a control panel style screen with "buttons" on it for the most part May 14 23:41:18 dStruct: Toaster from what i recall (!) is a front-end to the build system itself. Will your control panel be a web front-end or an X11/wayland app? May 14 23:41:38 vmeson: X11 based May 14 23:41:53 or I guess technically Xorg now a days May 14 23:42:52 ah, then you might start with bitbaking core-image-sato for your target just to get a minimal (ugly) X11 environmeent going. May 14 23:42:59 in a nutshell it will be a readonly disk image when booted will have preset buttons and associated commands that will send escape sequences via serial to a mainframe May 14 23:43:14 ok I'll look into that, I appreciate the help :D May 14 23:43:33 don't thank me until it works and you see the ugly sato interface! :) May 14 23:44:22 lol, well I appreciate some direction then, I basically just need a blank color background and some square buttons, it doesn't need to do much really May 14 23:44:50 if Lucas Deeco were still in business we wouldn't be having this conversation heh May 14 23:47:32 sato is meant to prove that X11 works but it's by no means a good UI. Simple, minimal graphic control panel with a locked-down window manger would be a good demo. Maybe that exists but I haven't looked for it in: https://layers.openembedded.org/ May 14 23:48:30 We (Wind River) had Tilcon Graphics back in 2011 but that isn't available any longer. May 14 23:52:46 dStruct: This might help: https://stackoverflow.com/questions/43734271/source-toaster-start-failed-with-error-start-django-although-it-is-exists May 14 23:55:39 * vmeson remembers being frustrated at Toaster's dependence on very recent packages that were not available with the host's package manager. **** BEGIN LOGGING AT Wed May 15 01:32:39 2019 **** BEGIN LOGGING AT Wed May 15 01:42:14 2019 **** BEGIN LOGGING AT Wed May 15 01:52:50 2019 **** BEGIN LOGGING AT Wed May 15 02:02:22 2019 **** ENDING LOGGING AT Wed May 15 02:59:57 2019