Hi guys,
I wanted to add additional repositories at the beginning of the build (e.g for installing docker-ce) and I tried to add it to the "DISTRO_APT_KEYS" variable.
But doing that way debootstrap doesn't seem to work anymore:
| I: Retrieving InRelease
| I: Retrieving Release
| I: Retrieving Release.gpg
| I: Checking Release signature
| E: Release signed by unknown key (key id EF0F382A1A7B6500)
| WARNING: exit code 1 from a shell command.
I think the default gpg keyring gets overwritten.
Do you have any proposals or clean solutions for this?
For now I implemented a little hack to get things to work.
Maybe we need a functionality in Isar which works like a hook based mechanism, so we can add those
to the initial build step when
bootstrapping the rootfs.
isar-bootstrap-host.bbappend & isar-bootstrap-target.bbappend: