* [PATCH] isar-bootstrap: Add gnupg also when using BASE_REPO_KEY
@ 2019-09-25 12:39 Jan Kiszka
2019-09-26 14:27 ` Baurzhan Ismagulov
0 siblings, 1 reply; 2+ messages in thread
From: Jan Kiszka @ 2019-09-25 12:39 UTC (permalink / raw)
To: isar-users
From: Jan Kiszka <jan.kiszka@siemens.com>
When building for or from a signed base-apt, we also need gnupg in the
chroot environments.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
meta/recipes-core/isar-bootstrap/isar-bootstrap.inc | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-core/isar-bootstrap/isar-bootstrap.inc b/meta/recipes-core/isar-bootstrap/isar-bootstrap.inc
index 215c41b..3cf784d 100644
--- a/meta/recipes-core/isar-bootstrap/isar-bootstrap.inc
+++ b/meta/recipes-core/isar-bootstrap/isar-bootstrap.inc
@@ -169,6 +169,7 @@ def get_distro_needs_https_support(d, is_host=False):
def get_distro_needs_gpg_support(d):
apt_keys = d.getVar("DISTRO_BOOTSTRAP_KEYS") or ""
apt_keys += " " + (d.getVar("THIRD_PARTY_APT_KEYS") or "")
+ apt_keys += " " + (d.getVar("BASE_REPO_KEY") or "")
if apt_keys != " ":
return "gnupg"
return ""
--
2.16.4
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] isar-bootstrap: Add gnupg also when using BASE_REPO_KEY
2019-09-25 12:39 [PATCH] isar-bootstrap: Add gnupg also when using BASE_REPO_KEY Jan Kiszka
@ 2019-09-26 14:27 ` Baurzhan Ismagulov
0 siblings, 0 replies; 2+ messages in thread
From: Baurzhan Ismagulov @ 2019-09-26 14:27 UTC (permalink / raw)
To: isar-users
On Wed, Sep 25, 2019 at 02:39:22PM +0200, Jan Kiszka wrote:
> When building for or from a signed base-apt, we also need gnupg in the
> chroot environments.
Applied to next, thanks.
With kind regards,
Baurzhan.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-09-26 14:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-25 12:39 [PATCH] isar-bootstrap: Add gnupg also when using BASE_REPO_KEY Jan Kiszka
2019-09-26 14:27 ` Baurzhan Ismagulov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox