From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6896515968423428096 X-Received: by 2002:ac2:5e72:: with SMTP id a18mr1607611lfr.220.1606406405818; Thu, 26 Nov 2020 08:00:05 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:ac2:58ed:: with SMTP id v13ls1569552lfo.2.gmail; Thu, 26 Nov 2020 08:00:05 -0800 (PST) X-Google-Smtp-Source: ABdhPJwDGHa4mtPxY/n1SstM2EZfW6oAzlpbhn8JZA3B0LMRhFc8nj5J3dsegtB81zgNJCWxIssE X-Received: by 2002:a19:7e47:: with SMTP id z68mr1570875lfc.24.1606406404951; Thu, 26 Nov 2020 08:00:04 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1606406404; cv=none; d=google.com; s=arc-20160816; b=HQ1AgIAJCzRBujmnHWoFnhk0U/G0Ts9N3eIRwZc+tiRKTcoBeyRgGQjn9glAWpgitT RYgtDukMkZXMQlAuBcxxBBq9RRcHzycQ0g51cK2Cmwr2xZfMGsFhXVoLKieErpkgmr7H iXyTGq180r8l7Z6dki0qVuMkvLIF9XfermycELWZm+iCMMYLI1y95gKWJ+wLBXewgL8X U/ew7Z5LA3J0a+8PC3OHxerl0aojIZ9ISQoc4QZiABTNbz/TPQ4enU5xZ1mapjEjKgQq 13ed7kcOQJhlQJYSjICwp+DKahKcT05/xnLfxCwHjwtWxampDAAsLBwSZ3/E5oRb2uUO sfbg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-language:content-transfer-encoding:in-reply-to:mime-version :user-agent:date:message-id:from:references:to:subject; bh=UTPdlpSGd5OqXOnjG4Yvu7zzadOf2pZIn3uxO+9B8c4=; b=WlUMn5r+oLg6xtxdRge8JpRV02/TM7WanZjdLdZz81ttFrGmrg+o8Kk95J6eLhPaIK /BjP2suXauEYbfEdrJWPSEAndTdOQmtVEyu9r8wwyUWtcXIDqDoFudMlQp8SbLmK8Lp3 vZdHUgf4KKnepVeNpVU7pCxoIJxVX92rXFuBGLDSXyJDeG+DwPnImRnm0d5VaxMv8MQn gsyhuxPc7uhTxVoaChxpiDj0KLgRm97ofVsF6F9M86Cfzd0S/5waw0ppKCFG6VwoZ3s/ 08jA70XGDew9hgIH0V5+bdBdawQnjib7Dtc+sbapP2nagbeVhzRGwTGOpmIs+eLJYaOC C9ag== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of amikan@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=amikan@ilbers.de Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id y21si116937lfl.7.2020.11.26.08.00.04 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Thu, 26 Nov 2020 08:00:04 -0800 (PST) Received-SPF: pass (google.com: domain of amikan@ilbers.de designates 85.214.156.166 as permitted sender) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of amikan@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=amikan@ilbers.de Received: from [192.168.67.164] (mm-201-79-121-178.mgts.dynamic.pppoe.byfly.by [178.121.79.201] (may be forged)) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id 0AQFxrtg030402 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Thu, 26 Nov 2020 16:59:58 +0100 Subject: Re: [PATCH v2] sdkchroot: Fix dependency for RISC-V To: isar-users@googlegroups.com References: From: Anton Mikanovich Message-ID: <38fb66bc-2541-cb48-975a-1488e1c7896f@ilbers.de> Date: Thu, 26 Nov 2020 18:59:48 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shymkent.ilbers.de X-TUID: sFQK91TPVyPw 19.11.2020 11:50, Jan Kiszka wrote: > From: Jan Kiszka > > RISC-V needs our crossbuild-essential-riscv64 package, and that needs to > be added to the dependency list of the sdkchroot, like already > the case for dpkg-base.bbclass. > > While we could so far rely on buildchroot-host having installed the > required real dependencies of crossbuild-essential-riscv64 already, this > is not the case for the sdkchroot. So add those dependencies to our > replacement package. > > Reported-by Steffen Gerhold > Signed-off-by: Jan Kiszka Applied to next, thanks -- Anton Mikanovich Promwad Ltd. External service provider of ilbers GmbH Maria-Merian-Str. 8 85521 Ottobrunn, Germany +49 (89) 122 67 24-0 Commercial register Munich, HRB 214197 General Manager: Baurzhan Ismagulov