Wednesday, 2023-12-20

*** jetm <jetm!jetm@irc.codelinaro.org> has quit IRC (Ping timeout: 252 seconds)00:29
*** jetm <jetm!jetm@irc.codelinaro.org> has joined #yocto00:29
*** Saur_Home <Saur_Home!~Saur_Home@94-137-113-31.customers.ownit.se> has quit IRC (Quit: Ping timeout (120 seconds))00:38
*** Saur_Home <Saur_Home!~Saur_Home@94-137-113-31.customers.ownit.se> has joined #yocto00:39
*** jbo <jbo!~jbo@user/tct> has quit IRC (Ping timeout: 260 seconds)00:52
*** jbo <jbo!~jbo@user/tct> has joined #yocto00:52
*** Starfoxxes <Starfoxxes!~Starfoxxe@ip-037-201-004-087.um10.pools.vodafone-ip.de> has joined #yocto01:08
*** qschulz <qschulz!~weechat@ns326003.ip-37-187-106.eu> has quit IRC (Read error: Connection reset by peer)01:32
*** qschulz <qschulz!~weechat@ns326003.ip-37-187-106.eu> has joined #yocto01:35
*** davidinux <davidinux!~davidinux@host-82-55-204-6.retail.telecomitalia.it> has quit IRC (Ping timeout: 276 seconds)02:04
*** davidinux <davidinux!~davidinux@host-79-24-143-81.retail.telecomitalia.it> has joined #yocto02:11
*** wicki <wicki!~wicki@user/wicki> has quit IRC (Ping timeout: 246 seconds)02:39
*** ablu <ablu!~m-bfyrfh@user/Ablu> has quit IRC (Read error: Connection reset by peer)02:39
*** ablu <ablu!~m-bfyrfh@user/Ablu> has joined #yocto02:45
*** jclsn <jclsn!~jclsn@2a04:4540:652f:f300:2ce:39ff:fecf:efcd> has quit IRC (Ping timeout: 255 seconds)03:49
*** jclsn <jclsn!~jclsn@2a04:4540:6523:9a00:2ce:39ff:fecf:efcd> has joined #yocto03:51
*** Saur_Home <Saur_Home!~Saur_Home@94-137-113-31.customers.ownit.se> has quit IRC (Quit: Client closed)03:53
*** Saur_Home <Saur_Home!~Saur_Home@94-137-113-31.customers.ownit.se> has joined #yocto03:54
*** lthadeus <lthadeus!~lthadeus@2401:4900:1cb8:8aaf:1ad6:724d:8b19:77f> has joined #yocto04:21
*** Vonter <Vonter!~Vonter@user/vonter> has quit IRC (Ping timeout: 240 seconds)05:04
*** Chocky <Chocky!~peter@c-24-131-30-7.hsd1.pa.comcast.net> has quit IRC (Ping timeout: 264 seconds)05:05
*** Vonter <Vonter!~Vonter@user/vonter> has joined #yocto05:06
*** Saur_Home <Saur_Home!~Saur_Home@94-137-113-31.customers.ownit.se> has quit IRC (Quit: Client closed)05:07
*** Saur_Home <Saur_Home!~Saur_Home@94-137-113-31.customers.ownit.se> has joined #yocto05:07
*** jmd <jmd!~user@aftr-82-135-83-232.dynamic.mnet-online.de> has joined #yocto05:59
*** wicki <wicki!~wicki@user/wicki> has joined #yocto05:59
*** lthadeus <lthadeus!~lthadeus@2401:4900:1cb8:8aaf:1ad6:724d:8b19:77f> has quit IRC (Ping timeout: 245 seconds)06:04
*** Chaser <Chaser!~Chaser@user/chaser> has joined #yocto06:07
*** jmd <jmd!~user@aftr-82-135-83-232.dynamic.mnet-online.de> has quit IRC (Remote host closed the connection)06:11
*** Chaser <Chaser!~Chaser@user/chaser> has quit IRC (Remote host closed the connection)06:13
*** Chaser <Chaser!~Chaser@user/chaser> has joined #yocto06:13
*** roussinm <roussinm!~mroussin@bras-base-qubcpq1306w-grc-37-142-115-196-7.dsl.bell.ca> has quit IRC (Quit: WeeChat 3.3-dev)06:24
*** OnkelUlla <OnkelUlla!~user@dude03.red.stw.pengutronix.de> has joined #yocto06:25
*** leon-anavi <leon-anavi!~Leon@46.55.231.62> has joined #yocto06:41
*** kanavin <kanavin!~Alexander@2a02:2454:29b:d900:f58f:7d32:a721:fcdd> has quit IRC (Remote host closed the connection)06:58
*** wicki <wicki!~wicki@user/wicki> has quit IRC (Ping timeout: 256 seconds)07:16
*** Chocky <Chocky!~peter@c-24-131-30-7.hsd1.pa.comcast.net> has joined #yocto07:37
*** goliath <goliath!~goliath@user/goliath> has joined #yocto07:46
*** frieder <frieder!~frieder@i577B9142.versanet.de> has joined #yocto07:47
*** destmaster <destmaster!~destmaste@185.11.23.2> has joined #yocto07:48
destmasterWhen trying to connect via SSH I'm getting " kex_exchange_identification: read Connection reset". The issue concerns the permission of the /etc/ssh/ssh_host_ecdsa_key file. Changing to "400" it works.07:51
destmasterI've added to my recipe07:52
destmasterFILE_PERMISSIONS:${PN} = " \07:52
destmaster    ${sysconfdir}/ssh/ssh_host_ecdsa_key       400 \07:52
destmaster"07:52
*** alessioigor <alessioigor!~alessioig@185.178.95.240> has joined #yocto07:52
destmasterbut this issue is still present.07:52
abludestmaster: I do not think I have come across "FILE_PERMISSIONS" and do not see it in current Yocto branches. The right way to fix the permissions is to make sure to install it with the correct permissions. How do you install the key? "install -m 0400 <source> <target>" should do the job.07:55
destmasterablu: I'm installing the /etc/ssh directory doing a rootfs overlay. cp -r ${WORKDIR}/overlay/etc/* ${D}${sysconfdir}/07:58
destmasterI will try to install with the 0400 permission for the specific file07:58
*** destmaster <destmaster!~destmaste@185.11.23.2> has quit IRC (Quit: Client closed)08:06
*** zpfvo <zpfvo!~fvo@87.122.84.74> has joined #yocto08:14
*** jmiehe <jmiehe!~Thunderbi@user/jmiehe> has joined #yocto08:16
*** rob_w <rob_w!~bob@host-82-135-31-73.customer.m-online.net> has joined #yocto08:20
*** zpfvo <zpfvo!~fvo@87.122.84.74> has quit IRC (Ping timeout: 255 seconds)08:32
*** mvlad <mvlad!~mvlad@2a02:2f05:8406:100:4b3a:c7a9:d656:308e> has joined #yocto08:40
*** Kubu_work <Kubu_work!~kubu@static-css-ccs-204145.business.bouyguestelecom.com> has joined #yocto08:42
*** rob_w <rob_w!~bob@host-82-135-31-73.customer.m-online.net> has quit IRC (Remote host closed the connection)08:44
*** zpfvo <zpfvo!~fvo@87.122.84.74> has joined #yocto08:46
*** destmaster <destmaster!~destmaste@185.11.23.2> has joined #yocto08:47
destmasterHi, there's a yocto recipe for the libtwolame ? I need it in ffmpeg for my image08:48
*** zpfvo <zpfvo!~fvo@87.122.84.74> has quit IRC (Ping timeout: 268 seconds)08:55
*** zpfvo <zpfvo!~fvo@87.122.84.74> has joined #yocto08:56
*** PhoenixMage <PhoenixMage!~phoenix@65.181.3.243> has quit IRC (Remote host closed the connection)09:16
*** Saur_Home <Saur_Home!~Saur_Home@94-137-113-31.customers.ownit.se> has quit IRC (Quit: Client closed)09:28
*** Saur_Home <Saur_Home!~Saur_Home@94-137-113-31.customers.ownit.se> has joined #yocto09:28
*** destmaster <destmaster!~destmaste@185.11.23.2> has quit IRC (Quit: Client closed)09:47
*** speeder <speeder!~speeder__@2001:8a0:dfde:fa00:eee2:d564:5b04:89bf> has quit IRC (Remote host closed the connection)09:50
*** Kubu_work <Kubu_work!~kubu@static-css-ccs-204145.business.bouyguestelecom.com> has quit IRC (Ping timeout: 268 seconds)09:53
*** prabhakarlad <prabhakarlad!~prabhakar@217.163.141.2> has quit IRC (Quit: Client closed)09:59
*** Kubu_work <Kubu_work!~kubu@176.157.204.145> has joined #yocto10:03
*** wicki <wicki!~wicki@user/wicki> has joined #yocto10:06
*** florian <florian!~florian@port-217-146-132-69.static.as20676.net> has joined #yocto10:12
dvergatalRP: around?10:15
*** leon-anavi <leon-anavi!~Leon@46.55.231.62> has quit IRC (Ping timeout: 264 seconds)10:16
*** leon-anavi <leon-anavi!~Leon@46.55.231.62> has joined #yocto10:17
*** leon-anavi <leon-anavi!~Leon@46.55.231.62> has quit IRC (Client Quit)10:18
RPdvergatal: yes10:19
dvergatalRP: I've seen you have fixed useradd10:19
RPkhem: that is good to hear, I was hoping they'd help!10:19
dvergatalRP:10:19
dvergatal        # This is due to the [depends] in useradd.bbclass complicating matters10:19
dvergatal        # The logic *is* reversed here due to the way hard setscene dependencies are injected10:19
dvergatal        if (taskdependees[task][1] == 'do_package' or taskdependees[task][1] == 'do_populate_sysroot') and taskdependees[dep][0].endswith(('shadow-native', 'shadow-sysroot', 'base-passwd', 'pseudo-native')) and taskdependees[dep][1] == 'do_populate_sysroot':10:19
dvergatalsory...10:19
dvergatalback copy button10:19
dvergatalbad*10:20
dvergatalRP: https://bugzilla.yoctoproject.org/show_bug.cgi?id=1341910:20
dvergatalRP: this is what I meant10:20
RPdvergatal: right, I'm hoping we sorted that10:20
dvergatalRP: cool I need to test it than btw. is there any possibility to add it to kirkstone?10:21
RPdvergatal: I'm torn on that. The runqueue change was pretty invasive :(10:21
dvergatalok10:21
RPdvergatal: I didn't make minor changes but had to fundamentally change the way some things worked10:21
dvergatalRP: OK10:22
RPdvergatal: it also adds new "API" so probably not good for the stable series10:22
dvergatalRP: I will need to wait than for new LTS or somehow override *again* library files10:22
RPdvergatal: library code and bitbake :/10:23
dvergatalRP: yeah10:23
RPdvergatal: I was just happy to fix it at all to be honest10:23
dvergatalRP: I'm happy too10:23
dvergatalto be honest :)10:24
dvergatalRP: in this https://git.yoctoproject.org/poky/commit/?id=ecef665062be55fcfa0915216335d08883aa86f7 only the one related to useradd.bbclass is necessary, right?10:26
RPdvergatal: the commits are listed in that bug, three changes10:29
RPyou need the runqueue one and that one10:29
RPthe other is a cleanup10:29
dvergatalRP: yeah but I'm asking about changes concerning tests10:29
RPdvergatal: oh, yes. the others are just to stop it regressing10:30
dvergatalRP: oh I see it in the commit's msg10:31
*** Kubu_work <Kubu_work!~kubu@176.157.204.145> has quit IRC (Ping timeout: 256 seconds)10:31
*** Kubu_work <Kubu_work!~kubu@static-css-ccs-204145.business.bouyguestelecom.com> has joined #yocto10:41
dvergatalRP: https://git.yoctoproject.org/poky/commit/?id=0f4fe4f7630b45228bcbb893f08a86e00109296c the last rqdata.init_progress_reporter.next_stage() is needed?10:51
*** skokkonda <skokkonda!~skokkonda@49.205.250.133> has joined #yocto10:55
*** destmaster <destmaster!~destmaste@185.11.23.2> has joined #yocto11:05
destmasterI'm getting this error on compile my package11:07
destmaster"configure.ac:78: error: possibly undefined macro: AC_MSG_WARN If this token and others are legitimate, please use m4_pattern_allow."  What is the possible reasons?11:07
destmasterSUMMARY = "MPEG Audio Layer II encoding library"11:07
destmasterHOMEPAGE = "http://www.twolame.org/"11:07
destmasterSECTION = "multimedia"11:07
destmasterLICENSE = "LGPL-2.1-only"11:07
destmasterLIC_FILES_CHKSUM = "file://COPYING;md5=ade9a053df81f5b9408d2f4f5546df86"11:07
destmasterSRC_URI = "https://downloads.sourceforge.net/twolame/twolame-${PV}.tar.gz"11:07
destmasterSRC_URI[md5sum] = "400c164ed096c7aea82bcf8edcd3f6f9"11:07
destmasterSRC_URI[sha256sum] = "cc35424f6019a88c6f52570b63e1baf50f62963a3eac52a03a800bb070d7c87d"11:07
destmasterS = "${WORKDIR}/twolame-${PV}"11:07
destmasterinherit autotools11:07
*** destmaster <destmaster!~destmaste@185.11.23.2> has quit IRC (Quit: Client closed)11:18
*** skokkonda <skokkonda!~skokkonda@49.205.250.133> has quit IRC (Quit: Client closed)11:23
*** Saur_Home <Saur_Home!~Saur_Home@94-137-113-31.customers.ownit.se> has quit IRC (Quit: Client closed)11:28
*** Saur_Home <Saur_Home!~Saur_Home@94-137-113-31.customers.ownit.se> has joined #yocto11:28
*** skokkonda <skokkonda!~skokkonda@49.205.250.133> has joined #yocto11:32
rburtonif you're reading the logs destmaster, you need to inherit pkgconfig11:55
RPdvergatal: you'll get warnings without it11:59
*** mulk <mulk!~mulk@p5b2dc93f.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 276 seconds)11:59
*** mulk <mulk!~mulk@p5b2dc93f.dip0.t-ipconnect.de> has joined #yocto12:04
dvergatalRP: ok thx12:05
dvergatalRP: I was just thinking that it is doubled and nothing between both of them because there is this removal of old code12:06
RPdvergatal: ideally we'd remove one and change the timings line elsewhere but when writing that patch I had other bigger problems12:09
dvergatalRP: ahhh OK I get it12:09
dvergatalRP: i was not sure why it is doubled thx for explanation12:10
*** Kubu_work <Kubu_work!~kubu@static-css-ccs-204145.business.bouyguestelecom.com> has quit IRC (Quit: Leaving.)12:39
*** Kubu_work <Kubu_work!~kubu@static-css-ccs-204145.business.bouyguestelecom.com> has joined #yocto12:44
*** Kubu_work <Kubu_work!~kubu@static-css-ccs-204145.business.bouyguestelecom.com> has quit IRC (Client Quit)12:45
*** Kubu_work <Kubu_work!~kubu@static-css-ccs-204145.business.bouyguestelecom.com> has joined #yocto12:46
*** Kubu_work <Kubu_work!~kubu@static-css-ccs-204145.business.bouyguestelecom.com> has quit IRC (Quit: Leaving.)12:53
*** Kubu_work <Kubu_work!~kubu@static-css-ccs-204145.business.bouyguestelecom.com> has joined #yocto12:54
*** Kubu_work <Kubu_work!~kubu@static-css-ccs-204145.business.bouyguestelecom.com> has quit IRC (Client Quit)12:59
*** Kubu_work <Kubu_work!~kubu@static-css-ccs-204145.business.bouyguestelecom.com> has joined #yocto13:00
*** Kubu_work <Kubu_work!~kubu@static-css-ccs-204145.business.bouyguestelecom.com> has quit IRC (Client Quit)13:00
*** Kubu_work <Kubu_work!~kubu@static-css-ccs-204145.business.bouyguestelecom.com> has joined #yocto13:04
*** prabhakarlad <prabhakarlad!~prabhakar@217.163.141.2> has joined #yocto13:06
*** Kubu_work <Kubu_work!~kubu@static-css-ccs-204145.business.bouyguestelecom.com> has quit IRC (Ping timeout: 256 seconds)13:09
*** xmn <xmn!~xmn@p200300c37f3a04008c4cefb858ba8712.dip0.t-ipconnect.de> has joined #yocto13:12
*** Kubu_work <Kubu_work!~kubu@static-css-ccs-204145.business.bouyguestelecom.com> has joined #yocto13:23
*** xmn <xmn!~xmn@p200300c37f3a04008c4cefb858ba8712.dip0.t-ipconnect.de> has quit IRC (Quit: xmn)13:28
dvergatalRP: unfortunately this patchset in my case does not solve the issue but I have applied the changes on kirkstone13:52
*** rm5248 <rm5248!~rm5248@50.58.90.130> has joined #yocto13:55
*** rm5248 <rm5248!~rm5248@50.58.90.130> has quit IRC (Client Quit)13:56
*** rm5248 <rm5248!~rm5248@50.58.90.130> has joined #yocto13:56
*** zpfvo <zpfvo!~fvo@87.122.84.74> has quit IRC (Ping timeout: 246 seconds)13:58
*** zpfvo <zpfvo!~fvo@87.122.84.74> has joined #yocto13:58
RPdvergatal: you added the dependency needed?14:00
*** Minvera <Minvera!~Minvera@user/Minvera> has joined #yocto14:00
dvergatalRP: what dependency?14:00
dvergatalRP: in DEPENDS or what?14:02
RPdvergatal: did you add USERADD_DEPENDS = <something> to the recipes you need it in?14:02
dvergatalRP: hmm no just DEPENDS14:03
*** zpfvo <zpfvo!~fvo@87.122.84.74> has quit IRC (Ping timeout: 246 seconds)14:03
RPnot how it works14:03
dvergatalmhmmm ok14:03
*** zpfvo <zpfvo!~fvo@87.122.84.74> has joined #yocto14:04
dvergatalRP: yeah I have mindlessly copied the code and started to run thinking it will work now after your suggestions I have verified useradd.bbclass and you are yeah:P there is this part of the code...14:06
dvergatalyeah=right14:11
dvergatalRP: still the same14:15
RPdvergatal: not much I can say. We wrote a test case which reproduced the problem, then we fixed it and we proved it fixed the failing test. It was all on master though14:17
dvergatalsure14:18
dvergatalRP: I wounder if it may be because I'm using GROUPMEMS_PARAM which uses user from USERADD_DEPENDS14:19
*** alessioigor <alessioigor!~alessioig@185.178.95.240> has quit IRC (Quit: alessioigor)14:21
*** alessioigor <alessioigor!~alessioig@185.178.95.240> has joined #yocto14:22
*** roussinm <roussinm!~mroussin@ipagstaticip-d73c7528-4de5-0861-800b-03d8b15e3869.sdsl.bell.ca> has joined #yocto14:29
*** skokkonda <skokkonda!~skokkonda@49.205.250.133> has quit IRC (Quit: Client closed)14:40
*** alessioigor <alessioigor!~alessioig@185.178.95.240> has quit IRC (Quit: alessioigor)14:57
*** alessioigor <alessioigor!~alessioig@185.178.95.240> has joined #yocto14:57
*** simonew <simonew!~ile@2a02:810d:a940:35fc:e176:5194:6819:ddfa> has joined #yocto15:01
simonewHi together15:01
*** simonew <simonew!~ile@2a02:810d:a940:35fc:e176:5194:6819:ddfa> has quit IRC (Ping timeout: 256 seconds)15:10
*** simonew <simonew!~ile@2a02:810d:a940:35fc:be73:c0bd:df2d:25df> has joined #yocto15:13
*** Vonter <Vonter!~Vonter@user/vonter> has quit IRC (Ping timeout: 260 seconds)15:16
*** Vonter <Vonter!~Vonter@user/vonter> has joined #yocto15:18
*** ecdhe <ecdhe!~ecdhe@user/ecdhe> has quit IRC (Read error: Connection reset by peer)15:18
*** ecdhe <ecdhe!~ecdhe@user/ecdhe> has joined #yocto15:18
*** alessioigor <alessioigor!~alessioig@185.178.95.240> has quit IRC (Quit: alessioigor)16:12
*** alessioigor <alessioigor!~alessioig@185.178.95.240> has joined #yocto16:12
*** Kubu_work <Kubu_work!~kubu@static-css-ccs-204145.business.bouyguestelecom.com> has quit IRC (Quit: Leaving.)16:18
*** Omax <Omax!~m-6qlehn@185-107-13-229.static.kviknet.net> has quit IRC (Read error: Connection reset by peer)16:28
*** Omax_ <Omax_!~m-6qlehn@185-107-13-229.static.kviknet.net> has joined #yocto16:28
*** Omax_ is now known as Omax16:32
*** alessioigor <alessioigor!~alessioig@185.178.95.240> has quit IRC (Quit: alessioigor)16:47
*** jmd <jmd!~user@2001:a61:2aaa:2d01:bdbd:1ae3:2ec6:37f9> has joined #yocto16:47
*** alessioigor <alessioigor!~alessioig@185.178.95.240> has joined #yocto16:48
*** vladest <vladest!~Thunderbi@adsl-89-217-204-83.adslplus.ch> has quit IRC (Remote host closed the connection)16:52
*** vladest <vladest!~Thunderbi@adsl-89-217-204-83.adslplus.ch> has joined #yocto16:52
dvergatalRP: unfortunately it is still not solving the issue with the proper order of postinst-* scripts17:11
*** zpfvo <zpfvo!~fvo@87.122.84.74> has quit IRC (Remote host closed the connection)17:23
*** ptsneves <ptsneves!~Thunderbi@031011128046.dynamic-3-poz-k-0-2-0.vectranet.pl> has joined #yocto17:23
*** ptsneves <ptsneves!~Thunderbi@031011128046.dynamic-3-poz-k-0-2-0.vectranet.pl> has quit IRC (Ping timeout: 260 seconds)17:28
*** Saur_Home <Saur_Home!~Saur_Home@94-137-113-31.customers.ownit.se> has quit IRC (Quit: Client closed)17:29
*** Saur_Home <Saur_Home!~Saur_Home@94-137-113-31.customers.ownit.se> has joined #yocto17:29
RPdvergatal: that is a different bug and there are different patches related to that17:30
dvergatalRP: but it is written in here https://git.yoctoproject.org/poky/commit/?id=ecef665062be55fcfa0915216335d08883aa86f7 for that Bug 13904 and Bug 15084 it fixes the effects17:32
dvergatalRP: ahhhh so you mean that in addition with Jan's patch it fixes the effect in setscene?17:39
khemRP:17:57
khemyes cool, I have re-enabled my ptest jobs again thanks for sorting the ptest run mess17:58
*** Estrella <Estrella!~quassel@2603-8080-d700-7495-00ad-26b2-9175-0a02.res6.spectrum.com> has quit IRC (Quit: No Ping reply in 180 seconds.)18:02
*** Estrella <Estrella!~quassel@2603-8080-d700-7495-741d-6efa-2f57-4ab8.res6.spectrum.com> has joined #yocto18:03
JPEWAnyone familiar with the file-rdeps QA check: I sent this but I don't know if it's supposed to work that way or not: https://lists.openembedded.org/g/openembedded-core/message/19280818:05
*** prabhakarlad <prabhakarlad!~prabhakar@217.163.141.2> has quit IRC (Quit: Client closed)18:37
*** frieder <frieder!~frieder@i577B9142.versanet.de> has quit IRC (Remote host closed the connection)18:48
*** sakman <sakman!~Thunderbi@176.42.20.226> has quit IRC (Ping timeout: 276 seconds)18:54
*** sakman <sakman!~Thunderbi@176.42.20.226> has joined #yocto19:00
*** Chaser <Chaser!~Chaser@user/chaser> has quit IRC (Quit: Chaser)19:07
*** alessioigor <alessioigor!~alessioig@185.178.95.240> has quit IRC (Quit: alessioigor)19:13
*** alessioigor <alessioigor!~alessioig@185.178.95.240> has joined #yocto19:13
pidgeRP/rburton: Image testing info. First, the qmp screenshot triggering I'm going to have to find a way of telling the test that qemu and sato are actually up and fully rendered. Right now (unless I toss some ugly time.sleep which I do for my generation code) here is the status of all qemu machines:19:13
*** Haxxa <Haxxa!~Haxxa@202-65-68-206.ip4.superloop.au> has quit IRC (Quit: Haxxa flies away.)19:15
pidgeqemuloongarch64 Doesn't build19:15
pidgeqemuppc Yes19:15
pidgeqemux86 Yes19:15
pidgeqemuarm64 Blank screen, but time.sleep(60) works19:15
pidgeqemumips64 Blank screen, but time.sleep(60) works19:15
pidgeqemuriscv32 Doesn't build19:15
pidgeqemuarm Yes19:15
pidgeqemumips Blank screen, but time.sleep(60) works19:15
pidgeqemuriscv64 Blank screen, but time.sleep(60) works19:15
pidgeqemuarmv5 Guest hasn't init display19:15
pidgeqemuppc64 Blank screen (maybe wrong tty?)19:15
pidgeSo, thoughts on a way to discover if the screen is actually rendered yet?19:15
JPEWpidge: If your using DRI, /sys/kernel/debug/dri should be able to tell you that19:19
JPEWAlso maybe modetest (from libdrm)19:20
*** Haxxa <Haxxa!~Haxxa@202-65-68-206.ip4.superloop.au> has joined #yocto19:21
*** jmiehe <jmiehe!~Thunderbi@user/jmiehe> has quit IRC (Quit: jmiehe)19:31
*** simonew <simonew!~ile@2a02:810d:a940:35fc:be73:c0bd:df2d:25df> has quit IRC (Quit: Konversation terminated!)20:04
*** jmd <jmd!~user@2001:a61:2aaa:2d01:bdbd:1ae3:2ec6:37f9> has quit IRC (Remote host closed the connection)20:06
*** jmd <jmd!~user@2001:a61:2aaa:2d01:bdbd:1ae3:2ec6:37f9> has joined #yocto20:07
*** Saur_Home <Saur_Home!~Saur_Home@94-137-113-31.customers.ownit.se> has quit IRC (Quit: Client closed)20:39
*** Saur_Home <Saur_Home!~Saur_Home@94-137-113-31.customers.ownit.se> has joined #yocto20:40
*** prabhakarlad <prabhakarlad!~prabhakar@217.163.141.2> has joined #yocto21:04
*** jmd <jmd!~user@2001:a61:2aaa:2d01:bdbd:1ae3:2ec6:37f9> has quit IRC (Remote host closed the connection)21:16
RPpidge: does dbus-wait not do this?21:22
*** khazakar <khazakar!uid144674@id-144674.ilkley.irccloud.com> has joined #yocto21:30
*** rm5248 <rm5248!~rm5248@50.58.90.130> has quit IRC (Ping timeout: 240 seconds)21:32
*** dvergatal <dvergatal!~dvergatal@185.53.145.32> has quit IRC (Ping timeout: 240 seconds)21:40
*** dvergatal <dvergatal!~dvergatal@185.53.145.32> has joined #yocto21:43
RPJPEW: why is the packagedata change an RFC? I guess I'm trying to work out why its controversial?21:55
RPpidge: It is a little sad so many of those are blank but I guess this is why we need the test!21:56
JPEWRP: I just don't know if that makes sense for the QA test to do that, and it was kinda easier to explain it with a patch (maybe RFC is the wrong tag)21:57
JPEWI mean, it fixed my problem, but that doesn't mean it's "correct" :)21:57
RPJPEW: fair enough. I suspect is probably is the right thing to do even if the package data "format" isn't great21:58
RPJPEW: btw, I'm really worried about the spdx dependency problem now. It blew up in testing and I don't know how to make everything work :(21:58
JPEWYa, I was trying to think about how to fix that21:58
JPEWRP: I guess I'm missing why excluding do_create_spdx from abisaferecipes affects the allarch signatures22:01
RPJPEW: some of the recipes in this list are machine specific22:03
RPJPEW: we have a kind of "guarantee" that when they change, they don't change ABI and therefore other things don't need to rebuild/change22:04
RPthe linkage suddenly makes the allarch thing machine specific for the spdx task22:05
RPat least as I understood the failure anyway22:06
JPEWRP: K, I'm trying to run the test locally to dig deeper22:06
RPJPEW: you can probably simplify the test down to a simpler target which uses useradd22:07
*** Saur_Home <Saur_Home!~Saur_Home@94-137-113-31.customers.ownit.se> has quit IRC (Quit: Client closed)22:08
*** Saur_Home <Saur_Home!~Saur_Home@94-137-113-31.customers.ownit.se> has joined #yocto22:08
*** alessioigor <alessioigor!~alessioig@185.178.95.240> has quit IRC (Quit: alessioigor)22:09
RPJPEW: put another way, the abisafe code allows allarch recipes to depend on machine specific ones22:10
*** dvergatal <dvergatal!~dvergatal@185.53.145.32> has quit IRC (Ping timeout: 252 seconds)22:20
*** dvergatal <dvergatal!~dvergatal@public-gprs409735.centertel.pl> has joined #yocto22:22
pidgeRP: It's not that they're blank, it's that sato/qemu takes a bit to get things up and rendered and before that happens the screenshot is taken. I've a utility test to take the screen shot and the first time around only a few of them had anything. big old sleep hammer made the rest show up. So the thing I think I need to figure out next is: How to ensure that sato is up, running, icons loaded and rendered before I take the screenshot.22:30
dvergatalOE_EXTRA_IMPORTS is no longer supported from local.conf in nanbield?22:44
JPEWdvergatal: Ya, use addpylib instead22:44
dvergatalJPEW: thx22:45
*** wicki <wicki!~wicki@user/wicki> has quit IRC (Quit: Leaving)22:56
JPEWRP: Ok, I got the selftest to reproduce, so that's a start. I'll try to suss out whats going on here and what we can do about it22:57
dvergatalJPEW: it's building now :D22:58
*** wicki <wicki!~wicki@user/wicki> has joined #yocto22:58
*** wicki <wicki!~wicki@user/wicki> has quit IRC (Quit: The Lounge - https://thelounge.chat)23:00
dvergatalRP: I will test it on nanbield now because i saw there are so many changes that i think that just this 3 commits won't be enough in case of kirkstone23:00
*** wicki <wicki!~wicki@user/wicki> has joined #yocto23:00
*** wicki <wicki!~wicki@user/wicki> has quit IRC (Client Quit)23:01
*** wicki <wicki!~wicki@user/wicki> has joined #yocto23:01
*** dvergatal <dvergatal!~dvergatal@public-gprs409735.centertel.pl> has quit IRC (Ping timeout: 264 seconds)23:08
*** dvergatal <dvergatal!~dvergatal@185.53.145.32> has joined #yocto23:10
RPpidge: have a look at dbus-wait as I'm fairly sure a dbus event is send by the desktop23:15
*** mvlad <mvlad!~mvlad@2a02:2f05:8406:100:4b3a:c7a9:d656:308e> has quit IRC (Remote host closed the connection)23:24
*** prabhakarlad <prabhakarlad!~prabhakar@217.163.141.2> has quit IRC (Quit: Client closed)23:35
JPEWRP: I have an idea. It's mad scientist levels of BS... but it just might work. I need to really chew it over though to make sure it's going to work23:42
* JPEW orders a whiteboard for his office23:42
JPEWMaybe I'll post an RFC tomorrow if I'm not to ashamed of it :)23:44
RPJPEW: I'm curious :)23:48

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!