IRC log for #oe on 20210120

00:44.49*** join/#oe yann (~yann@88.120.44.86)
01:06.39*** join/#oe infobot (ibot@96-86-209-99-static.hfc.comcastbusiness.net)
01:06.39*** topic/#oe is OpenEmbedded Developer Lounge | Web: http://openembedded.org | Repositories: http://git.openembedded.org/ | Primary Repo Mirrors: https://github.com/openembedded | This is not a distro or machine support channel
03:07.01*** join/#oe nerdboy (~sarnold@gentoo/developer/nerdboy)
04:09.31*** join/#oe davidlt (~davidlt@78-63-27-146.static.zebra.lt)
06:31.03*** join/#oe AndersD (~AndersD@h83-209-96-136.cust.a3fiber.se)
06:39.48*** join/#oe B0ned1ger (~B0ned1ger@82-135-139-249.static.zebra.lt)
07:01.11*** join/#oe eFfeM (~fmeulenbr@a97014.upc-a.chello.nl)
07:35.40*** join/#oe rob_w (~rob@unaffiliated/rob-w/x-1112029)
07:50.09*** join/#oe LetoThe2nd (uid453638@gateway/web/irccloud.com/x-neklxmphnjjqnyok)
07:52.55*** join/#oe frsc (~frsc@mue-88-130-78-203.dsl.tropolys.de)
08:05.20*** join/#oe cpriouzeau (~cpriouzea@165.225.94.93)
08:11.28*** join/#oe leon-anavi (~Leon@78.130.197.211)
08:29.32*** join/#oe dev1990 (~dev@dynamic-78-8-99-115.ssp.dialog.net.pl)
08:32.22*** join/#oe ao2 (~ao2@host-82-53-83-167.retail.telecomitalia.it)
08:46.42*** join/#oe infobot (ibot@96-86-209-99-static.hfc.comcastbusiness.net)
08:46.42*** topic/#oe is OpenEmbedded Developer Lounge | Web: http://openembedded.org | Repositories: http://git.openembedded.org/ | Primary Repo Mirrors: https://github.com/openembedded | This is not a distro or machine support channel
09:08.54*** join/#oe florian (~florian_k@Maemo/community/contributor/florian)
09:19.10*** join/#oe tprrt (~tprrt@shells.bootlin.com)
09:20.08tprestonmarex: maybe, I'm building poco from meta-openembedded + poky (dunfell) to see if it works there
09:20.20tprestonIf the rm is missing, then it's missing from the upstream poco_1.10.1.bb recipe
10:43.11*** join/#oe mort (~loungeuse@snow/mort96)
10:44.26morthey, so I have two kernel recipes: linux-linaro-qcomlt_20.07.bb and linux-linaro-qcomlt_17.06.bb. PREFERRED_VERSION_linux-linaro-qcomlt is set to 20.07, so it should, to my knowledge, be as if the 17.06 version isn't there.
10:44.51mortThe 20.07 version is also the version being built by bitbake, and errors are reported as errors with linux-linaro-qcomlt_20.07
10:45.38morthowever, in the 20.07.bb file I have `LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"`, while in the 17.06 version I have `LIC_FILES_CHKSUM = "file://COPYIN
10:45.38mortG;md5=d7810fab7487fb0aad327b76f1be7cd7"`
10:45.49mortand bitbake is showing this error: linux-linaro-qcomlt-20.07-r0 do_populate_lic: QA Issue: linux-linaro-qcomlt: The LIC_FILES_CHKSUM does not match for file://COPYIN
10:45.49mortG;md5=d7810fab7487fb0aad327b76f1be7cd7
10:46.19mortsorry for the newlines
10:46.35mortanyways, it seems like bitbake is for some reason reading the wrong LIC_FILES_CHKSUM?
10:57.33mortseems like it isn't using the wrong file even, it just didn't pick up on a changed LIC_FILES_CHKSUM
11:10.59mortah, it's being overwritten by a require. Sorry.
11:18.22*** join/#oe RobertBerger (~rber@ppp-2-86-143-170.home.otenet.gr)
11:36.55*** join/#oe creich (~creich@p200300f6af24e910000000000000039b.dip0.t-ipconnect.de)
12:14.17*** join/#oe berton (~berton@200-180-244-11.user3p.brasiltelecom.net.br)
12:39.25*** join/#oe tgoodwin (~tgoodwin@static-96-234-151-198.bltmmd.fios.verizon.net)
13:14.02*** join/#oe frsc (~frsc@mue-88-130-78-203.dsl.tropolys.de)
13:45.49tprestonmarex: so in an upstream build (gatesgarth), I see the file
13:45.51tprestontmp/work/core2-64-poky-linux/poco/1.10.1-r0/packages-split/poco-dev/usr/lib/cmake/Poco/PocoCryptoTargets.cmake
13:46.14tprestonBut I don't see that in my build - where the cmake file has made it into the final image
13:46.42tprestonSo figuring out how to get the poco recipe to do the packages-split is my next step
14:03.50*** join/#oe sakoman (~steve@99.197.43.150)
14:11.06*** join/#oe sakoman (~steve@99.197.43.150)
14:31.35*** join/#oe sakoman (~steve@99.197.43.150)
14:45.05*** join/#oe leon-anavi (~Leon@78.130.197.211)
15:39.52*** join/#oe B0ned1ger (~B0ned1ger@82-135-139-249.static.zebra.lt)
16:07.08tprestonblerg, in the end I just removed the cmake dir with a do_install_append. Not sure why I have to do this in poky Krogoth
16:07.10tpreston+do_install_append () {
16:07.10tpreston+    rm -r ${D}${libdir}/cmake
16:07.10tpreston+}
16:11.37smurraytpreston: might be that the cmake.bbclass in krogroth doesn't add ${libdir}/cmake to FILES_${PN}-dev
16:15.59mrufriends don't let friends use cmake
16:39.49*** join/#oe sakoman (~steve@99.197.43.150)
16:46.32*** join/#oe moldorcoder7 (~moldorcod@206.166.251.59)
17:12.17tprestonmru: aww <3 friends
17:13.57tprestonsmurray: ahh that sounds about right. although it's not in upstream poky either https://github.com/kraj/poky/blob/master/meta/classes/cmake.bbclass
17:14.38tprestonI tried adding `FILES_${PN}-dev = "${libdir}/cmake"`, to my recipe, but it still failed
17:14.42tprestonis that the correct syntax?
17:15.39smurraytpreston: it'd need to be +=, I believe, as there is a default definition you'd be adding to
17:18.06smurraytpreston: it does seem not to be added by default, I see some other recipes in master that explicitly add it themselves
17:23.07tprestonYet it works out of the box for 1.10.1 in gatesgarth https://github.com/openembedded/meta-openembedded/blob/master/meta-oe/recipes-support/poco/poco_1.10.1.bb
17:23.09tprestonstrange!
18:19.40smurraytpreston: I was actually right with my first guess, see the default FILES_${PN}-dev definition meta/conf/bitbake.conf, ${libdir}/cmake was added to it in thud AFAICT
18:20.12smurrayerr, see the definition in meta/conf/bitbake.conf
18:20.28smurraymissed it on my grep somehow
18:25.12*** join/#oe eFfeM (~fmeulenbr@a97014.upc-a.chello.nl)
18:28.18*** join/#oe nerdboy (~sarnold@gentoo/developer/nerdboy)
18:50.00*** join/#oe creich (~creich@p200300f6af24e910000000000000039b.dip0.t-ipconnect.de)
20:22.45*** join/#oe yegorich (~yegorich@mail.visionsystems.de)
20:39.36*** join/#oe yegorich1 (~yegorich@mail.visionsystems.de)
20:43.04*** join/#oe ao2 (~ao2@host-82-53-83-167.retail.telecomitalia.it)
20:45.53*** join/#oe florian (~florian_k@Maemo/community/contributor/florian)
20:46.14*** join/#oe dqx (~dqx@unaffiliated/dqx)
20:59.36*** join/#oe Net147 (~Net147@unaffiliated/net147)
21:30.44*** join/#oe tgoodwin (~tgoodwin@static-96-234-151-198.bltmmd.fios.verizon.net)
21:31.46*** join/#oe florian (~florian_k@Maemo/community/contributor/florian)
21:39.57*** join/#oe B0ned1ger2 (~B0ned1ger@82-135-139-249.static.zebra.lt)
23:12.51*** join/#oe yegorich2 (~yegorich@mail.visionsystems.de)
23:15.31*** join/#oe Emantor (~Emantor@magratgarlick.emantor.de)
23:16.10*** join/#oe dev1990 (~dev@dynamic-78-8-99-115.ssp.dialog.net.pl)
23:38.12kergoththere we go, https://github.com/kergoth/simplesub/blob/master/simplesub single file reimplementation of sub for easier usage, just name it whatever, and it wraps the commands, usable with or without init, with or without the libexec dir. now to see if it works with bb too

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.