From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6876081984697794560 X-Received: by 2002:a2e:141c:: with SMTP id u28mr161727ljd.72.1600962594006; Thu, 24 Sep 2020 08:49:54 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a19:c7c8:: with SMTP id x191ls323310lff.0.gmail; Thu, 24 Sep 2020 08:49:52 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyxcw73yGHc4r0vmhyi6mHzHwOBDm+LOuBNynytyaP3tJ8bR/nrEnPIoFuAxFj5RdgEG4e0 X-Received: by 2002:a05:6512:3f3:: with SMTP id n19mr14125lfq.531.1600962592689; Thu, 24 Sep 2020 08:49:52 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1600962592; cv=none; d=google.com; s=arc-20160816; b=GGyQpdbukf84hwpftTwyvnqw5iuRok5+uiHbnvllsISF5ZEHD3ayTOWAKSgcRA8br8 GtaBiYqlkBSVa2EQ8cHd1WPHJeHRbYyr6OFpuIKtZBvVXz7+70Zatq3teh8OKk0MnKbz vfTr+jtVh2OngHYBbR9iewcUbpewAXZjSBHzO85S5duvFS43Or7FD5Uosw4u8MF7YgY9 oCx4GJHzuPQ09fdB4uMtbtwW2fmnt90ETbH+6urgzXXRBcK0z6HSujm3m8XcVq/0s+Dk YKhL84u5cQNmlBpXD9QCWO30cDmso+7KPbbDp2uz9QPohTDw5ENxlNS+PzYaLUOsqEWP 4PhA== 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:to:from; bh=r2AgCFp2Dc8tbh9YNX91fKhj/2CR0osf2LA+ubJ4kfU=; b=iLzNOvo97M+Xk8TylpLE7//G6N7MrlokudnDLPcPiJQxle3yPm2Vubtf3evQ5/fMZA 8zR25wgbmUSNdFHWRq/39NLf2LelbXAE7sbn3e+qPOSJRg3LIhZbGFX81VV0oIFSA0af nGCDCrG9DfGZBuzAz4R7exFr1oDENOhZBFt4LNhmJ2vThrA+wb02LpeK6E0X7X0VNWnX h6e3paqt3+WpenaUl0D7hLHT8npgLIQK24T9oLRW/SonDtHxxn4GhCajiH1069rFpdMX MB8O+Dustnn8t+EYHb+v4UxwLOSnJ0+su9vcQwcs4VoqhM541K66nfv+q4jhae61a2m4 kQnA== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of jan.kiszka@siemens.com designates 194.138.37.40 as permitted sender) smtp.mailfrom=jan.kiszka@siemens.com; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=siemens.com Return-Path: Received: from gecko.sbs.de (gecko.sbs.de. [194.138.37.40]) by gmr-mx.google.com with ESMTPS id f23si49628ljg.8.2020.09.24.08.49.52 for (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 24 Sep 2020 08:49:52 -0700 (PDT) Received-SPF: pass (google.com: domain of jan.kiszka@siemens.com designates 194.138.37.40 as permitted sender) client-ip=194.138.37.40; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of jan.kiszka@siemens.com designates 194.138.37.40 as permitted sender) smtp.mailfrom=jan.kiszka@siemens.com; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=siemens.com Received: from mail2.sbs.de (mail2.sbs.de [192.129.41.66]) by gecko.sbs.de (8.15.2/8.15.2) with ESMTPS id 08OFnpjI014372 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Thu, 24 Sep 2020 17:49:52 +0200 Received: from md1f2u6c.ad001.siemens.net ([167.87.1.32]) by mail2.sbs.de (8.15.2/8.15.2) with ESMTP id 08OFnpBI012465 for ; Thu, 24 Sep 2020 17:49:51 +0200 From: Jan Kiszka To: isar-users Subject: [PATCH 1/5] buildchroot-host: Drop unneeded :native for riscv64 setup Date: Thu, 24 Sep 2020 17:49:47 +0200 Message-Id: <3369997b3c39ee12c1e3cf91c90debf67ab8f98e.1600962590.git.jan.kiszka@siemens.com> X-Mailer: git-send-email 2.26.2 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-TUID: VZShlh2/tpYz From: Jan Kiszka This is not a control file, this is a list passed to apt, thus "native" is implicit. Signed-off-by: Jan Kiszka --- meta/recipes-devtools/buildchroot/buildchroot-host.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-devtools/buildchroot/buildchroot-host.bb b/meta/recipes-devtools/buildchroot/buildchroot-host.bb index 8e3a52cf..d8498a56 100644 --- a/meta/recipes-devtools/buildchroot/buildchroot-host.bb +++ b/meta/recipes-devtools/buildchroot/buildchroot-host.bb @@ -19,6 +19,6 @@ BUILDCHROOT_PREINSTALL ?= " \ BUILDCHROOT_PREINSTALL_riscv64 ?= " \ ${BUILDCHROOT_PREINSTALL_COMMON} \ libc6:${DISTRO_ARCH} \ - gcc-riscv64-linux-gnu:native \ - g++-riscv64-linux-gnu:native \ - dpkg-cross:native" + gcc-riscv64-linux-gnu \ + g++-riscv64-linux-gnu \ + dpkg-cross" -- 2.26.2