From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6542807571650052096 X-Received: by 10.80.214.205 with SMTP id l13mr2192929edj.5.1523443017447; Wed, 11 Apr 2018 03:36:57 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 10.80.247.141 with SMTP id h13ls928750edn.2.gmail; Wed, 11 Apr 2018 03:36:57 -0700 (PDT) X-Google-Smtp-Source: AIpwx4+JfKsoJ6vdhX5ZBLV82vI3p2NDriz6MVZRqvu/H8a12o0V19nKg4odL8G8c4kALFGPyx7I X-Received: by 10.80.163.229 with SMTP id t34mr2192030edb.1.1523443017074; Wed, 11 Apr 2018 03:36:57 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1523443017; cv=none; d=google.com; s=arc-20160816; b=m1ZCz2LV8wWu3H2OMm2zUj5QGSKMR1xTWQujMWhc0WobS00/XoGcjsYiUWaPpLnSGJ B1GqPBz+vWHw1TesCwMRAywWWHKjIJvMd4Vw4oAFChymcNOsJqGoLNgDm/bBnFOsbpIT W7aZOlIO3kI+zGVRy1mwjhm2zUFbx7DaFNVb933Xa4A61fF+2xk9Y7FhRblcohnLY53d VDpunEol7R6XtyvASM+5QHlSWlNdtf5ecLCGSKgAPQKo24Axz5/Y35OlYEqMIY2HjlEy +jnQpBeyZJL8HUZ5VZ8KWvTjAA7kgax2c3adst1MfslIonrDc6/0YCl7/maNz5AreeZk +Slg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=references:in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=uiQFDc7uOBIAxVCcYvXs3Vz72yhzku61e0ujOr3prVQ=; b=gWIhA31tjry4/9ha705Jchs+SHWFfVII5Axl21qG2o6fHhyH5Au/59imFYdgcUwxMc B6uFSYGbLKPx5qjDPBHIlSfD0fdgU8H/23AQAY6FiKM/44smfSsCi/w0nezsdStg9+5S vMoAO5gV99njIE7iwgttsS8hGASdvIJPvYqIKB1jHG8al6pVOPHL39qdEcfoq481hOAo KuMazF+5r+Nx6Auscyp4MYaxPNPuAlbMffwBWtMHKrE1h+u94izqeQllge1/ybYWm21e c0pvDoasmUXQfi/oJLkk9/C1DMpwPKcQEKcepRYG3/iAX7D4TVQEdtw2ol4QkB7V7y5+ xnbQ== 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 f51si46467edf.4.2018.04.11.03.36.56 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 11 Apr 2018 03:36:57 -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 mail2.sbs.de (mail2.sbs.de [192.129.41.66]) by goliath.siemens.de (8.15.2/8.15.2) with ESMTPS id w3BAau3q007601 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 11 Apr 2018 12:36:56 +0200 Received: from ring.ppmd.siemens.net (linux-ses-ext02.ppmd.siemens.net [139.25.69.226]) by mail2.sbs.de (8.15.2/8.15.2) with ESMTP id w3BAaqmZ025940; Wed, 11 Apr 2018 12:36:54 +0200 From: claudius.heine.ext@siemens.com To: isar-users@googlegroups.com Cc: Claudius Heine Subject: [PATCH v2 2/2] meta-isar/raspbian-configscript: added removal of qemu-arm-static Date: Wed, 11 Apr 2018 12:36:48 +0200 Message-Id: <20180411103648.26826-3-claudius.heine.ext@siemens.com> X-Mailer: git-send-email 2.16.3 In-Reply-To: <20180411103648.26826-1-claudius.heine.ext@siemens.com> References: <20180411103648.26826-1-claudius.heine.ext@siemens.com> X-TUID: m+tt8pFU4ie9 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 -- 2.16.3