*** PaowZ <PaowZ!~Vince@193.252.149.222> has joined #yocto | 00:06 | |
*** PaowZ_ <PaowZ_!~Vince@193.252.149.222> has quit IRC | 00:08 | |
*** rostam <rostam!~rostam@c-69-181-80-193.hsd1.ca.comcast.net> has quit IRC | 00:10 | |
*** PinkSnake <PinkSnake!51ff1123@81.255.17.35> has quit IRC | 00:19 | |
*** tgamblin <tgamblin!~tgamblin@CPE64777de11593-CM64777de11590.cpe.net.cable.rogers.com> has joined #yocto | 00:26 | |
*** dv_ <dv_!~dv@62-178-50-190.cable.dynamic.surfer.at> has quit IRC | 01:08 | |
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has quit IRC | 01:13 | |
*** dv_ <dv_!~dv@62-178-50-190.cable.dynamic.surfer.at> has joined #yocto | 01:21 | |
Marex | hey, I bumped a machine from warrior to zeus recently and weston doesn't start | 01:48 |
---|---|---|
Marex | thing is, in weston@root.service, the XDG_RUNTIME_DIR is not set | 01:48 |
Marex | I presume something in systemd changed when it's used without PAM, but I can't figure out what ... any ideas ? | 01:49 |
Marex | khem: ^ | 01:55 |
Marex | khem: I see you did something there about non-root users | 01:55 |
khem | Marex: yes the patches were to accomodate non-root users | 02:05 |
khem | keeping root user working as it is | 02:06 |
Marex | khem: did you test it without PAM ? | 02:07 |
Marex | khem: without PAM, XDG_RUNTIME_DIR is not set ; weston-start script checks of XDG_RUNTIME_DIR being zero and adjusts it accordingly | 02:08 |
khem | Marex: it should be defined by weston-init package IIRC | 02:10 |
khem | are you including weston-init in your image ? | 02:10 |
Marex | khem: it's not :) | 02:11 |
Marex | khem: yes | 02:11 |
Marex | if I undo just the change in weston.service (resp. weston@.service), things work again | 02:11 |
Marex | khem: what happens in my case, without having "pam" in distro features, XDG_RUNTIME_DIR is not set => weston-start would detect that and set it to default | 02:12 |
Marex | khem: but with your change, where you launch weston directly (instead of through weston-start), this logic is gone | 02:12 |
khem | right it expect it in /etc/default/weston | 02:14 |
Marex | khem: that file does not exist | 02:14 |
Marex | khem: it worked in YPRR 2.7 warrior even without that file | 02:14 |
Marex | see weston-start , there's a test for XDG_RUNTIME_DIR being empty | 02:15 |
khem | yeah I see that perhaps it should be added to weston-init | 02:15 |
khem | Marex: yes certainly, I know it worked | 02:15 |
Marex | khem: now it doesn't , and we know why ... what do we do ? | 02:16 |
khem | but I think its a bug you have stumbled on | 02:17 |
Marex | khem: why would it be a bug ? | 02:17 |
khem | new logic was so that we can easily add/override to weston init mechanism | 02:17 |
Marex | khem: anyway, will you deal with it or shall I ? | 02:17 |
khem | from other layers | 02:17 |
Marex | khem: sure, I can override stuff, but now there's default which has nothing set, so there's nothing to override either ;-) | 02:18 |
khem | can you try a fix to create this file in weston-init recipe | 02:18 |
Marex | which file ? | 02:18 |
Marex | btw you can override the user by setting WESTON_USER env variable and running weston-start , running weston directly instead seems odd | 02:19 |
khem | and add https://github.com/YoeDistro/openembedded-core/blob/master/meta/recipes-graphics/wayland/weston-init/weston-start#L70-L80 logic to it | 02:20 |
Marex | khem: errr, all right, I lost you, but that's because it's 3am-ish here and I'm tired | 02:21 |
Marex | khem: which file should I augment with that logic ? | 02:21 |
khem | Marex: sleep dude, I will fix it | 02:23 |
Marex | khem: I am jetlagged, no stress | 02:25 |
Marex | khem: just uh, slowly tell me what to try :) | 02:25 |
Marex | khem: also, no stress, I have a workaround and I can work on a fix too, either way works | 02:26 |
Marex | khem: btw is JaMa still around ? Maybe he's asleep | 02:51 |
Marex | khem: with meta-qt5, he wants something like "if (DISTRO_FEATURES contains (qt5 and wayland)) DEPENDS += " qtwayland " " in gstreamer1.0-plugins-good_%.bbappend recipe | 02:52 |
Marex | how does the patch submission work for that metalayer ? | 02:53 |
*** ericch <ericch!~ericch@pool-108-34-251-214.prvdri.fios.verizon.net> has quit IRC | 02:57 | |
khem | Marex: ideally I am thinking if we can set XDG_RUNTIME_DIR in service file as a backfill that will be good | 03:04 |
khem | for meta-qt5 send a pull request to github | 03:05 |
Marex | khem: OK | 03:12 |
Marex | khem: and yes, that would be good | 03:12 |
Marex | khem: I kinda have to wonder why did you ditch the weston-start script though | 03:12 |
*** matthewzmd <matthewzmd!~user@2607:fea8:e2c0:7f2::b> has quit IRC | 03:15 | |
khem | Marex: it does too much for systemd context, especially specifying user etc can be inbuilt with systemd | 03:18 |
khem | sorting out system stuff atuomagically is always good | 03:18 |
khem | btw. if you dont use pam then systemd-user might not work | 03:19 |
khem | I hope you know that | 03:19 |
Marex | khem: I am using this for debugging/development, so no worries | 03:21 |
khem | ok | 03:25 |
Marex | khem: anyway, I'm calling it a night, thanks for such prompt help! | 03:34 |
khem | np gn | 03:41 |
*** learningc <learningc!~pi@121.121.99.192> has quit IRC | 04:27 | |
*** learningc <learningc!~pi@121.121.99.192> has joined #yocto | 04:31 | |
*** thaytan <thaytan!~thaytan@180-150-69-32.b49645.syd.nbn.aussiebb.net> has quit IRC | 04:37 | |
*** thaytan <thaytan!~thaytan@180-150-69-32.b49645.syd.nbn.aussiebb.net> has joined #yocto | 04:38 | |
*** kaspter <kaspter!~Instantbi@222.67.188.180> has joined #yocto | 05:27 | |
*** nslu2-log <nslu2-log!~nslu2-log@milla.nas-admin.org> has quit IRC | 05:31 | |
*** nslu2-log <nslu2-log!~nslu2-log@milla.nas-admin.org> has joined #yocto | 05:32 | |
*** kreyren[m] <kreyren[m]!~kreyrenm]@ip-86-49-115-152.net.upcbroadband.cz> has quit IRC | 05:34 | |
*** kreyren[m] <kreyren[m]!~kreyrenm]@ip-86-49-115-152.net.upcbroadband.cz> has joined #yocto | 05:46 | |
*** nslu2-log <nslu2-log!~nslu2-log@milla.nas-admin.org> has quit IRC | 06:03 | |
*** nslu2-log <nslu2-log!~nslu2-log@milla.nas-admin.org> has joined #yocto | 06:04 | |
*** kreyren[m] <kreyren[m]!~kreyrenm]@ip-86-49-115-152.net.upcbroadband.cz> has quit IRC | 06:08 | |
*** kreyren[m] <kreyren[m]!~kreyrenm]@ip-86-49-115-152.net.upcbroadband.cz> has joined #yocto | 06:10 | |
*** kaspter <kaspter!~Instantbi@222.67.188.180> has quit IRC | 06:15 | |
*** kaspter <kaspter!~Instantbi@222.67.152.154> has joined #yocto | 06:17 | |
*** AndersD <AndersD!~AndersD@h-98-128-162-82.NA.cust.bahnhof.se> has joined #yocto | 06:30 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC | 06:34 | |
*** kaspter <kaspter!~Instantbi@222.67.152.154> has quit IRC | 06:45 | |
*** kaspter <kaspter!~Instantbi@222.67.188.180> has joined #yocto | 06:49 | |
*** agust <agust!~agust@p508B64CC.dip0.t-ipconnect.de> has joined #yocto | 06:50 | |
yocti | New news from stackoverflow: Yocto sato image is running extremely slow, is there a way to improve its performance? <https://stackoverflow.com/questions/59658497/yocto-sato-image-is-running-extremely-slow-is-there-a-way-to-improve-its-perfor> | 06:55 |
*** pohly <pohly!~pohly@p5B05600C.dip0.t-ipconnect.de> has joined #yocto | 07:12 | |
*** kaspter <kaspter!~Instantbi@222.67.188.180> has quit IRC | 07:19 | |
*** kaspter <kaspter!~Instantbi@222.67.152.154> has joined #yocto | 07:19 | |
*** frsc <frsc!~frsc@i59F4B2DC.versanet.de> has joined #yocto | 07:23 | |
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has joined #yocto | 07:33 | |
*** guerinoni <guerinoni!~guerinoni@internet.micro-systems.it> has joined #yocto | 08:05 | |
*** TobSnyder <TobSnyder!~schneider@ip5f5aa32f.dynamic.kabel-deutschland.de> has joined #yocto | 08:06 | |
*** yann <yann!~yann@91-170-159-152.subs.proxad.net> has quit IRC | 08:13 | |
*** kaspter <kaspter!~Instantbi@222.67.152.154> has quit IRC | 08:14 | |
*** kaspter <kaspter!~Instantbi@222.67.152.154> has joined #yocto | 08:18 | |
*** perdmann <perdmann!a5e14925@gateway/web/cgi-irc/kiwiirc.com/ip.165.225.73.37> has joined #yocto | 08:31 | |
*** lfa_ <lfa_!~lfa@217.19.35.51> has joined #yocto | 08:32 | |
*** lfa <lfa!~lfa@217.19.35.51> has quit IRC | 08:35 | |
*** leon-anavi <leon-anavi!~Leon@78.130.245.67> has joined #yocto | 08:35 | |
*** PaowZ_ <PaowZ_!~Vince@193.252.149.222> has joined #yocto | 08:40 | |
*** PaowZ <PaowZ!~Vince@193.252.149.222> has quit IRC | 08:44 | |
*** aehs29_ <aehs29_!~aehs29@c-73-223-117-38.hsd1.ca.comcast.net> has joined #yocto | 08:49 | |
*** aehs29_ <aehs29_!~aehs29@c-73-223-117-38.hsd1.ca.comcast.net> has left #yocto | 08:52 | |
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has joined #yocto | 09:08 | |
*** perdmann <perdmann!a5e14925@gateway/web/cgi-irc/kiwiirc.com/ip.165.225.73.37> has quit IRC | 09:25 | |
*** mckoan|away is now known as mckoan | 09:25 | |
*** abhiarora44 <abhiarora44!uid396576@gateway/web/irccloud.com/x-ltpojpqupsltmlai> has joined #yocto | 09:36 | |
*** lmar1ot <lmar1ot!~lmar1ot@37.166.152.88> has joined #yocto | 09:47 | |
*** yann <yann!~yann@host.90.59.23.62.rev.coltfrance.com> has joined #yocto | 10:36 | |
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has joined #yocto | 10:47 | |
*** lmar1ot <lmar1ot!~lmar1ot@37.166.152.88> has quit IRC | 10:52 | |
RP | kanavin: I had to drop elfutils as the rpm fix isn't in current rpm, only the upgraded version | 10:52 |
RP | kanavin: I do appreciate the patches btw, just trying to give you all the feedback about where the issues are... | 10:53 |
RP | there are a few unfortunately :( | 10:53 |
*** lfa_ <lfa_!~lfa@217.19.35.51> has quit IRC | 10:57 | |
kanavin | RP, of course. These are tricky upgrades, I expected there will be issues. | 11:01 |
mcfrisk | anyone know why lxc 3.0.x LTS branch recipe is not used in meta-virtualization? following bleeding edge lxc results in, well, bleeding | 11:01 |
*** lfa_ <lfa_!~lfa@217.19.35.51> has joined #yocto | 11:02 | |
*** AndersD <AndersD!~AndersD@h-98-128-162-82.NA.cust.bahnhof.se> has quit IRC | 11:05 | |
mcfrisk | specifically, executing shell commands with env variables etc fails with lxc-attach. lxc is know to break command line compatibility even in minor releases | 11:06 |
RP | mcfrisk: you need to ask zeddii | 11:06 |
RP | mcfrisk: btw, we did publish a new stable release policy. I've been meaning to talk to you about that in connection with the sumo patchset | 11:07 |
RP | the new policy should give us somewhere to place it and a mechanism to collaborate around it | 11:07 |
RP | sorry these things take time :/ | 11:08 |
*** frsc <frsc!~frsc@i59F4B2DC.versanet.de> has quit IRC | 11:08 | |
mcfrisk | RP: link? I should move all my patches from custom layer to poky and i could send them out.. | 11:09 |
*** frsc <frsc!~frsc@i59F4B2DC.versanet.de> has joined #yocto | 11:11 | |
RP | mcfrisk: https://wiki.yoctoproject.org/wiki/LTS - I know the title says LTS but it covers stable maintenance in general | 11:12 |
* RP tweaks the intro section there to make this clear | 11:15 | |
LetoThe2nd | RP: like, proper tweaking with a sledge hammer? | 11:22 |
paulbarker | LetoThe2nd: "percussive engineering" | 11:23 |
RP | LetoThe2nd: I save those for bitbake internals | 11:26 |
LetoThe2nd | paulbarker: ++ | 11:28 |
LetoThe2nd | paulbarker: "chipping data processing" | 11:29 |
*** guerinoni <guerinoni!~guerinoni@internet.micro-systems.it> has quit IRC | 11:29 | |
*** guerinoni <guerinoni!~guerinoni@internet.micro-systems.it> has joined #yocto | 11:29 | |
* RP wonders if its normal to have trouble counting the different types of hammer you own | 11:35 | |
paulbarker | RP: Just read that LTS wiki page and it looks good | 11:38 |
*** yann <yann!~yann@host.90.59.23.62.rev.coltfrance.com> has quit IRC | 11:40 | |
*** berton <berton!~berton@189.103.49.163> has joined #yocto | 11:43 | |
*** stuom1 <stuom1!3eecd81d@62.236.216.29> has joined #yocto | 11:49 | |
*** berton <berton!~berton@189.103.49.163> has quit IRC | 11:51 | |
*** berton <berton!~berton@189.103.49.163> has joined #yocto | 11:52 | |
*** tgamblin <tgamblin!~tgamblin@CPE64777de11593-CM64777de11590.cpe.net.cable.rogers.com> has quit IRC | 11:53 | |
mcfrisk | RP: review the LTS as well, good document! | 11:57 |
mcfrisk | though I would consider gcc point release updates ok for stable, major version updates not | 11:58 |
*** TobSnyder <TobSnyder!~schneider@ip5f5aa32f.dynamic.kabel-deutschland.de> has quit IRC | 11:59 | |
RP | paulbarker, mcfrisk: glad it makes sense :) | 12:00 |
RP | mcfrisk: That is one to make judgement calls on I suspect given the circumstances... | 12:01 |
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has quit IRC | 12:07 | |
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has joined #yocto | 12:20 | |
*** mihai <mihai!~mihai@unaffiliated/mihai> has joined #yocto | 12:21 | |
*** berton <berton!~berton@189.103.49.163> has quit IRC | 12:22 | |
*** stuom1 <stuom1!3eecd81d@62.236.216.29> has quit IRC | 12:27 | |
*** florian_kc <florian_kc!~florian_k@Maemo/community/contributor/florian> has joined #yocto | 12:35 | |
*** tgamblin <tgamblin!~tgamblin@128.224.252.2> has joined #yocto | 12:38 | |
*** learningc <learningc!~pi@121.121.99.192> has quit IRC | 12:46 | |
*** learningc <learningc!~pi@121.121.99.192> has joined #yocto | 12:49 | |
yocti | New news from stackoverflow: WORKDIR in a yocto recipe <https://stackoverflow.com/questions/28827764/workdir-in-a-yocto-recipe> | 12:56 |
*** goliath <goliath!~goliath@nat008-WLTE1.uibk.ac.at> has joined #yocto | 12:59 | |
qschulz | I don't see any obvious update in this SO page, what triggers this message ^? | 13:00 |
LetoThe2nd | qschulz: edits in the question. lately folks have been on a question formatting spree, it seems. | 13:01 |
qschulz | LetoThe2nd: ok thanks, so I don't have to jump on those to answer before you do :p | 13:02 |
RP | qschulz: we should perhaps try and fix the bot to better handle that | 13:02 |
*** vmeson <vmeson!~rmacleod@24-52-239-53.cable.teksavvy.com> has quit IRC | 13:06 | |
*** berton <berton!~berton@189.103.49.163> has joined #yocto | 13:09 | |
*** goliath <goliath!~goliath@nat008-WLTE1.uibk.ac.at> has quit IRC | 13:15 | |
*** elGamal <elGamal!~elg@85.10.56.229> has quit IRC | 13:15 | |
*** elGamal <elGamal!~elg@181.215.183.160> has joined #yocto | 13:17 | |
*** bradleyb <bradleyb!~bradleyb@mail.fuzziesquirrel.com> has joined #yocto | 13:18 | |
*** radsquirrel <radsquirrel!~bradleyb@mail.fuzziesquirrel.com> has quit IRC | 13:19 | |
*** perdmann <perdmann!a5e14925@gateway/web/cgi-irc/kiwiirc.com/ip.165.225.73.37> has joined #yocto | 13:20 | |
*** bradleyb <bradleyb!~bradleyb@mail.fuzziesquirrel.com> has quit IRC | 13:25 | |
*** radsquirrel <radsquirrel!~bradleyb@mail.fuzziesquirrel.com> has joined #yocto | 13:26 | |
yocti | New news from stackoverflow: Update Configuration files in Yocto? <https://stackoverflow.com/questions/59664637/update-configuration-files-in-yocto> | 13:27 |
*** vmeson <vmeson!~rmacleod@128.224.252.2> has joined #yocto | 13:41 | |
*** vmeson <vmeson!~rmacleod@128.224.252.2> has joined #yocto | 13:42 | |
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has quit IRC | 13:51 | |
*** stuom1 <stuom1!3eecd81d@62.236.216.29> has joined #yocto | 14:03 | |
stuom1 | I have to cp a file to a directory that I know exists in rootfs, but if I cp it in do_install_append, I get error that no such directory. What do I have to do? | 14:04 |
perdmann | hey, my uboot is not booting. i flashed it into QSPI NOR, it looks ok. UART is not echoing one byte. Iam using the IMX6ULLEVK board | 14:04 |
*** yann <yann!~yann@85.118.38.73> has joined #yocto | 14:05 | |
*** nopeman <nopeman!d54413ba@213.68.19.186> has joined #yocto | 14:05 | |
nopeman | hello | 14:06 |
*** alimon <alimon!alimon@gateway/shell/linaro/x-cntedvqzuzvkeszb> has quit IRC | 14:06 | |
nopeman | is this the right place to ask about errors with bitbake core-image-weston | 14:06 |
rburton | yes | 14:08 |
*** georgem <georgem!~georgem@216.21.169.52> has quit IRC | 14:08 | |
nopeman | ok, i'm trying to build Yocto v3.9.0 and i got error ERROR: Task (/home/xxx/ff42/build/build/../poky/meta/recipes-core/glibc/glibc-initial_2.26.bb:do_configure) failed with exit code '1' | 14:09 |
rburton | 3.9? | 14:09 |
nopeman | yes | 14:09 |
rburton | that's not a release we've made | 14:09 |
nopeman | what's your release then? | 14:10 |
rburton | anyway, what's the actual error | 14:10 |
paulbarker | nopeman: Could you post the full bitbake output via something like pastebin | 14:10 |
rburton | latest release was 3.0 | 14:10 |
nopeman | ah, ok | 14:10 |
nopeman | ok, one sec | 14:10 |
nopeman | https://www.paste.org/102241 | 14:12 |
*** georgem <georgem!~georgem@216.21.169.52> has joined #yocto | 14:13 | |
mckoan | nopeman: please post the initial logs sent out by bitbake | 14:13 |
nopeman | where i can find them? | 14:14 |
rburton | *** These critical programs are missing or too old: GNU ld | 14:14 |
mckoan | nopeman: when you call bitbake something it start and shows the details | 14:14 |
rburton | what linux are you building on? | 14:14 |
*** AndersD <AndersD!~AndersD@h-98-128-162-82.NA.cust.bahnhof.se> has joined #yocto | 14:14 | |
rburton | mckoan: is asking for the bit that goes BUILD_SYS = "x86_64-linux" | 14:15 |
rburton | NATIVELSBSTRING = "debian-10" | 14:15 |
nopeman | ubuntu 18.04.3 | 14:15 |
rburton | you *do* have ld installed right | 14:16 |
rburton | $ ld --version | 14:16 |
rburton | GNU ld (GNU Binutils for Debian) 2.31.1 | 14:16 |
nopeman | $ ld --version | 14:17 |
rburton | ? | 14:22 |
nopeman | i got GNU ld (GNU Binutils for Ubuntu) 2.30 | 14:25 |
nopeman | do i need newer version? | 14:25 |
*** georgem <georgem!~georgem@216.21.169.52> has quit IRC | 14:25 | |
yocti | New news from stackoverflow: YOCTO - A Issue: nativesdk-qtbase: Files/directories were installed but not shipped in any package <https://stackoverflow.com/questions/59666034/yocto-a-issue-nativesdk-qtbase-files-directories-were-installed-but-not-ship> | 14:27 |
rburton | inside tmp/work/x86*/glibc-initial/[version]/build there will be a config.log file | 14:27 |
rburton | that most likely has more clues as to why it doesn't like your ld | 14:27 |
RP | As a headups I've decided to do some major surgery on the sstate cache on the autobuilder which may break builds a little if they're running whilst this happens. We have a tmp file explosion problem in sstate :( | 14:30 |
nopeman | i got it in aarch64-poky-linux catalog | 14:31 |
LetoThe2nd | nopeman: and this is a real ubuntu? not WSL? | 14:31 |
nopeman | real Ubuntu on VM | 14:31 |
LetoThe2nd | nopeman: plus, 3.0 has glibc 2.30 | 14:34 |
LetoThe2nd | rocko shipped 2.26 | 14:35 |
RP | master doesn't even have glibc-initial | 14:35 |
LetoThe2nd | nopeman: so, please take a minute to describe in detail what this thing that you are actually trying to build is, really. | 14:36 |
nopeman | well i got this thing i'm trying to build:https://elinux.org/R-Car/Boards/Yocto-Gen3 | 14:37 |
rburton | harass renesas? | 14:38 |
RP | nopeman: build it on a host from the era this stuff was created in | 14:38 |
rburton | god its horrible that they're calling their releases "Yocto 3.21.0" | 14:38 |
RP | nopeman: you need an older OS in your VM | 14:38 |
nopeman | Renesas R-Car-M3 Starter Kit Pro to be exact | 14:38 |
rburton | at least they didn't call it Yocto Linux 3.21.1 | 14:38 |
RP | rburton: that would have probably been better :/ | 14:39 |
LetoThe2nd | that article is awfulin some ways i instantly want to get drunk. | 14:39 |
rburton | nopeman: 'Yocto v3.x.y(Ex Yocto v3.21.0) : Ubuntu 16.04 LTS (64bit) is recommended as OS' | 14:39 |
RP | and people wonder why I insist on codenames for the branches | 14:39 |
Tartarus | RP: If I wanted to get 1/2 wic changes backported to zeus/warrior, how long should they have been in master for? | 14:39 |
rburton | lol | 14:39 |
LetoThe2nd | RP: not my, i love codenames. | 14:39 |
RP | Tartarus: people seem to love doing immediate backports, I try and at least let it be there for a week or two | 14:40 |
RP | Tartarus: armpit is probably the one to ask as he handles it | 14:40 |
Tartarus | RP: OK, I'll come back to this in about a week :) Thanks | 14:40 |
nopeman | ok. so i should start with ubuntu 16.04 | 14:40 |
rburton | yeah try that. and ask renesas if they're going to backport the fixes or make a new release. | 14:41 |
nopeman | thanks for your help i got to build another setup now. Probably i'll be back | 14:41 |
rburton | rule of thumb: if it involves cars, assume you need to use a really old distribution | 14:42 |
LetoThe2nd | rburton: rule of real life: if it involves reneses, you better.... | 14:43 |
*** alimon <alimon!alimon@gateway/shell/linaro/x-fmnlpgnvcnblroxd> has joined #yocto | 14:43 | |
rburton | ha | 14:45 |
nopeman | better leave? :) | 14:45 |
LetoThe2nd | insert what you feel suitable, personally :) | 14:46 |
*** MeanEngi <MeanEngi!5fa87c9b@95.168.124.155> has joined #yocto | 14:47 | |
*** PaowZ <PaowZ!~Vince@193.252.149.222> has joined #yocto | 14:48 | |
MeanEngi | Hello :) | 14:49 |
*** PaowZ_ <PaowZ_!~Vince@193.252.149.222> has quit IRC | 14:50 | |
stuom1 | I have to cp a file to a directory that I know exists in rootfs, but if I cp it in do_install_append, I get error that no such directory. What do I have to do? | 14:50 |
paulbarker | stuom1: Create the directory first | 14:51 |
fray | each do_install is run independently of the others.. so you need to mkdir -p the directory in each of them | 14:51 |
*** georgem <georgem!~georgem@216.21.169.52> has joined #yocto | 14:51 | |
*** nopeman <nopeman!d54413ba@213.68.19.186> has quit IRC | 14:53 | |
MeanEngi | Anyone know what code gets executed on the "server thread" as a result of a cli command being passed via the connection.send here? https://github.com/openembedded/bitbake/blob/master/lib/bb/server/process.py#L332 | 14:54 |
stuom1 | paulbarker thanks, I dont know why i didnt try mkdir...i just assumed the toolchain makes the directory since it exists on rootfs | 14:56 |
*** lfa <lfa!~lfa@217.19.35.51> has joined #yocto | 14:57 | |
paulbarker | stuom1: It can easily catch you out when learning Yocto. Each recipe's do_install is writing to a staging directory not directly to the rootfs | 14:57 |
paulbarker | The rootfs is assembled at the end | 14:57 |
fray | (this is done to ensure that each chunk of the system can be standalone if necessary) | 14:57 |
stuom1 | ok, i understand | 14:58 |
*** lfa_ <lfa_!~lfa@217.19.35.51> has quit IRC | 15:00 | |
*** AndersD <AndersD!~AndersD@h-98-128-162-82.NA.cust.bahnhof.se> has quit IRC | 15:03 | |
*** stuom1 <stuom1!3eecd81d@62.236.216.29> has quit IRC | 15:04 | |
*** JaMa <JaMa!~martin@109.238.218.228> has joined #yocto | 15:06 | |
*** ericch <ericch!~ericch@50-205-235-218-static.hfc.comcastbusiness.net> has joined #yocto | 15:06 | |
*** comptroller <comptroller!~comptroll@47-213-227-146.paolcmtc01.res.dyn.suddenlink.net> has quit IRC | 15:10 | |
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has joined #yocto | 15:10 | |
*** MeanEngi <MeanEngi!5fa87c9b@95.168.124.155> has quit IRC | 15:20 | |
*** comptroller <comptroller!~comptroll@47-213-227-146.paolcmtc01.res.dyn.suddenlink.net> has joined #yocto | 15:25 | |
*** dreyna <dreyna!~dreyna@ip-64-134-242-26.public.wayport.net> has joined #yocto | 15:25 | |
*** kpo <kpo!~kpo@eet50.internetdsl.tpnet.pl> has joined #yocto | 15:30 | |
*** vmeson <vmeson!~rmacleod@128.224.252.2> has quit IRC | 15:30 | |
dev1990 | kpo: hi | 15:50 |
*** lfa_ <lfa_!~lfa@217.19.35.51> has joined #yocto | 15:58 | |
*** lfa <lfa!~lfa@217.19.35.51> has quit IRC | 16:01 | |
*** dev1990 <dev1990!~dev@asx191.neoplus.adsl.tpnet.pl> has quit IRC | 16:21 | |
*** khem <khem!~khem@unaffiliated/khem> has quit IRC | 16:24 | |
*** WillMiles <WillMiles!~Will@static-209-87-231-80.storm.ca> has joined #yocto | 16:27 | |
*** abhiarora44 <abhiarora44!uid396576@gateway/web/irccloud.com/x-ltpojpqupsltmlai> has quit IRC | 16:36 | |
*** guerinoni <guerinoni!~guerinoni@internet.micro-systems.it> has quit IRC | 16:42 | |
*** mrc3 <mrc3!~mrc3@linaro/mrc3> has quit IRC | 16:44 | |
*** vmeson <vmeson!~rmacleod@128.224.252.2> has joined #yocto | 16:46 | |
*** berton <berton!~berton@189.103.49.163> has quit IRC | 16:48 | |
*** WillMiles <WillMiles!~Will@static-209-87-231-80.storm.ca> has quit IRC | 16:49 | |
*** berton <berton!~berton@189.103.49.163> has joined #yocto | 16:49 | |
*** kreyren[m] <kreyren[m]!~kreyrenm]@ip-86-49-115-152.net.upcbroadband.cz> has quit IRC | 16:49 | |
*** mihai <mihai!~mihai@unaffiliated/mihai> has quit IRC | 16:50 | |
*** Ad0 <Ad0!~Ad0@93.124.245.194> has quit IRC | 16:53 | |
*** florian_kc <florian_kc!~florian_k@Maemo/community/contributor/florian> has quit IRC | 16:57 | |
yocti | New news from stackoverflow: Poky-sumo : nothing provides kernel-module-hello... error <https://stackoverflow.com/questions/53888201/poky-sumo-nothing-provides-kernel-module-hello-error> | 16:57 |
*** kreyren[m] <kreyren[m]!~kreyrenm]@ip-86-49-115-152.net.upcbroadband.cz> has joined #yocto | 16:57 | |
*** WillMiles <WillMiles!~Will@static-209-87-231-80.storm.ca> has joined #yocto | 16:58 | |
*** Ad0 <Ad0!~Ad0@93.124.245.194> has joined #yocto | 17:00 | |
*** yann <yann!~yann@85.118.38.73> has quit IRC | 17:03 | |
*** dreyna_ <dreyna_!~dreyna@ip-64-134-242-26.public.wayport.net> has joined #yocto | 17:03 | |
*** lfa <lfa!~lfa@217.19.35.51> has joined #yocto | 17:04 | |
*** dreyna <dreyna!~dreyna@ip-64-134-242-26.public.wayport.net> has quit IRC | 17:06 | |
*** lfa_ <lfa_!~lfa@217.19.35.51> has quit IRC | 17:06 | |
angelo__ | hi | 17:10 |
angelo__ | getting | 17:10 |
angelo__ | NOTE: Reconnecting to bitbake server... | 17:10 |
angelo__ | NOTE: Retrying server connection (#1)... | 17:10 |
angelo__ | what could be the reason ? | 17:10 |
fray | you have a bitbake session that is still running and hasn't completed.. | 17:10 |
fray | check ps | 17:10 |
JPEW | angelo__: Or, bitbake exited but bitbake.sock didn't get removed | 17:11 |
angelo__ | oh | 17:11 |
angelo__ | fray, JPEW thanks, killed. Let's see | 17:11 |
JPEW | angelo__: Are you building with a container? | 17:12 |
*** dev1990 <dev1990!~dev@asx191.neoplus.adsl.tpnet.pl> has joined #yocto | 17:14 | |
*** dev1990 <dev1990!~dev@asx191.neoplus.adsl.tpnet.pl> has quit IRC | 17:16 | |
*** dev1990 <dev1990!~dev@asx191.neoplus.adsl.tpnet.pl> has joined #yocto | 17:16 | |
angelo__ | schroot | 17:17 |
angelo__ | was exited and reentered and issue was still there | 17:17 |
angelo__ | killed python3 instance, all works now | 17:17 |
angelo__ | thanks ! | 17:17 |
JPEW | angelo__: I've seen that when the container exits without giving bitbake a chance to cleanup | 17:17 |
*** khem <khem!~khem@unaffiliated/khem> has joined #yocto | 17:28 | |
*** frsc <frsc!~frsc@i59F4B2DC.versanet.de> has quit IRC | 17:30 | |
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has quit IRC | 17:33 | |
*** leon-anavi <leon-anavi!~Leon@78.130.245.67> has quit IRC | 17:45 | |
*** ericch <ericch!~ericch@50-205-235-218-static.hfc.comcastbusiness.net> has quit IRC | 17:57 | |
*** Bunio_FH <Bunio_FH!~bunio@clj-165.netdrive.pl> has joined #yocto | 18:00 | |
*** Yatekii <Yatekii!~yatekii@huesser.dev> has joined #yocto | 18:00 | |
Yatekii | ohai o/ | 18:00 |
*** kreyren[m] <kreyren[m]!~kreyrenm]@ip-86-49-115-152.net.upcbroadband.cz> has quit IRC | 18:14 | |
*** kreyren[m] <kreyren[m]!~kreyrenm]@cst-prg-81-62.cust.vodafone.cz> has joined #yocto | 18:15 | |
*** perdmann <perdmann!a5e14925@gateway/web/cgi-irc/kiwiirc.com/ip.165.225.73.37> has quit IRC | 18:16 | |
*** kreyren[m] <kreyren[m]!~kreyrenm]@cst-prg-81-62.cust.vodafone.cz> has quit IRC | 18:22 | |
*** sgw <sgw!~sgw@192.55.55.43> has quit IRC | 18:27 | |
*** yann <yann!~yann@91-170-159-152.subs.proxad.net> has joined #yocto | 18:30 | |
*** vmeson <vmeson!~rmacleod@128.224.252.2> has quit IRC | 18:34 | |
*** vmeson <vmeson!~rmacleod@128.224.252.2> has joined #yocto | 18:34 | |
*** kreyren[m] <kreyren[m]!~kreyrenm]@ip-86-49-115-152.net.upcbroadband.cz> has joined #yocto | 18:37 | |
*** ericch <ericch!~ericch@50-205-235-218-static.hfc.comcastbusiness.net> has joined #yocto | 18:49 | |
*** sgw <sgw!~sgw@192.55.54.42> has joined #yocto | 18:56 | |
*** xyzzy42 <xyzzy42!~trentpi@198.162.93.26> has quit IRC | 19:16 | |
*** comptroller <comptroller!~comptroll@47-213-227-146.paolcmtc01.res.dyn.suddenlink.net> has quit IRC | 19:27 | |
*** comptroller <comptroller!~comptroll@47-213-227-146.paolcmtc01.res.dyn.suddenlink.net> has joined #yocto | 19:33 | |
*** andycooper_home is now known as andycooper | 19:41 | |
zeddii | hmm. perf on 5.5+ kernels is failing due to missing modules in our native python. | 19:48 |
* zeddii looks at the recipe | 19:48 | |
*** dreyna__ <dreyna__!~dreyna@ip-64-134-242-26.public.wayport.net> has joined #yocto | 19:49 | |
* zeddii sees the do_install_append messing around with the right bits . hmmm. | 19:49 | |
*** dreyna_ <dreyna_!~dreyna@ip-64-134-242-26.public.wayport.net> has quit IRC | 19:53 | |
*** dreyna__ <dreyna__!~dreyna@ip-64-134-242-26.public.wayport.net> has quit IRC | 19:58 | |
*** rangergord <rangergord!~rangergor@modemcable186.198-70-69.static.videotron.ca> has quit IRC | 20:22 | |
*** learningc <learningc!~pi@121.121.99.192> has quit IRC | 20:30 | |
roussinm | If I would like to develop/debug inside the bitbake script... is it necessary to source the bitbake environment? Otherwise... is there a developement readme for bitbake? | 20:30 |
*** learningc <learningc!~pi@121.121.99.192> has joined #yocto | 20:31 | |
*** pohly <pohly!~pohly@p5B05600C.dip0.t-ipconnect.de> has quit IRC | 20:35 | |
kergoth | what exactly are you trying to debug? | 20:39 |
kergoth | how you go about it depends on what you're trying ot do | 20:39 |
roussinm | kergoth: I would like to try to implement a feature inside devtool | 20:40 |
kergoth | devtool is its own script | 20:40 |
kergoth | not bitbake itself | 20:40 |
roussinm | but devtool needs bitbake env right? | 20:40 |
Marex | khem: heh, seems the solution wasn't as easy afterall :) | 20:45 |
Marex | khem: I'll test it ASAP | 20:45 |
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has quit IRC | 20:46 | |
kergoth | Hmm something off in the toolchain build between x86_64 and x86_64-x32, it seems. If you do a multiconfig build of those two and kick off meta-toolchain for both, get failures. guessing something is rebuilding that shouldn't be or vice versa | 20:55 |
* kergoth digs | 20:55 | |
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has joined #yocto | 20:59 | |
* armpit ooh, sound like a good selftest to add | 21:06 | |
*** Bunio_FH <Bunio_FH!~bunio@clj-165.netdrive.pl> has quit IRC | 21:06 | |
mcfrisk | ouch: Connecting to downloads.yoctoproject.org (downloads.yoctoproject.org)|198.145.29.63|:80... failed: Connection refused. | 21:06 |
armpit | mcfrisk, I just checked and it is working for me | 21:07 |
LetoThe2nd | mcfrisk: maybe it just doesn't like you, personally.... | 21:07 |
* LetoThe2nd ducks and runs! | 21:07 | |
mcfrisk | that was from my CI build machine.. seems like one machine doesn't have http://downloads.yoctoproject.org/releases/opkg/opkg-0.4.1.tar.gz in cache.. | 21:08 |
* mcfrisk git blames LetoThe2nd | 21:08 | |
LetoThe2nd | mcfrisk: :) | 21:09 |
armpit | mcfrisk, there was some possible NAS work that could have caused a burp | 21:09 |
*** comptroller <comptroller!~comptroll@47-213-227-146.paolcmtc01.res.dyn.suddenlink.net> has quit IRC | 21:10 | |
armpit | mcfrisk, LetoThe2nd will blame LetoThe1st | 21:10 |
LetoThe2nd | armpit: hey leave my granddad out, mkay?!? | 21:12 |
mcfrisk | sigh, life would be easier without knowledge, and SW development easier without testing.. | 21:13 |
LetoThe2nd | mcfrisk: ah then thats probably why my sw is always so easy to develop :) | 21:14 |
mcfrisk | fired zeus update CI builds on many CI instances which have not been building the topic before to test things out, and caboom... I will manually add things to caches | 21:14 |
mcfrisk | I was so hoping to have seen last download cache misses this week. was a pita with maven, eclipse and p2 this week. | 21:16 |
*** berton <berton!~berton@189.103.49.163> has quit IRC | 21:16 | |
* armpit with zeus I normally see lighting bolts | 21:17 | |
* mcfrisk hits opencv too | 21:18 | |
*** comptroller <comptroller!~comptroll@47-213-227-146.paolcmtc01.res.dyn.suddenlink.net> has joined #yocto | 21:18 | |
khem | Marex: yeah, although my purist mind wants to use just systemd unit file and no helper scripts | 21:22 |
khem | Marex: weston disables systemd support in its meson build system when pam is not in DISTRO_FEATURES | 21:22 |
khem | so weston with pamless systemd distro is not expected to work | 21:23 |
*** sstabellini <sstabellini!sstabellin@gateway/shell/xshellz/x-phhhbxrvafngikqo> has joined #yocto | 21:38 | |
*** tgamblin <tgamblin!~tgamblin@128.224.252.2> has quit IRC | 21:44 | |
*** kreyren[m] <kreyren[m]!~kreyrenm]@ip-86-49-115-152.net.upcbroadband.cz> has quit IRC | 21:49 | |
*** kreyren[m] <kreyren[m]!~kreyrenm]@ip-86-49-115-152.net.upcbroadband.cz> has joined #yocto | 21:50 | |
Marex | khem: so maybe weston should require DISTRO_FEATURES "pam" if there's systemd in DISTRO_FEATURES ? | 22:01 |
Marex | khem: then all is good ? | 22:01 |
*** agust <agust!~agust@p508B64CC.dip0.t-ipconnect.de> has quit IRC | 22:08 | |
*** vmeson <vmeson!~rmacleod@128.224.252.2> has quit IRC | 22:08 | |
RP | armpit: nas issues will only impact autobuilder builds and sstate FWIW | 22:09 |
khem | Marex: yes I guess that will be a good patch | 22:10 |
khem | RP: is AB back? | 22:11 |
RP | khem: no, need to do some work on sstate for a bit | 22:12 |
RP | khem: its too big and broken :/ | 22:13 |
khem | ok | 22:15 |
khem | Marex: I am thinking to install a profile fragment in /etc/profile.d which will define XDG_RUNTIME_DIR if not defined and keep the current systemd service | 22:16 |
*** WillMiles <WillMiles!~Will@static-209-87-231-80.storm.ca> has quit IRC | 22:20 | |
JPEW | kergoth: Had a chance to look at the latest pyrex :) | 22:22 |
Marex | khem: well if it's flaky without PAM, maybe just ditching support for such configuration would be for the best ? | 22:34 |
Marex | khem: instead of just trying to bend things to work, while having all the inobvious problems | 22:35 |
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has joined #yocto | 22:41 | |
khem | Marex: yes | 22:49 |
Marex | khem: maybe we should do that then | 22:52 |
*** champagneg <champagneg!~gchamp@ipagstaticip-d73c7528-4de5-0861-800b-03d8b15e3869.sdsl.bell.ca> has quit IRC | 22:56 | |
rburton | Marex: agreed fwiw | 23:04 |
dev1990 | I get many errors like "useradd command did not succeed." from my user recipe after minor changes, is this a known bug? | 23:20 |
Marex | dev1990: maybe your custom recipe is broken ? :) | 23:21 |
dev1990 | https://github.com/dev-0x7C6/meta-retro/blob/zeus/recipes-core/retroarch/retroarch-user.bb | 23:24 |
dev1990 | this is recipe that I'm working on | 23:24 |
*** JaMa <JaMa!~martin@109.238.218.228> has quit IRC | 23:25 | |
dev1990 | heh, after posting I see minor issue with --user-group -G | 23:26 |
*** tgamblin <tgamblin!~tgamblin@CPE64777de11593-CM64777de11590.cpe.net.cable.rogers.com> has joined #yocto | 23:29 | |
dev1990 | meh, and now it's working fine without any chagnes, maybe I should just cleanup my workspace | 23:34 |
khem | Marex: I think that should be a separate patch on top of current one | 23:51 |
khem | Marex, I think current patch is fine to live with for now | 23:52 |
Marex | khem: it kinda is, yep | 23:53 |
Marex | khem: I have a patch like that locally | 23:53 |
khem | ooko | 23:54 |
*** vmeson <vmeson!~rmacleod@24-52-239-53.cable.teksavvy.com> has joined #yocto | 23:59 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!