From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6683827867816558592 X-Received: by 2002:a1c:a907:: with SMTP id s7mr3880515wme.153.1556199944412; Thu, 25 Apr 2019 06:45:44 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a1c:678a:: with SMTP id b132ls2937050wmc.0.gmail; Thu, 25 Apr 2019 06:45:44 -0700 (PDT) X-Google-Smtp-Source: APXvYqxJHXI+MwIwXttsAHDbIq41RUwTMQiYkeNjsxG94xfOACf9QZ9mrAGBj1fSh2BMVQZC0BJN X-Received: by 2002:a1c:b646:: with SMTP id g67mr3642096wmf.125.1556199943953; Thu, 25 Apr 2019 06:45:43 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1556199943; cv=none; d=google.com; s=arc-20160816; b=mtKagH6FZjcD/1gkkh6+kloZPunOvsGeOythmQn9uc5VksYCHAt4JZoVAFgROlkFmh oGc/HABSX+lz0sfzXUjU7sYIdQNK1U/DRa9NbSXBnvY1wIVLSzL8mKlhHApLQqIksyiz 2Mbky1uwq1hRKQEzP/Po/76NpJM7Bas9R+wAhf1SstgHskn33mu9dcIILP1EgmlqhsXU Fqo9Zyqyr5jclr02ez2JyeW1KUBox2AUM4iOicyLwWl1fxrZ/3Qv2FeJqThpjeY02d3f 8AkgNzaOg/048GyrfoaS6rSGI7bd+m5iBRQFtHzTjbpqw8rU5E2g3EJpf2YfGdPYKBRo ykYA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from; bh=x9TggNyh47H3VTs5AW7RX4jNGFzroJL97vYqb2mfczM=; b=ndP6/X9t3JXb7B8d96OQDwP6+VBRzLgAUviePJojgEa6Jr0pvkHTNcLpi6diyvyScZ 1i6oO7suolzuoNndZ7rWxGcFdvmMq5nTxGIiM9PaDaOD/tc9GRYHNOlbLLzY7KYpYjtW tk/glPowv7OykuoSgq8MZb7nZrK9IQ1PneaqB5bkvnQVf+dNU7eNY+hLZcJDS+LMDrO5 6OlZSFxHjwJIvpOZqhka9GKg/yRqeFff1wSD3G7izn/neS22gHOMmPOUNe69AAIBXFEi gxO11YkW4g+Y8+DQTsPWt+G965qHx7/3kTeo9ZOy+xoV24mYRZwR7cS04Bimh0QTF+Wq /QCg== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of claudius.heine.ext@siemens.com designates 192.35.17.28 as permitted sender) smtp.mailfrom=claudius.heine.ext@siemens.com Return-Path: Received: from goliath.siemens.de (goliath.siemens.de. [192.35.17.28]) by gmr-mx.google.com with ESMTPS id 4si27493wmd.1.2019.04.25.06.45.43 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 25 Apr 2019 06:45:43 -0700 (PDT) Received-SPF: pass (google.com: domain of claudius.heine.ext@siemens.com designates 192.35.17.28 as permitted sender) client-ip=192.35.17.28; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of claudius.heine.ext@siemens.com designates 192.35.17.28 as permitted sender) smtp.mailfrom=claudius.heine.ext@siemens.com Received: from mail1.sbs.de (mail1.sbs.de [192.129.41.35]) by goliath.siemens.de (8.15.2/8.15.2) with ESMTPS id x3PDjhox011784 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 25 Apr 2019 15:45:43 +0200 Received: from ring.ppmd.siemens.net (linux-ses-ext02.ppmd.siemens.net [139.25.69.232]) by mail1.sbs.de (8.15.2/8.15.2) with ESMTP id x3PDjhOI017181; Thu, 25 Apr 2019 15:45:43 +0200 From: claudius.heine.ext@siemens.com To: isar-users@googlegroups.com Cc: Claudius Heine Subject: [PATCH v4 1/9] isar-bootstrap-host: disable DISTRO_APT_KEYS usage Date: Thu, 25 Apr 2019 15:44:42 +0200 Message-Id: <20190425134450.13443-2-claudius.heine.ext@siemens.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190425134450.13443-1-claudius.heine.ext@siemens.com> References: <20190425134450.13443-1-claudius.heine.ext@siemens.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-TUID: +uD1HJrF4fML From: Claudius Heine isar-bootstrap-host only supports bootstrapping Debian root file systems. Therefore deactivate any DISTRO_APT_KEYS from other distributions. Signed-off-by: Claudius Heine --- meta/recipes-core/isar-bootstrap/isar-bootstrap-host.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-core/isar-bootstrap/isar-bootstrap-host.bb b/meta/recipes-core/isar-bootstrap/isar-bootstrap-host.bb index 08b068f..3e96281 100644 --- a/meta/recipes-core/isar-bootstrap/isar-bootstrap-host.bb +++ b/meta/recipes-core/isar-bootstrap/isar-bootstrap-host.bb @@ -12,6 +12,8 @@ DEPLOY_ISAR_BOOTSTRAP = "${DEPLOY_DIR_BOOTSTRAP}/${HOST_DISTRO}-${HOST_ARCH}" ISAR_BOOTSTRAP_LOCK = "${DEPLOY_DIR_BOOTSTRAP}/${HOST_DISTRO}-${HOST_ARCH}.lock" require isar-bootstrap.inc +# We only build debian host buildchroot environments +DISTRO_APT_KEYS = "" inherit isar-bootstrap-helper do_generate_keyring[stamp-extra-info] = "${DISTRO}-${DISTRO_ARCH}" -- 2.20.1