IRC log for #oe on 20210317

00:15.37*** join/#oe B0ned1ger (~B0ned1ger@78-63-48-72.static.zebra.lt)
02:56.50*** join/#oe sakoman (~steve@72.173.249.164)
03:29.45*** join/#oe paulbarker (sid269702@gateway/web/irccloud.com/x-enhyxqmlgvtymjaw)
04:27.53*** join/#oe armpit (~armpit@2601:202:4180:a5c0:25c8:44cd:2453:cf2a)
06:22.17*** join/#oe davidlt (~davidlt@78-63-27-146.static.zebra.lt)
06:24.44*** join/#oe AndersD (~AndersD@h83-209-96-136.cust.a3fiber.se)
06:27.23*** join/#oe AndersD_ (~AndersD@h-17-226.A137.corp.bahnhof.se)
06:34.33*** join/#oe B0ned1ger (~B0ned1ger@82-135-139-249.static.zebra.lt)
06:51.02*** join/#oe rob_w (~rob@unaffiliated/rob-w/x-1112029)
07:29.13*** join/#oe moldorcoder7 (~moldorcod@206.166.251.59)
07:36.12*** join/#oe frsc (~frsc@i59F72043.versanet.de)
07:53.03*** join/#oe noresult (~noresult@unaffiliated/noresult)
07:53.13*** join/#oe mckoan_ (~marco@unaffiliated/mckoan)
07:53.27mckoan_good morning
07:54.53*** join/#oe mckoan_ (~marco@unaffiliated/mckoan)
07:55.40*** join/#oe florian_kc (~florian_k@Maemo/community/contributor/florian)
08:05.32*** join/#oe caiortp (~caiortp@92-108-245-63.cable.dynamic.v4.ziggo.nl)
08:07.06*** join/#oe sstiller (~sstiller@p200300f07f121d00044444c1f74b03fb.dip0.t-ipconnect.de)
08:29.24*** join/#oe LetoThe2nd (uid453638@gateway/web/irccloud.com/x-rwztvrrdsnxovcja)
08:32.29*** join/#oe ao2 (~ao2@host-82-55-141-84.retail.telecomitalia.it)
08:36.56*** join/#oe yann (~yann@88.120.44.86)
09:00.57*** join/#oe tnovotny (~tnovotny@ip-78-45-64-220.net.upcbroadband.cz)
09:46.20*** join/#oe tnovotny_ (~tnovotny@ip-78-45-64-220.net.upcbroadband.cz)
10:06.46mortHow do I ensure that a particular toolchain ends up in the SDK?
10:07.18mortThe go cross compiler currently doesn't end up in my SDK builds
10:26.42*** join/#oe Saur4 (5e89711f@94-137-113-31.customers.ownit.se)
10:27.17mortAlso, https://www.yoctoproject.org/docs/2.1/sdk-manual/sdk-manual.html#sdk-building-an-sdk-installer -- That says that the most appropriate way to get static libraries into the SDK is by using IMAGE_INSTALL_append, but won't that add it to the image _and_ to the SDK? What if you want the static library in the SDK but not on the image?
10:34.29*** join/#oe B0ned1ger (~B0ned1ger@82-135-139-249.static.zebra.lt)
10:40.00*** part/#oe tnovotny_ (~tnovotny@ip-78-45-64-220.net.upcbroadband.cz)
10:40.07*** join/#oe tnovotny_ (~tnovotny@ip-78-45-64-220.net.upcbroadband.cz)
10:44.38*** join/#oe dev1990 (~dev@dynamic-78-8-240-165.ssp.dialog.net.pl)
11:24.49*** join/#oe rob_w (~bob@unaffiliated/rob-w/x-1112029)
11:36.30*** join/#oe berton (~user@200-180-244-11.user3p.brasiltelecom.net.br)
11:56.21*** join/#oe caiortp (~caiortp@92-108-245-63.cable.dynamic.v4.ziggo.nl)
12:22.51*** join/#oe tnovotny (~tnovotny@ip-78-45-64-220.net.upcbroadband.cz)
12:28.22*** join/#oe tlwoerner (~tlwoerner@unaffiliated/tlwoerner)
12:55.27*** join/#oe georgem_home (uid210681@gateway/web/irccloud.com/x-idcoblthgaikdjcw)
14:00.09*** join/#oe sakoman (~steve@72.173.249.164)
14:55.07*** join/#oe stephano (~stephano@73.240.0.134)
15:36.50*** join/#oe mattsm (~mattsm@104-181-154-57.lightspeed.austtx.sbcglobal.net)
15:53.44*** join/#oe hpsy (~hpsy@197.37.11.248)
15:55.24zeddiihttps://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#var-TOOLCHAIN_TARGET_TASK
16:03.42mortSo TOOLCHAIN_TARGET_TASK is the "correct" one to use? I've been using it for a static library but I had to ask since the manual recommended IMAGE_INSTALL for this purpose
16:04.14zeddiidon't know. i've never read that manual, but have always used that variable.
16:06.42mortanyways, adding "go" to TOOLCHAIN_TARGET_TASK doesn't do what I want (it adds an aarch64 "go" binary rather than an x86_64 go cross compiler), adding "virtual/aarch64-poky-linux-go", "go-native" or "go-cross" gives me build errors
16:06.57mortfor slightly different reasons
16:08.11mortgo-cross and virtual/aarch64-poky-linux-go are unbuildable according to bitbake, go-native doesn't have a do_package_write_deb
16:08.47zeddiithere's a different variable for host SDK bits. that is for target stuff
16:09.07mortaha
16:09.21mortmakes sense
16:09.50zeddiiyah. this one: https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#var-TOOLCHAIN_HOST_TASK
16:21.45*** join/#oe B0ned1ger2 (~B0ned1ger@78-63-48-72.static.zebra.lt)
16:31.44mortwell, if I put "go" in the TOOLCHAIN_HOST_TASK, it gets a lot further, but then fails because apt-get can't find the package called "go"
16:37.32kergothnoresult: HOST_TASK installs nativesdk or cross-canadian packages, not target or native or cross
16:37.39kergothnoresult: sorry, that was meant for mort
16:37.40kergothmort: ^
16:38.07kergothnativesdk-go or go-cross-canadian would be more likely to do what you want. i don't know much about our go support, though
16:42.09mortgo-cross-canadian exists, but if I add go-cross-canadian to TOOLCHAIN_HOST_TASK, bitbake complains that nothing RPROVIDES go-cross-canadian. nativesdk-go seems to work though
16:42.48mortwell at least it's currently compiling go-crosssdk, we'll see if the do_package and do_populate_sdk stuff fails or not
16:44.30mortI have to say, the documentation isn't the most clear on these issues. The text "TOOLCHAIN_HOST_TASK is usually used to install nativesdk- or -cross-canadian packages" could've saved some time there
16:50.01zeddiiin the version of the yocto mega manual I was checking (master), it literally does say that.
16:51.01kergothworth noting that 'native' and 'cross' recipes aren't packaged at all, so those can never be installed in an image, sdk, or anything else, only to satisfy dependencies
16:51.18kergothnativesdk is basically the sdk version of native, and cross-canadian is basically the sdk version of cross.
16:51.35kergothjust for use on the SDKMACHINE rather than the build host
16:51.52mortzeddii: oh damn, you're right. I jumped to the "Adding Individual Packages to the Standard SDK" link before I read that
16:52.11mortmy bad
18:16.55*** join/#oe ao2 (~ao2@host-82-55-141-84.retail.telecomitalia.it)
18:23.38*** join/#oe B0ned1ger (~B0ned1ger@78-63-48-72.static.zebra.lt)
18:50.05*** join/#oe tlwoerner (~tlwoerner@unaffiliated/tlwoerner)
18:54.11*** join/#oe ao2 (~ao2@host-82-55-141-84.retail.telecomitalia.it)
19:32.16*** join/#oe davidlt (~davidlt@78-63-27-146.static.zebra.lt)
19:41.22*** join/#oe B0ned1ger (~B0ned1ger@78-63-48-72.static.zebra.lt)
20:04.16*** join/#oe sgw (~sgw@2601:642:c400:ecf0:e84a:317d:c341:256c)
20:22.56*** join/#oe sakoman (~steve@72.173.249.164)
21:19.08*** join/#oe sbach (~sbachmatr@192.184.90.156)
21:43.29*** join/#oe B0ned1ger (~B0ned1ger@78-63-48-72.static.zebra.lt)
22:06.07*** join/#oe florian (~florian_k@Maemo/community/contributor/florian)
23:29.08*** join/#oe sakoman (~steve@rrcs-66-91-142-162.west.biz.rr.com)
23:34.01*** join/#oe sakoman (~steve@72.173.249.164)

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