| 13 Feb 2026 |
| Sophia joined the room. | 16:25:07 |
| 15 Feb 2026 |
| matthewcroughan changed their display name from matthewcroughan @fosdem to matthewcroughan. | 17:35:08 |
| 16 Feb 2026 |
| pneumatic changed their profile picture. | 15:17:49 |
| 19 Feb 2026 |
| Jonathan Fishbein joined the room. | 21:23:16 |
Jonathan Fishbein | Im getting missing LFS objects when trying to add calyxos to as a flavor | 21:24:06 |
Jonathan Fishbein | * | 21:24:21 |
| 22 Feb 2026 |
| Cedar joined the room. | 02:54:30 |
| problems changed their profile picture. | 22:32:19 |
| 1 Mar 2026 |
| @angryant:envs.net removed their profile picture. | 04:22:19 |
| @angryant:envs.net removed their display name AngryAnt. | 04:22:53 |
| @angryant:envs.net left the room. | 04:23:18 |
| @infinity:envs.net removed their profile picture. | 15:19:26 |
| @infinity:envs.net removed their display name Infinity. | 15:20:44 |
| @infinity:envs.net left the room. | 15:20:49 |
| @osslate:envs.net removed their profile picture. | 20:19:24 |
| @osslate:envs.net left the room. | 20:19:25 |
| 2 Mar 2026 |
| Maren Horner joined the room. | 20:37:42 |
| 3 Mar 2026 |
| brittonr joined the room. | 22:48:35 |
| 5 Mar 2026 |
autra | Hi! when trying to sign my build with my keys, I have the following error:
Device AVB key in ./keys has wrong size (2048 bits), but 4096 bits were expected.
Either rotate your AVB signing key, or set `signing.avb.size = 2048;`.
How can I do that? (my flavor is Lineage OS)
| 14:39:26 |
pentane | you set the config option as described in the error message | 14:40:50 |
pentane | signing.avb.size = 2048; | 14:41:12 |
autra | yeah, that'd be the simplest (and what I'll probably do right now), but what if I want to increase the size in the future? | 14:53:22 |
autra | what will work is probably to generate new keys and use the los migration script right? | 14:53:43 |
pentane | Yep, exactly | 14:53:50 |
autra | ok! Just wanted to check if my intuition was correct :-) | 14:54:05 |
pentane | you'll have to manually patch the LOS migration script to work with your new keys tho, since they're hardcoded | 14:54:21 |
pentane | Oh and if you haven't locked your bootloader and if you're on stateVersion = 1, it'll suffice to delete and regenerate avb.pem and avb_pkmd.bin | 14:55:43 |
pentane | (The LOS key migration script is only needed for APK keys) | 14:56:33 |
autra | oh! And then no need to migrate anything? | 15:11:31 |
autra | Yes I've done that initially when I migrated from the official LOS build to my own build | 15:11:32 |