public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH v5 0/5] Fix usage of additional apt keys and repos
@ 2019-03-18 13:31 Andreas J. Reichel
  2019-03-18 13:32 ` [PATCH v5 1/5] Revert "isar-bootstrap: Allow to set local keys in DISTRO_APT_KEYS" Andreas J. Reichel
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Andreas J. Reichel @ 2019-03-18 13:31 UTC (permalink / raw)
  To: isar-users; +Cc: Andreas Reichel

From: Andreas Reichel <andreas.reichel.ext@siemens.com>

Diff to v4:
	* don't remove keyring deployed to target rootfs
	  so that one can do updates later
	* keys are temporarily held in WORKDIR/aptkeys, not
	  TMPDIR/aptkeys
	* variable renamed from APTKEYTMPDIR to APT_KEYS_DIR

Unchanged with reason:
	* function for retreiving override for https is unchanged,
	  since renaming this to one global function
	  "get_distro_overrides" is better done in a separate patch.
	  This patch should concentrate on getting things finally
	  working, before changing too much code that is more or less
	  a beautification.
        * (Other comments on mailing list)
	* HAVE_CUSTOM_APT_KEYS is used in patch 4, but introduced in
	  patch 5, which is okay here, because we check if it exists...

What this series does:
	* Enable/fix possibility of additional apt repos
	* Enable/fix handling of additional apt keys
	* Deduplicate some code

Signed-off-by: Andreas Reichel <andreas.reichel.ext@siemens.com>

Andreas Reichel (5):
  Revert "isar-bootstrap: Allow to set local keys in DISTRO_APT_KEYS"
  Remove duplicate code from apt-keyring generation
  Fix fetched key location in apt-keyring generator
  Use apt-key to generate apt-keyring
  If we use a custom keyring debootstrap may fall to https

 .../conf/multiconfig/qemuamd64-buster.conf    |  1 -
 .../conf/multiconfig/qemuamd64-jessie.conf    |  1 -
 meta/classes/isar-bootstrap-helper.bbclass    |  2 +
 meta/conf/bitbake.conf                        |  1 +
 .../isar-bootstrap/isar-bootstrap.inc         | 62 +++++++++++++------
 5 files changed, 47 insertions(+), 20 deletions(-)

-- 
2.21.0


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2019-03-19 10:18 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-18 13:31 [PATCH v5 0/5] Fix usage of additional apt keys and repos Andreas J. Reichel
2019-03-18 13:32 ` [PATCH v5 1/5] Revert "isar-bootstrap: Allow to set local keys in DISTRO_APT_KEYS" Andreas J. Reichel
2019-03-18 13:32 ` [PATCH v5 2/5] Remove duplicate code from apt-keyring generation Andreas J. Reichel
2019-03-18 13:32 ` [PATCH v5 3/5] Fix fetched key location in apt-keyring generator Andreas J. Reichel
2019-03-18 13:32 ` [PATCH v5 4/5] Use apt-key to generate apt-keyring Andreas J. Reichel
2019-03-18 13:32 ` [PATCH v5 5/5] If we use a custom keyring debootstrap may fall to https Andreas J. Reichel
2019-03-18 13:47 ` [PATCH v5 0/5] Fix usage of additional apt keys and repos Claudius Heine
2019-03-18 15:13 ` Maxim Yu. Osipov
2019-03-19  9:47   ` Andreas Reichel
2019-03-19 10:16   ` Andreas Reichel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox