From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6542807571650052096 X-Received: by 10.46.136.78 with SMTP id z14mr334386ljj.13.1523463717144; Wed, 11 Apr 2018 09:21:57 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 10.46.145.76 with SMTP id q12ls231379ljg.5.gmail; Wed, 11 Apr 2018 09:21:56 -0700 (PDT) X-Google-Smtp-Source: AIpwx4+jiZfazN8WiI/i1cUPmMBAlqHKuphzG5bdNVG/tQCUBmRFiHIF71oTahLp47L5+Ib5zKpC X-Received: by 10.46.128.21 with SMTP id j21mr346836ljg.25.1523463716496; Wed, 11 Apr 2018 09:21:56 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1523463716; cv=none; d=google.com; s=arc-20160816; b=nOaNiKHPzF4MYe3s/54WDUyASD/sGanjd6xpt8tSic6JUXnLuf1WrfzkaxU/qaZV9o usoEqt9MXA6hWryt8WDFZZPCRaJkmdmWMV1lDJo1OHouV13BFpqEyDVG11u3Qdr2LG2L U5NntQP1Tu3xUbraPdVx+QgX63Ufm7nZ/Nos1gB3LDGFhjzkZAEOE/0jWhkMx8/iHhLO stSKcSx1AnBZ1lSwkDPmrkxCZYdFuDf3Bc6C+UWwbPZDYkKEdSf/naF/QZQkaocYIKHe tx4T+HtRZsLqKjNbsaT196fv2IuI6y1p8h0oO3DeAfKFaM0hJDkLLVXfNuaiJeZlMSYi ZSxA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:content-language:in-reply-to:mime-version :user-agent:date:message-id:openpgp:from:references:cc:to:subject :arc-authentication-results; bh=zszVR44xPmbx2Lzqg1cMg2Sx4Z/tRVWmWlbmv4pGuyk=; b=Va8kxyeIwaKF6DmLsNQvrXtpe2uAV98BDEj8mE16CCZJ1KS9HMEThXi6oAawJxwLp5 QX3viZWeJit3URaLJoV6elNn3rcMVBc++w2VPZ/ka+1Kd+50QdBUeJZBYtIrOGBcogtH m8zBoWaZKKn/DAoI5X9aB9amWblsk8N6KGufGUrlM91H0oF4lodzB3r3p6AUeKUuG093 dzTawOPtMXvFw0++td9e1Ca6rFcQ62MCwvcHDWmjoCw3NngPsLwirG1ZY5SWio0D6X/n +aDQ5FULIRXdi1hCvKS/Z84KS8Da1XG1Solgopfey3Q3/Vica7CMnaa703Qw7X5Ouxxz IYtw== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of jan.kiszka@siemens.com designates 192.35.17.14 as permitted sender) smtp.mailfrom=jan.kiszka@siemens.com Return-Path: Received: from david.siemens.de (david.siemens.de. [192.35.17.14]) by gmr-mx.google.com with ESMTPS id d24-v6si38914lfc.1.2018.04.11.09.21.56 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 11 Apr 2018 09:21:56 -0700 (PDT) Received-SPF: pass (google.com: domain of jan.kiszka@siemens.com designates 192.35.17.14 as permitted sender) client-ip=192.35.17.14; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of jan.kiszka@siemens.com designates 192.35.17.14 as permitted sender) smtp.mailfrom=jan.kiszka@siemens.com Received: from mail2.siemens.de (mail2.siemens.de [139.25.208.11]) by david.siemens.de (8.15.2/8.15.2) with ESMTPS id w3BGLtMG022687 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 11 Apr 2018 18:21:55 +0200 Received: from [167.87.69.126] ([167.87.69.126]) by mail2.siemens.de (8.15.2/8.15.2) with ESMTP id w3BGLsPr000361; Wed, 11 Apr 2018 18:21:54 +0200 Subject: Re: [PATCH v2 2/2] meta-isar/raspbian-configscript: added removal of qemu-arm-static To: "[ext] claudius.heine.ext@siemens.com" , isar-users@googlegroups.com Cc: Claudius Heine References: <20180411103648.26826-1-claudius.heine.ext@siemens.com> <20180411103648.26826-3-claudius.heine.ext@siemens.com> From: Jan Kiszka Openpgp: preference=signencrypt Message-ID: Date: Wed, 11 Apr 2018 18:21:52 +0200 User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); de; rv:1.8.1.12) Gecko/20080226 SUSE/2.0.0.12-1.1 Thunderbird/2.0.0.12 Mnenhy/0.7.5.666 MIME-Version: 1.0 In-Reply-To: <20180411103648.26826-3-claudius.heine.ext@siemens.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-TUID: UIxxBuZX/nyW On 2018-04-11 12:36, [ext] claudius.heine.ext@siemens.com wrote: > From: Claudius Heine > > After the image has finished building, the qemu-arm-static binary can be > removed because its no longer needed. > > Reported-by: Henning Schild > Signed-off-by: Claudius Heine > --- > meta-isar/recipes-core/images/files/raspbian-configscript.sh | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/meta-isar/recipes-core/images/files/raspbian-configscript.sh b/meta-isar/recipes-core/images/files/raspbian-configscript.sh > index ec05a6b..d7bdc07 100644 > --- a/meta-isar/recipes-core/images/files/raspbian-configscript.sh > +++ b/meta-isar/recipes-core/images/files/raspbian-configscript.sh > @@ -63,3 +63,6 @@ EOF > > localepurge > apt-get clean > + > +# Remove qemu-*-static: > +find /usr/bin -maxdepth 1 -name 'qemu-*-static' -delete > And what cleans this up in the other, non-raspbian images? Jan