From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6543453521082056704 X-Received: by 10.28.124.1 with SMTP id x1mr450130wmc.19.1523516495186; Thu, 12 Apr 2018 00:01:35 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 10.223.189.4 with SMTP id j4ls845264wrh.1.gmail; Thu, 12 Apr 2018 00:01:34 -0700 (PDT) X-Google-Smtp-Source: AIpwx49ICxlmPOYzdp964OtKdzuondpVVNkBOOzDw4x7TkLf0bOZcEaSv+3bERv9OFGz7FCyf3YC X-Received: by 10.223.188.141 with SMTP id g13mr640072wrh.20.1523516494771; Thu, 12 Apr 2018 00:01:34 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1523516494; cv=none; d=google.com; s=arc-20160816; b=UKHxL0Pgfg9j1a66eGfabZ6buh0t6akQm3Jc/BTcpeW7JIcvtHYnnGSDp2v6WCET/W 4sSpkp/7n8gnLWh220gh3lk4ssBpwcK0boY44UHZe3WPsiVJirEN20hhgVSATdKjSOH2 bF8txHS/4ApoPqZMwGRh11HFybRejN1ZF4MMO7c6nDNJGgrqmJUjsxQ7vb4WjKXna16G JJaVdMg2wOp/O9JkFJbWg72/aZD5883jXuuTn14WYoj+Yu0S4VrZ16yPxIQAaaNQKyUb YoTU+I8MueZ44+/ufyumQo8QvTTlzC577df+AbnWZhjEhUnH5RdGT/NIf53AdW1G+n4W VcrA== 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=ZG2S+kdi/BBIDi0sCv1Ck7+j4LTmNr/hS50F6IHZkx0=; b=Sy2/DnhJzR+Bm7Ipy4UuDhbhTJ8bWxJLtWuSxHP8YrbI4DfoVUNVWgVdkVQ5Q2bmMY sfGs5J7pCsQmIMrWpx3QaRiGm42EMVvAQmIS/iRlRkx7m5SMsX2Xx16fxktqkgxwacPD O47YBHLwRD9vNvBbRkyX1pTwHolxI0soZOsCqLoHN2HaRWoYkN3rmVDSQHEbRmKe5k6k EhK1SVKxWnXEFQksBs6rcEDLwfDBPA9lkKhGejYN8yidc2+nU13nkjyyy3TonbWQcyV0 eP0hnGYaWIzRnsHVuDRLuOpqbIJh3WpF6SXebidHLMMUftpUb09COjJ6/1Cz029mXRCr 734Q== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of claudius.heine.ext@siemens.com designates 192.35.17.14 as permitted sender) smtp.mailfrom=claudius.heine.ext@siemens.com Return-Path: Received: from david.siemens.de (david.siemens.de. [192.35.17.14]) by gmr-mx.google.com with ESMTPS id n11si171241wrh.4.2018.04.12.00.01.34 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 12 Apr 2018 00:01:34 -0700 (PDT) Received-SPF: pass (google.com: domain of claudius.heine.ext@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 claudius.heine.ext@siemens.com designates 192.35.17.14 as permitted sender) smtp.mailfrom=claudius.heine.ext@siemens.com Received: from mail2.sbs.de (mail2.sbs.de [192.129.41.66]) by david.siemens.de (8.15.2/8.15.2) with ESMTPS id w3C71Wof026054 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 12 Apr 2018 09:01:33 +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 w3C71WQI026686; Thu, 12 Apr 2018 09:01:32 +0200 From: claudius.heine.ext@siemens.com To: isar-users@googlegroups.com Cc: Claudius Heine Subject: [PATCH v3 2/2] meta-isar/*-configscript: added removal of qemu-*-static binaries Date: Thu, 12 Apr 2018 09:01:21 +0200 Message-Id: <20180412070121.31332-3-claudius.heine.ext@siemens.com> X-Mailer: git-send-email 2.16.3 In-Reply-To: <20180412070121.31332-1-claudius.heine.ext@siemens.com> References: <20180412070121.31332-1-claudius.heine.ext@siemens.com> X-TUID: ullqt+b/xKhp From: Claudius Heine After the image has finished building, the qemu-*-static binaries that are installed by quemu-debootstrap can be removed because they are no longer needed. Reported-by: Henning Schild Signed-off-by: Claudius Heine --- meta-isar/recipes-core/images/files/debian-configscript.sh | 3 +++ meta-isar/recipes-core/images/files/raspbian-configscript.sh | 3 +++ 2 files changed, 6 insertions(+) diff --git a/meta-isar/recipes-core/images/files/debian-configscript.sh b/meta-isar/recipes-core/images/files/debian-configscript.sh index 042b530..e6d5335 100755 --- a/meta-isar/recipes-core/images/files/debian-configscript.sh +++ b/meta-isar/recipes-core/images/files/debian-configscript.sh @@ -63,3 +63,6 @@ fi # Purge unused locale and installed packages' .deb files localepurge apt-get clean + +# Remove qemu-*-static: +find /usr/bin -maxdepth 1 -name 'qemu-*-static' -delete 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