| *** patersonc is now away: Auto-away | 00:07 | |
| *** khem is now away: Auto-away | 00:07 | |
| *** Ermine is back | 00:09 | |
| *** Ermine is now away: Auto away | 00:10 | |
| *** qschulz <qschulz!~weechat@ns326003.ip-37-187-106.eu> has quit IRC (Remote host closed the connection) | 00:32 | |
| *** Sundeep is back | 00:33 | |
| *** ello_ <ello_!~ello@108-248-121-229.lightspeed.sntcca.sbcglobal.net> has quit IRC (Ping timeout: 244 seconds) | 00:33 | |
| *** ello <ello!~ello@108-248-121-229.lightspeed.sntcca.sbcglobal.net> has quit IRC (Ping timeout: 256 seconds) | 00:33 | |
| *** ello <ello!~ello@108-248-121-229.lightspeed.sntcca.sbcglobal.net> has joined #yocto | 00:35 | |
| *** ello is now away: Auto away at Wed Jul 1 00:35:06 2026 UTC | 00:35 | |
| *** qschulz <qschulz!~weechat@ns326003.ip-37-187-106.eu> has joined #yocto | 00:36 | |
| *** ello_ <ello_!~ello@108-248-121-229.lightspeed.sntcca.sbcglobal.net> has joined #yocto | 00:37 | |
| *** ello_ is now away: Auto away at Wed Jul 1 00:37:14 2026 UTC | 00:37 | |
| *** amit is now away: Auto-away | 00:41 | |
| Crofton_ | anyone have thoughts on this? https://discussion.openembedded.org/t/best-way-to-build-an-spi-image/131 | 00:56 |
|---|---|---|
| *** vmeson <vmeson!~rmacleod@198-48-226-243.cpe.pppoe.ca> has joined #yocto | 01:00 | |
| *** amit is back | 01:13 | |
| *** khem is back | 01:19 | |
| *** khem is now away: Auto-away | 01:28 | |
| *** dkl is back | 01:30 | |
| *** amit is now away: Auto-away | 01:34 | |
| *** tgamblin is back | 01:40 | |
| *** _whitelogger <_whitelogger!~whitelogg@catirclogs.org> has quit IRC (Remote host closed the connection) | 01:42 | |
| *** _whitelogger <_whitelogger!~whitelogg@catirclogs.org> has joined #yocto | 01:44 | |
| *** jclsn <jclsn!~jclsn@149.224.45.237.dynamic-pppoe.dt.ipv4.wtnet.de> has quit IRC (Ping timeout: 252 seconds) | 01:49 | |
| *** jclsn <jclsn!~jclsn@95.81.14.219.dynamic-pppoe.dt.ipv4.wtnet.de> has joined #yocto | 01:51 | |
| *** sgw is back | 02:06 | |
| *** Sundeep is now away: Auto away | 02:10 | |
| *** Sundeep is back | 02:11 | |
| *** nerdboy <nerdboy!~nerdboy@user/nerdboy> has quit IRC (Ping timeout: 272 seconds) | 02:12 | |
| *** wicki0 <wicki0!~wicki@user/wicki> has quit IRC (Ping timeout: 256 seconds) | 02:20 | |
| *** nerdboy <nerdboy!~nerdboy@user/nerdboy> has joined #yocto | 02:25 | |
| *** JPEW is now away: Auto-away | 02:41 | |
| *** nerdboy <nerdboy!~nerdboy@user/nerdboy> has quit IRC (Remote host closed the connection) | 02:42 | |
| *** sgw is now away: I'm not here right now | 02:43 | |
| *** nerdboy <nerdboy!~nerdboy@user/nerdboy> has joined #yocto | 02:44 | |
| *** ptsneves <ptsneves!~Thunderbi@178235027209.wroclaw.vectranet.pl> has quit IRC (Ping timeout: 276 seconds) | 03:01 | |
| *** sakoman is back | 03:04 | |
| *** sakoman is now away: I'm not here right now | 03:09 | |
| *** amit is back | 03:14 | |
| *** tgamblin is now away: Auto-away | 03:21 | |
| *** mathieum2048 is now away: Auto away | 03:26 | |
| *** ptsneves <ptsneves!~Thunderbi@178235027209.wroclaw.vectranet.pl> has joined #yocto | 03:33 | |
| *** ptsneves is now away: I am currently away from the computer. | 03:33 | |
| *** ptsneves is now away: I am currently away from the computer. | 03:33 | |
| *** amit is now away: Auto-away | 03:36 | |
| *** ptsneves <ptsneves!~Thunderbi@178235027209.wroclaw.vectranet.pl> has quit IRC (Ping timeout: 246 seconds) | 03:41 | |
| *** amit is back | 03:55 | |
| *** mathieum2048 is back | 03:57 | |
| *** Ermine is back | 04:02 | |
| *** Ermine is now away: Auto away | 04:02 | |
| *** mathieum2048 is now away: Auto away | 04:14 | |
| *** lihis is back | 04:16 | |
| *** sgw is back | 04:19 | |
| *** Vonter <Vonter!~Vonter@user/vonter> has joined #yocto | 04:24 | |
| *** sgw is now away: I'm not here right now | 04:24 | |
| *** paulg <paulg!~paulg@38.147.253.171> has quit IRC (Quit: Leaving) | 04:29 | |
| walter | For my boards, I have an empty image with no dependencies, which generates the wic for my eMMC, and inside one of the partitions I have a full CPIO archive with the rootfs of the 2nd image, and the link between them is: | 04:31 |
| walter | INITRAMFS_IMAGE = "my-rootfs" | 04:31 |
| walter | do_image_wic[depends] += "${INITRAMFS_IMAGE}:do_image_complete" | 04:31 |
| walter | do_clean[depends] += "${INITRAMFS_IMAGE}:do_clean" | 04:31 |
| walter | the rootfs is `inherit core-image`, and the other one is `inherit image`. | 04:32 |
| walter | it's not exactly what you need. But it's a crazy way to do partition layouts. For the `my-rootfs` image there's no wks, it's just a IMAGE_FSTYPES = "cpio.gz.u-boot" | 04:34 |
| *** khem is back | 04:35 | |
| walter | what I'm trying to say is that you should look into `core-image.bbclass` and others like `baremetal-image.bbclass` | 04:37 |
| *** Xogium <Xogium!~Xogium@LuminaSensum/founder/Xogium> has quit IRC (Remote host closed the connection) | 05:02 | |
| *** Xogium <Xogium!~Xogium@LuminaSensum/founder/Xogium> has joined #yocto | 05:02 | |
| *** Xogium is now away: Auto away | 05:02 | |
| *** Xogium is back | 05:02 | |
| *** mathieum2048 is back | 05:35 | |
| *** RP is back | 05:37 | |
| *** mathieum2048 is now away: Auto away | 05:43 | |
| *** mathieum2048 is back | 05:44 | |
| *** frieder <frieder!~frieder@i59F664E1.versanet.de> has joined #yocto | 05:48 | |
| *** benkard <benkard!~mulk@pd95149f9.dip0.t-ipconnect.de> has joined #yocto | 05:53 | |
| *** benkard is now away: Auto away at Wed Jul 1 05:53:28 2026 UTC | 05:53 | |
| *** benkard is now away: Auto away at Wed Jul 1 05:53:28 2026 UTC | 05:53 | |
| *** mulk <mulk!~mulk@p5b112c49.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 272 seconds) | 05:54 | |
| *** benkard is now known as mulk | 05:54 | |
| *** khem is now away: Auto-away | 05:55 | |
| *** ehussain <ehussain!~Thunderbi@119.155.26.48> has joined #yocto | 05:57 | |
| *** ehussain <ehussain!~Thunderbi@119.155.26.48> has quit IRC (Remote host closed the connection) | 05:57 | |
| *** Emantor is back | 05:59 | |
| *** goliath <goliath!~goliath@user/goliath> has joined #yocto | 06:02 | |
| *** ndec is back | 06:04 | |
| *** khem is back | 06:18 | |
| *** KanjiMonster is back | 06:20 | |
| *** _lore_ is back | 06:37 | |
| *** ndec is now away: Auto-away | 06:42 | |
| *** dkl is now away: Auto away at Wed Jul 1 06:43:31 2026 UTC | 06:43 | |
| *** Danct12 is back | 06:49 | |
| *** wicki06 <wicki06!~wicki@user/wicki> has joined #yocto | 06:57 | |
| *** benjarobin <benjarobin!~benjarobi@user/benjarobin> has joined #yocto | 06:58 | |
| *** rfuentess <rfuentess!~rfuentess@147.161.182.252> has joined #yocto | 07:20 | |
| *** mckoan|away is back | 07:21 | |
| *** mckoan|away is now known as mckoan | 07:21 | |
| *** Articulus <Articulus!~Articulus@2601:642:4f80:f6a:eabf:b8ff:fe0d:4e7c> has quit IRC (Quit: Leaving) | 07:24 | |
| *** neachdainn <neachdainn!~nate@user/neachdainn> has joined #yocto | 07:26 | |
| *** khem is now away: Auto-away | 07:29 | |
| *** dr_kokobas <dr_kokobas!~Thunderbi@user/dr-kokobas:29317> has joined #yocto | 07:32 | |
| *** ndec is back | 07:35 | |
| *** zeemate <zeemate!~chris@2001:16b8:b139:b800:67c:16ff:fe50:8356> has joined #yocto | 07:39 | |
| *** leon-anavi <leon-anavi!~Leon@46.55.231.62> has joined #yocto | 07:51 | |
| *** Ermine is back | 08:02 | |
| *** Ermine is now away: Auto away | 08:02 | |
| *** KanjiMonster is now away: disconnected | 08:07 | |
| *** KanjiMonster is back | 08:07 | |
| *** sarahn is back | 08:09 | |
| *** florian <florian!~florian@port-217-146-132-69.static.as20676.net> has joined #yocto | 08:12 | |
| *** frieder <frieder!~frieder@i59F664E1.versanet.de> has quit IRC (Ping timeout: 268 seconds) | 08:18 | |
| *** aduskett <aduskett!~aduskett@2001:1c00:8183:9900:dfb4:52e9:b83:429b> has joined #yocto | 08:29 | |
| *** frieder <frieder!~frieder@i59F664E1.versanet.de> has joined #yocto | 08:33 | |
| *** sarahn is now away: I'm not here right now | 08:49 | |
| *** mathieum2048 is now away: Auto away | 08:53 | |
| *** dr_kokobas is now away: I am currently away from the computer. | 08:57 | |
| *** patersonc is back | 09:00 | |
| *** khem is back | 09:02 | |
| *** Sundeep is now away: Auto away | 09:02 | |
| *** Sundeep is back | 09:03 | |
| *** KanjiMonster is now away: disconnected | 09:08 | |
| *** KanjiMonster is back | 09:08 | |
| *** sarahn is back | 09:11 | |
| *** dturull <dturull!~dturull@192.176.1.79> has joined #yocto | 09:14 | |
| *** Emantor is now away: Auto away at Wed Jul 1 09:14:55 2026 UTC | 09:14 | |
| *** rburton is back | 09:17 | |
| *** khem is now away: Auto-away | 09:23 | |
| *** dr_kokobas is back | 09:55 | |
| *** dr_kokobas <dr_kokobas!~Thunderbi@user/dr-kokobas:29317> has quit IRC (Quit: dr_kokobas) | 09:55 | |
| *** Xagen <Xagen!~Xagen@99-135-179-142.lightspeed.austtx.sbcglobal.net> has quit IRC (Read error: Connection reset by peer) | 10:05 | |
| *** Xagen <Xagen!~Xagen@99-135-179-142.lightspeed.austtx.sbcglobal.net> has joined #yocto | 10:06 | |
| *** sarahn is now away: I'm not here right now | 10:06 | |
| *** sarahn is back | 10:11 | |
| *** sarahn is now away: I'm not here right now | 10:19 | |
| *** sarahn is back | 10:20 | |
| *** flynn378 is now away: Auto-away | 10:28 | |
| *** madisox_ is back | 10:41 | |
| *** khem is back | 10:42 | |
| *** khem is now away: Auto-away | 10:47 | |
| *** madisox_ is now away: Auto-away | 10:49 | |
| *** flynn378 is back | 10:55 | |
| *** khem is back | 10:58 | |
| *** sarahn is now away: I'm not here right now | 11:03 | |
| *** dturull <dturull!~dturull@192.176.1.79> has quit IRC (Ping timeout: 276 seconds) | 11:03 | |
| *** sarahn is back | 11:10 | |
| *** khem is now away: Auto-away | 11:19 | |
| neachdainn | Anyone know of an existing recipe for putting a Github Runner in an image? The Layer Index didn't bring anything useful up and everything I can find is about using a runner to build the image, not using the image to host the runner. | 11:21 |
| *** dturull <dturull!~dturull@192.176.1.79> has joined #yocto | 11:22 | |
| *** sarahn is now away: I'm not here right now | 11:23 | |
| neachdainn | For context, the version of TensorRT that NVIDIA puts in its Jetpack 6.1 Docker images is incompatible with the TRT version in `meta-tegra`, so it's going to be much simpler to just have a `meta-tegra`-based runner than to try and keep things in sync. | 11:23 |
| *** sarahn is back | 11:33 | |
| *** ablu_ <ablu_!~m-bfyrfh@user/Ablu> has joined #yocto | 11:37 | |
| *** ablu <ablu!~m-bfyrfh@user/Ablu> has quit IRC (Ping timeout: 276 seconds) | 11:37 | |
| *** sarahn is now away: I'm not here right now | 11:38 | |
| *** tgamblin is back | 11:39 | |
| *** ablu_ is now known as ablu | 11:42 | |
| *** Kubu_work <Kubu_work!~kubu@static-css-ccs-204145.business.bouyguestelecom.com> has joined #yocto | 11:53 | |
| *** lihis is now away: I'm away.. | 12:07 | |
| *** NishanthMenon is back | 12:12 | |
| *** freebnc <freebnc!~freebnc@the.logs.are.judging.me.on.eggy.net> has quit IRC (Quit: Get a free BNC at https://bnc.eggy.net) | 12:29 | |
| *** freebnc <freebnc!~freebnc@burnt.toast.low.iq.high.latency.eggy.net> has joined #yocto | 12:29 | |
| *** aduskett <aduskett!~aduskett@2001:1c00:8183:9900:dfb4:52e9:b83:429b> has quit IRC (Remote host closed the connection) | 12:36 | |
| *** aduskett <aduskett!~aduskett@2001:1c00:8183:9900:dfb4:52e9:b83:429b> has joined #yocto | 12:37 | |
| *** benkard <benkard!~mulk@p5b2dc7a4.dip0.t-ipconnect.de> has joined #yocto | 12:48 | |
| *** benkard is now away: Auto away at Wed Jul 1 12:47:57 2026 UTC | 12:48 | |
| *** benkard is now away: Auto away at Wed Jul 1 12:47:57 2026 UTC | 12:48 | |
| *** mulk <mulk!~mulk@pd95149f9.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 264 seconds) | 12:50 | |
| *** jmd <jmd!~user@aftr-82-135-83-161.dynamic.mnet-online.de> has joined #yocto | 12:51 | |
| *** mulk <mulk!~mulk@p5b2dc7c0.dip0.t-ipconnect.de> has joined #yocto | 12:52 | |
| *** mulk is now away: Auto away at Wed Jul 1 12:52:24 2026 UTC | 12:52 | |
| *** mulk is now away: Auto away at Wed Jul 1 12:52:24 2026 UTC | 12:52 | |
| *** benkard <benkard!~mulk@p5b2dc7a4.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 265 seconds) | 12:52 | |
| *** sakoman is back | 12:56 | |
| *** Xagen <Xagen!~Xagen@99-135-179-142.lightspeed.austtx.sbcglobal.net> has quit IRC (Ping timeout: 256 seconds) | 12:58 | |
| *** benkard <benkard!~mulk@p5b2dc625.dip0.t-ipconnect.de> has joined #yocto | 13:01 | |
| *** benkard is now away: Auto away at Wed Jul 1 13:01:21 2026 UTC | 13:01 | |
| *** benkard is now away: Auto away at Wed Jul 1 13:01:21 2026 UTC | 13:01 | |
| *** sarahn is back | 13:02 | |
| *** dkl is back | 13:02 | |
| *** mulk <mulk!~mulk@p5b2dc7c0.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 272 seconds) | 13:02 | |
| *** benkard is now known as mulk | 13:02 | |
| *** sarahn is now away: I'm not here right now | 13:08 | |
| *** sarahn is back | 13:10 | |
| *** sarahn is now away: I'm not here right now | 13:15 | |
| *** phako_ <phako_!~phako_@mskpcx29305.desy.de> has joined #yocto | 13:15 | |
| *** Kubu_work is now away: Je ne suis pas là pour l'instant. | 13:17 | |
| phako_ | hi - with which version of bitbake is auto-upgrade-helper supposed to work? oe.recipeutils.get_recipe_upgrade_status(layer_recipes) seems to return a list of stings and not dicts (for scarthgap) | 13:18 |
| *** khem is back | 13:20 | |
| RP | phako_: master | 13:21 |
| phako_ | meh. thanks | 13:22 |
| rburton | phako_: if you're just doing a few recipes, it is just a wrapper around devtool upgrade | 13:22 |
| phako_ | rburton yeah, it's just ten and I wanted to be lazy | 13:22 |
| *** sakoman is now away: I'm not here right now | 13:23 | |
| *** khem is now away: Auto-away | 13:26 | |
| *** sarahn is back | 13:26 | |
| *** Guest77 <Guest77!~Guest77@212.156.209.203> has joined #yocto | 13:26 | |
| *** frezidok7 <frezidok7!~frezidok@user/frezidok> has joined #yocto | 13:28 | |
| Guest77 | Hi everyone, | 13:29 |
| Guest77 | I have an i.MX board and working on the secure boot. I want to include everything in Yocto and generate a signed image. | 13:29 |
| Guest77 | I thought about writing a recipe for SPSDK but it has around 34 dependencies. That means I would also need to write many other recipes and some of those packages are not even available in the OpenEmbedded Layer Index. | 13:29 |
| Guest77 | How are you handling this? Do you install SPSDK on the host machine with `pip install spsdk` and then call it from the recipe by setting something like `SB_SPSDK_BIN`? But in that case, the build depends on a tool installed on the host, which doesn't seem ideal. I'm curious to know what approach you are using. | 13:29 |
| *** Kubu_work is back | 13:30 | |
| Guest77 | I know that I can also move the signing process entirely outside of Yocto, I think that’s most likely how it’s done in the industry and in product development. The output generated by Yocto is taken and signed externally in a different structure but right now, I have to do it the way I described. | 13:32 |
| *** sarahn is now away: I'm not here right now | 13:33 | |
| mckoan | Guest77: Usually we use an external signing step – especially for production. Yocto generates unsigned artifacts, and a separate signing pipeline (often on a secure signing server or HSM) signs the images. This keeps private keys out of the build system and is generally considered best practice. | 13:35 |
| *** sarahn is back | 13:36 | |
| *** phako_ <phako_!~phako_@mskpcx29305.desy.de> has quit IRC (Quit: Client closed) | 13:37 | |
| Guest77 | mckoan Thanks. I'm trying to learn so can I implement the structure myself? Is there an example related to this? | 13:41 |
| Guest77 | I'm gonna offline for now. If you write anything, I can read it when I get back. I will read it from the chat history. Thanks in advance. | 13:42 |
| *** Guest77 <Guest77!~Guest77@212.156.209.203> has quit IRC (Ping timeout: 245 seconds) | 13:47 | |
| neachdainn | mckoan: I am also actively curious about this | 13:48 |
| *** Xagen <Xagen!~Xagen@syn-067-048-061-106.biz.spectrum.com> has joined #yocto | 13:49 | |
| *** sarahn is now away: I'm not here right now | 13:49 | |
| *** devonian_invader <devonian_invader!~devonian_@66.193.28.125> has joined #yocto | 13:49 | |
| devonian_invader | I'm getting "ParseError in None: Not all recipes parsed, parser thread killed/died? Exiting" but I don't see any error before that | 13:50 |
| devonian_invader | is there any way to force bitbake to parse in the foreground instead of in a separate process? | 13:50 |
| *** Ermine is back | 13:51 | |
| *** KanjiMonster is now away: disconnected | 13:51 | |
| *** KanjiMonster is back | 13:52 | |
| *** ederibaucourt <ederibaucourt!~ederibauc@80-15-101-118.ftth.fr.orangecustomers.net> has quit IRC (Ping timeout: 256 seconds) | 13:52 | |
| *** ederibaucourt <ederibaucourt!~ederibauc@80-15-101-118.ftth.fr.orangecustomers.net> has joined #yocto | 13:54 | |
| *** ederibaucourt is now away: Auto away at Wed Jul 1 13:54:15 2026 UTC | 13:54 | |
| *** khem is back | 13:56 | |
| *** JPEW is back | 13:56 | |
| *** khem is now away: Auto-away | 14:03 | |
| *** alperak is now away: Auto-away | 14:05 | |
| *** silviu <silviu!~silviu@82.78.232.97> has quit IRC (Remote host closed the connection) | 14:06 | |
| rburton | devonian_invader: bitbake-cookerlog probably has the error you are after | 14:06 |
| *** silviu <silviu!~silviu@82.78.232.97> has joined #yocto | 14:07 | |
| devonian_invader | rburton: unfortunately that's not in my bitbake (vendor BSP still on kirkstone) | 14:09 |
| rburton | devonian_invader: bitbake-cookerdaemon.log inside your build tree, pretty sure that's in kirkstone | 14:10 |
| devonian_invader | ah | 14:10 |
| devonian_invader | yeah, that has what I'm looking for | 14:11 |
| *** sakoman is back | 14:25 | |
| *** halstead <halstead!sid505447@ilkley.irccloud.com> has quit IRC (Read error: Connection reset by peer) | 14:26 | |
| *** halstead <halstead!sid505447@id-505447.ilkley.irccloud.com> has joined #yocto | 14:27 | |
| *** denix <denix!sid553794@ilkley.irccloud.com> has quit IRC (Ping timeout: 257 seconds) | 14:27 | |
| *** denix <denix!sid553794@id-553794.ilkley.irccloud.com> has joined #yocto | 14:29 | |
| *** dturull <dturull!~dturull@192.176.1.79> has quit IRC (Quit: dturull) | 14:32 | |
| *** grma <grma!~gruberm@94-24-60-237.static.kufnet.at> has quit IRC (Ping timeout: 248 seconds) | 14:33 | |
| *** goliath <goliath!~goliath@user/goliath> has quit IRC (Quit: SIGSEGV) | 14:35 | |
| *** ndec is now away: Auto-away | 14:37 | |
| *** frgo <frgo!~frgo@p548a3919.dip0.t-ipconnect.de> has quit IRC (Read error: Connection reset by peer) | 14:48 | |
| *** frgo_ <frgo_!~frgo@p548a3919.dip0.t-ipconnect.de> has joined #yocto | 14:48 | |
| *** Kubu_work is now away: Je ne suis pas là pour l'instant. | 14:51 | |
| *** sakoman is now away: I'm not here right now | 14:52 | |
| *** khem is back | 14:55 | |
| *** grma <grma!~gruberm@94-24-60-237.static.kufnet.at> has joined #yocto | 14:57 | |
| *** sarahn is back | 14:57 | |
| *** devonian_invader <devonian_invader!~devonian_@66.193.28.125> has quit IRC (Ping timeout: 245 seconds) | 14:58 | |
| *** aduskett <aduskett!~aduskett@2001:1c00:8183:9900:dfb4:52e9:b83:429b> has quit IRC (Quit: Leaving) | 14:59 | |
| *** khem is now away: Auto-away | 15:04 | |
| *** sarahn is now away: I'm not here right now | 15:05 | |
| *** ndec is back | 15:10 | |
| *** sarahn is back | 15:11 | |
| *** sarahn is now away: I'm not here right now | 15:17 | |
| *** sarahn is back | 15:21 | |
| *** Kubu_work is back | 15:22 | |
| *** Kubu_work is now away: Je ne suis pas là pour l'instant. | 15:31 | |
| *** Kubu_work is back | 15:32 | |
| *** sarahn is now away: I'm not here right now | 15:35 | |
| *** rob_w <rob_w!~rob_w@2001:a61:60b7:e101:8df4:b21:47a7:3d8b> has joined #yocto | 15:37 | |
| *** rob_w <rob_w!~rob_w@2001:a61:60b7:e101:8df4:b21:47a7:3d8b> has quit IRC (Quit: Leaving) | 15:44 | |
| *** Kubu_work is now away: Je ne suis pas là pour l'instant. | 15:44 | |
| *** neachdainn <neachdainn!~nate@user/neachdainn> has quit IRC (Ping timeout: 252 seconds) | 15:52 | |
| *** sarahn is back | 15:52 | |
| *** khem is back | 15:57 | |
| *** Kubu_work is back | 15:58 | |
| *** sarahn is now away: I'm not here right now | 15:59 | |
| *** sarahn is back | 16:00 | |
| *** mathieum2048 is back | 16:02 | |
| *** rfuentess <rfuentess!~rfuentess@147.161.182.252> has quit IRC (Remote host closed the connection) | 16:03 | |
| *** khem is now away: Auto-away | 16:07 | |
| *** alperak <alperak!uid641238@id-641238.ilkley.irccloud.com> has quit IRC (Quit: Connection closed for inactivity) | 16:07 | |
| *** Kubu_work <Kubu_work!~kubu@static-css-ccs-204145.business.bouyguestelecom.com> has quit IRC (Ping timeout: 244 seconds) | 16:10 | |
| *** benjarobin <benjarobin!~benjarobi@user/benjarobin> has quit IRC (Quit: Konversation terminated!) | 16:13 | |
| *** mckoan is now away: mckoan | 16:16 | |
| *** mckoan is now known as mckoan|away | 16:16 | |
| *** prabhakalad <prabhakalad!~prabhakar@97e54365.skybroadband.com> has quit IRC (Ping timeout: 248 seconds) | 16:20 | |
| *** prabhakalad <prabhakalad!~prabhakar@97e54365.skybroadband.com> has joined #yocto | 16:20 | |
| *** prabhakalad <prabhakalad!~prabhakar@97e54365.skybroadband.com> has quit IRC (Client Quit) | 16:21 | |
| *** khem is back | 16:22 | |
| *** khem is now away: Auto-away | 16:30 | |
| *** _lore_ is now away: Auto away at Wed Jul 1 16:36:04 2026 UTC | 16:36 | |
| *** Dracos-Carazza is back | 16:36 | |
| *** nerdboy <nerdboy!~nerdboy@user/nerdboy> has quit IRC (Ping timeout: 245 seconds) | 16:39 | |
| *** mathieum2048 is now away: Auto away | 16:48 | |
| *** nerdboy <nerdboy!~nerdboy@user/nerdboy> has joined #yocto | 16:52 | |
| *** neachdainn <neachdainn!~nate@user/neachdainn> has joined #yocto | 16:52 | |
| *** Ermine is now away: Auto away | 16:58 | |
| *** neachdainn <neachdainn!~nate@user/neachdainn> has quit IRC (Ping timeout: 256 seconds) | 17:03 | |
| *** florian_kc <florian_kc!~florian@dynamic-080-171-098-239.80.171.pool.telefonica.de> has joined #yocto | 17:05 | |
| *** khem is back | 17:08 | |
| *** sgw is back | 17:08 | |
| *** khem is now away: Auto-away | 17:17 | |
| *** ndec is now away: Auto-away | 17:18 | |
| *** khem is back | 17:25 | |
| *** leon-anavi <leon-anavi!~Leon@46.55.231.62> has quit IRC (Quit: Leaving) | 17:27 | |
| *** sgw is now away: I'm not here right now | 17:33 | |
| *** sgw is back | 17:33 | |
| *** khem is now away: Auto-away | 17:35 | |
| *** druppy <druppy!~Thunderbi@user/druppy> has joined #yocto | 17:43 | |
| *** druppy is now away: Jeg er ikke til stede i øjeblikket. | 17:43 | |
| *** druppy is back | 17:43 | |
| *** Emantor is back | 17:43 | |
| *** sgw is now away: I'm not here right now | 17:50 | |
| *** sgw is back | 17:52 | |
| *** sgw is now away: I'm not here right now | 17:57 | |
| *** druppy is now away: Jeg er ikke til stede i øjeblikket. | 18:00 | |
| *** druppy is back | 18:02 | |
| *** awafaa is now away: Auto-away | 18:02 | |
| *** awafaa is back | 18:03 | |
| *** Kubu_work <Kubu_work!~kubu@arennes-358-1-227-139.w2-13.abo.wanadoo.fr> has joined #yocto | 18:08 | |
| *** druppy is now away: Jeg er ikke til stede i øjeblikket. | 18:08 | |
| *** Kubu_work <Kubu_work!~kubu@arennes-358-1-227-139.w2-13.abo.wanadoo.fr> has quit IRC (Client Quit) | 18:08 | |
| *** khem is back | 18:09 | |
| *** druppy <druppy!~Thunderbi@user/druppy> has quit IRC (Quit: druppy) | 18:11 | |
| *** druppy <druppy!~Thunderbi@user/druppy> has joined #yocto | 18:11 | |
| *** druppy is now away: Jeg er ikke til stede i øjeblikket. | 18:11 | |
| *** druppy <druppy!~Thunderbi@user/druppy> has quit IRC (Ping timeout: 245 seconds) | 18:15 | |
| *** khem is now away: Auto-away | 18:18 | |
| *** zeddii <zeddii!~zeddii@pool-174-112-62-108.cpe.net.cable.rogers.com> has quit IRC (Ping timeout: 246 seconds) | 18:18 | |
| *** Emantor is now away: Auto away at Wed Jul 1 18:30:40 2026 UTC | 18:30 | |
| *** Ermine is back | 18:35 | |
| *** Ermine is now away: Auto away | 18:38 | |
| *** Ermine is back | 18:39 | |
| *** Ermine is now away: Auto away | 18:45 | |
| *** Ermine is back | 18:49 | |
| *** Ermine is now away: Auto away | 18:51 | |
| *** halstead is now away: Auto-away | 18:53 | |
| *** khem is back | 18:55 | |
| *** Ermine is back | 18:59 | |
| *** Ermine <Ermine!~Ermine@user/santurysim> has quit IRC (Remote host closed the connection) | 18:59 | |
| *** Ermine <Ermine!~Ermine@user/santurysim> has joined #yocto | 18:59 | |
| *** Ermine is now away: Auto away | 18:59 | |
| *** Ermine is back | 19:02 | |
| *** Ermine is now away: Auto away | 19:03 | |
| *** Ermine is back | 19:04 | |
| *** khem is now away: Auto-away | 19:04 | |
| *** Ermine is now away: Auto away | 19:05 | |
| *** nerdboy <nerdboy!~nerdboy@user/nerdboy> has quit IRC (Ping timeout: 265 seconds) | 19:05 | |
| *** Ermine is back | 19:11 | |
| *** Ermine is now away: Auto away | 19:12 | |
| *** dgx55 <dgx55!~kaitsh@user/kaitsh> has quit IRC (Quit: Ping timeout (120 seconds)) | 19:13 | |
| *** dgx55 <dgx55!~kaitsh@user/kaitsh> has joined #yocto | 19:13 | |
| *** dwoods <dwoods!~dwoods@162-230-125-133.lightspeed.nworla.sbcglobal.net> has joined #yocto | 19:15 | |
| *** dwoods <dwoods!~dwoods@162-230-125-133.lightspeed.nworla.sbcglobal.net> has quit IRC (Client Quit) | 19:17 | |
| *** nerdboy <nerdboy!~nerdboy@user/nerdboy> has joined #yocto | 19:17 | |
| *** Ermine is back | 19:22 | |
| *** Danct12 is now away: Auto away at Wed Jul 1 19:22:53 2026 UTC | 19:22 | |
| *** halstead is back | 19:25 | |
| *** khem is back | 19:27 | |
| *** druppy <druppy!~Thunderbi@user/druppy> has joined #yocto | 19:32 | |
| *** druppy is now away: Jeg er ikke til stede i øjeblikket. | 19:32 | |
| *** druppy is back | 19:33 | |
| *** khem is now away: Auto-away | 19:36 | |
| *** druppy is now away: Jeg er ikke til stede i øjeblikket. | 19:39 | |
| *** prabhakalad <prabhakalad!~prabhakar@97e54365.skybroadband.com> has joined #yocto | 19:42 | |
| *** halstead is now away: Auto-away | 19:48 | |
| *** halstead is back | 19:58 | |
| *** goliath <goliath!~goliath@user/goliath> has joined #yocto | 20:10 | |
| *** khem is back | 20:11 | |
| *** halstead is now away: Auto-away | 20:11 | |
| *** khem is now away: Auto-away | 20:20 | |
| *** jmd <jmd!~user@aftr-82-135-83-161.dynamic.mnet-online.de> has quit IRC (Remote host closed the connection) | 20:30 | |
| *** Oxbef <Oxbef!~Oxbef@198.169.8.13> has joined #yocto | 20:34 | |
| *** frieder <frieder!~frieder@i59F664E1.versanet.de> has quit IRC (Remote host closed the connection) | 20:35 | |
| Oxbef | Hello all, | 20:38 |
| Oxbef | I maintain a custom Yocto-based distribution for my company's hardware products. I have a set of layers I've defined which reference my company's internal repos for source. I'm in a position now where I need to be able to deliver the build setup (layers + source) to a customer. I'm wondering if there are some general guidelines on how this is done. | 20:38 |
| Oxbef | Essentially what I am aiming for is a similar model to something like NXP, only the difference here is that my company's source code is not available for public mirroring and we don't have the ability to setup private mirrors to the customer. Is my best option to just tar up content in my downloads directory? | 20:38 |
| *** amit is now away: Auto-away | 20:46 | |
| *** flynn378 is now away: Auto-away | 20:49 | |
| *** sakoman is back | 20:49 | |
| *** KanjiMonster is now away: disconnected | 20:57 | |
| *** patersonc is now away: Auto-away | 21:17 | |
| *** khem is back | 21:28 | |
| RP | Oxbef: or just provide the non public portions of the downloads directory, yes | 21:28 |
| Oxbef | RP: Thanks for the response. That's what I figured and have something somewhat put together, just thought I'd see if there was already some established pattern | 21:29 |
| *** sakoman is now away: I'm not here right now | 21:34 | |
| RP | Oxbef: you can declare a directory as a source PREMIRROR too as another way to do it | 21:36 |
| *** khem is now away: Auto-away | 21:37 | |
| Oxbef | RP: I assume the contents of that directory would need to be the git clones if my layers are specifying git SRC_URI's, right? | 21:40 |
| Oxbef | Essentially the same as what's in downloads, just not in the same directory | 21:41 |
| RP | Oxbef: same as DL_DIR should work, or there is a mirror tarball option | 21:41 |
| RP | See BB_GENERATE_MIRROR_TARBALLS | 21:41 |
| Oxbef | RP: Appreciate the help, thank you | 21:43 |
| *** Ermine is now away: Auto away | 21:52 | |
| *** Xagen <Xagen!~Xagen@syn-067-048-061-106.biz.spectrum.com> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…) | 21:52 | |
| *** Ermine is back | 21:58 | |
| *** Ermine is now away: Auto away | 21:59 | |
| *** florian_kc <florian_kc!~florian@dynamic-080-171-098-239.80.171.pool.telefonica.de> has quit IRC (Ping timeout: 264 seconds) | 22:00 | |
| *** paulbarker is now away: Auto-away | 22:06 | |
| *** Oxbef <Oxbef!~Oxbef@198.169.8.13> has quit IRC (Quit: Client closed) | 22:13 | |
| *** goliath <goliath!~goliath@user/goliath> has quit IRC (Quit: SIGSEGV) | 22:29 | |
| *** sgw is back | 22:31 | |
| *** druppy <druppy!~Thunderbi@user/druppy> has quit IRC (Ping timeout: 256 seconds) | 22:32 | |
| *** flynn378 is back | 22:32 | |
| *** sgw is now away: I'm not here right now | 22:39 | |
| *** Xagen <Xagen!~Xagen@99-135-179-142.lightspeed.austtx.sbcglobal.net> has joined #yocto | 22:44 | |
| *** mathieum2048 is back | 22:46 | |
| *** dkl is now away: Auto away at Wed Jul 1 22:46:54 2026 UTC | 22:46 | |
| *** florian_kc <florian_kc!~florian@dynamic-080-171-098-239.80.171.pool.telefonica.de> has joined #yocto | 22:51 | |
| *** denix is now away: Auto-away | 22:54 | |
| *** RP is now away: Auto away at Wed Jul 1 23:00:44 2026 UTC | 23:00 | |
| *** flynn378 is now away: Auto-away | 23:00 | |
| *** florian_kc <florian_kc!~florian@dynamic-080-171-098-239.80.171.pool.telefonica.de> has quit IRC (Ping timeout: 262 seconds) | 23:00 | |
| *** lukma <lukma!~lukma@095160158229.dynamic-2-waw-k-4-2-0.vectranet.pl> has quit IRC (Ping timeout: 246 seconds) | 23:02 | |
| *** khem is back | 23:03 | |
| *** lukma <lukma!~lukma@095160158229.dynamic-2-waw-k-4-2-0.vectranet.pl> has joined #yocto | 23:04 | |
| *** mathieum2048 is now away: Auto away | 23:09 | |
| *** Fr4nk <Fr4nk!~mrfr4nk@user/mrfr4nk> has quit IRC (Read error: Connection reset by peer) | 23:11 | |
| *** khem is now away: Auto-away | 23:12 | |
| *** Fr4nk <Fr4nk!~mrfr4nk@user/mrfr4nk> has joined #yocto | 23:15 | |
| *** amit is back | 23:16 | |
| *** zeemate <zeemate!~chris@2001:16b8:b139:b800:67c:16ff:fe50:8356> has quit IRC (Ping timeout: 252 seconds) | 23:20 | |
| *** amit is now away: Auto-away | 23:22 | |
| *** amit is back | 23:27 | |
| *** khem is back | 23:30 | |
| *** khem is now away: Auto-away | 23:40 | |
| *** sgw is back | 23:48 | |
| *** khem is back | 23:48 | |
| *** amit is now away: Auto-away | 23:48 | |
| *** RP is back | 23:55 | |
| *** RP is now away: Auto away at Wed Jul 1 23:57:08 2026 UTC | 23:57 | |
| *** khem is now away: Auto-away | 23:57 | |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!