From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6669723628337102848 X-Received: by 2002:a05:651c:152:: with SMTP id c18mr4192308ljd.15.1555419923606; Tue, 16 Apr 2019 06:05:23 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a2e:3612:: with SMTP id d18ls685492lja.8.gmail; Tue, 16 Apr 2019 06:05:22 -0700 (PDT) X-Google-Smtp-Source: APXvYqxWPRraDzymcLVTIjIlYJTsTHeH4I4KRPztPELKtj0L165WRkG2/AYiZKTHtpzRr0YbBZrd X-Received: by 2002:a2e:7205:: with SMTP id n5mr3943908ljc.3.1555419922788; Tue, 16 Apr 2019 06:05:22 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1555419922; cv=none; d=google.com; s=arc-20160816; b=lLDFVJvYxOf2P9vmkOP5YpnYpoBORVrqsbPHGh6zJJyJU2afg1zQqgzeCuyddYn0qk X8saIoxqpohlLX/lVvuroIVPQSa+X/X0M5c2G+9UlM1DsmQp//LhDsGB9+STguOSHPVN z/upOh+aIs37Sp7QsXOkw6YOy1QM083n4FGCe6ikkhOY/YtE/bl9shWe9UdV3m3Jq9UY tP2voKHxwmrDo/4Q3yjNN00/9hx+0F93TejIFXTls3TVhZH+6TjZmv8G+DBkzPjMXOGQ dwwx0bUev6T4/vr3wdUtfHv3uoAix33ehu1nyzUC+fbEmH8yZeByOkNR1SFbGD5qVTuF iloA== 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=kBms8Yv1V7mKFAheryjjIcq7Nm/+iPd265XAGqBG7z4=; b=yhjDJ7Mqd2gDT75E4vVL/67x6Fk91lHtrG10CK06KE0WqHBWniODviCJJXEKbR0Z7z 2ncE30/pzreSa1GhbKqnvApNFR9MyWyBhQ35ZEpXfO0aKPMCqrkEsmprNp5d4Z7+uIdh 4YwJSaupXiXiYOBJaeikQrdt4Yfm1kzBeOlZtvhZ7WLobD33pKNjvRlB34c3l99KTTji YwD9BWP/tNM/s0UbzQneAuf8R6qs8OVdGkv1yB3xn+vMl3mQaezrlsS62MYnkEXLLGNa 9C/Sp3AF9YiPp1AgwiTRL5nOEmGNr2MrWHSGAE1AHxxp3F++fBkt3ZZ20JxE3euuNWwB o4Pw== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of andreas.reichel.ext@siemens.com designates 192.35.17.2 as permitted sender) smtp.mailfrom=andreas.reichel.ext@siemens.com Return-Path: Received: from thoth.sbs.de (thoth.sbs.de. [192.35.17.2]) by gmr-mx.google.com with ESMTPS id v21si1246983lfg.2.2019.04.16.06.05.22 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 16 Apr 2019 06:05:22 -0700 (PDT) Received-SPF: pass (google.com: domain of andreas.reichel.ext@siemens.com designates 192.35.17.2 as permitted sender) client-ip=192.35.17.2; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of andreas.reichel.ext@siemens.com designates 192.35.17.2 as permitted sender) smtp.mailfrom=andreas.reichel.ext@siemens.com Received: from mail2.siemens.de (mail2.siemens.de [139.25.208.11]) by thoth.sbs.de (8.15.2/8.15.2) with ESMTPS id x3GD5MYe029718 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Tue, 16 Apr 2019 15:05:22 +0200 Received: from localhost.localdomain (golem.ppmd.siemens.net [139.25.69.122]) by mail2.siemens.de (8.15.2/8.15.2) with ESMTP id x3GD5L2s003341; Tue, 16 Apr 2019 15:05:21 +0200 From: "Andreas J. Reichel" To: isar-users@googlegroups.com Cc: Andreas Reichel Subject: [PATCH v9 4/5] raspbian-stretch: Use DISTRO_BOOTSTRAP_KEYS Date: Tue, 16 Apr 2019 15:05:10 +0200 Message-Id: <20190416130511.10873-5-andreas.reichel.ext@siemens.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190416130511.10873-1-andreas.reichel.ext@siemens.com> References: <20190416130511.10873-1-andreas.reichel.ext@siemens.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-TUID: 0oQboAkecBRU From: Andreas Reichel Use new DISTRO_BOOTSTRAP_KEYS instead of DISTRO_APT_KEYS Signed-off-by: Andreas Reichel --- meta-isar/conf/distro/raspbian-stretch.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-isar/conf/distro/raspbian-stretch.conf b/meta-isar/conf/distro/raspbian-stretch.conf index c6f215b..4c47376 100644 --- a/meta-isar/conf/distro/raspbian-stretch.conf +++ b/meta-isar/conf/distro/raspbian-stretch.conf @@ -7,6 +7,6 @@ BASE_DISTRO = "raspbian" BASE_DISTRO_CODENAME = "stretch" DISTRO_APT_SOURCES += "conf/distro/raspbian-stretch.list" -DISTRO_APT_KEYS += "https://archive.raspbian.org/raspbian.public.key;sha256sum=ca59cd4f2bcbc3a1d41ba6815a02a8dc5c175467a59bd87edeac458f4a5345de" +DISTRO_BOOTSTRAP_KEYS += "https://archive.raspbian.org/raspbian.public.key;sha256sum=ca59cd4f2bcbc3a1d41ba6815a02a8dc5c175467a59bd87edeac458f4a5345de" DISTRO_CONFIG_SCRIPT ?= "${LAYERDIR_isar}/conf/distro/raspbian-configscript.sh" DISTRO_KERNELS ?= "rpi rpi2 rpi-rpfv rpi2-rpfv" -- 2.21.0