From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6559152404745420800 X-Received: by 2002:a19:5214:: with SMTP id m20-v6mr412700lfb.21.1527171676800; Thu, 24 May 2018 07:21:16 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a19:db9d:: with SMTP id t29-v6ls2593740lfi.7.gmail; Thu, 24 May 2018 07:21:16 -0700 (PDT) X-Google-Smtp-Source: AB8JxZosT2gBuNONJ2iSgXea+o+qtCyBomIsIfIl5SMqKdycDMyB7lsISg9nSiIy/fBm69/xCju3 X-Received: by 2002:a19:9f8f:: with SMTP id i137-v6mr417705lfe.3.1527171676083; Thu, 24 May 2018 07:21:16 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1527171676; cv=none; d=google.com; s=arc-20160816; b=x/pg2riiDhooL2hxXsSTqwQLjARlmBR43d/S6FvPj2IshMe2DPg6CFZXDp6wY8Aq2W Rn9BjLtfPfWMzQ06BYRVJPJjEb8GrkKudEhOZVYpnW5DklFq2SIqW4AKekAe2jp/9MTc At2bj7RCS4ykGFyb+fogrd/BG6mRugD7535qKj+G2OhFnXnZM5t8f+VEv3ZllsuFOMbN D5yoXwiDriK7poUG8+OaXWLmXwuUk28jtpsM5hae7JNh7AtZfJbYZNM+t7Ao9CRthP3C UOknNV4TAFckTvIN0DO7ooq6wpVWN7I2rBQccJ4FSK0wzmQKv0MXLG9qkaCj8QcnxpvL JAfw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=message-id:date:subject:cc:to:from:arc-authentication-results; bh=b08yLcGGYLFrbKW2YMMVzcKt2spko5P7GNjrsLOaUSg=; b=Z2K+9J6naRNHN+drgLVMmEqpft/sUYldBCsmdCSuJY6lzM1SaLAIIEz5qIqLKOzCi7 zQLF09csF5kz6miux2GfoQZ+R7YA9DZojinqiPHWITmBQXGJsOwvrrtWvuuZpJeB7SiG Mt/bqxRyBf0wdhVAHYlfGLIE8hpA4GZP714YMjJKRtoPQVl7weWjSsGFHPuQEcE6sr8I QiFzcX4OECCTfpiJIQC7bfW47sKuWxNJQvpRyJRSgxizBl6I7DKkqmfmVJvdfMoYFwLW Ohw1ty9rZqZyo7xEKnkHvrrU9U8e0dlhQtO6k+EX0g7wWRPCNmNYeuoNIuqTmDxEgFKE f1pA== 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 i26-v6si1043147ljj.2.2018.05.24.07.21.15 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 24 May 2018 07:21:16 -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 mail1.sbs.de (mail1.sbs.de [192.129.41.35]) by david.siemens.de (8.15.2/8.15.2) with ESMTPS id w4OELEnJ006828 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 24 May 2018 16:21:15 +0200 Received: from ring.ppmd.siemens.net (linux-ses-ext02.ppmd.siemens.net [139.25.69.69]) by mail1.sbs.de (8.15.2/8.15.2) with ESMTP id w4OELEVe022064; Thu, 24 May 2018 16:21:14 +0200 From: claudius.heine.ext@siemens.com To: isar-users@googlegroups.com Cc: Claudius Heine Subject: [PATCH v5 0/1] Cleanup of the configscripts Date: Thu, 24 May 2018 16:21:11 +0200 Message-Id: <20180524142112.5679-1-claudius.heine.ext@siemens.com> X-Mailer: git-send-email 2.17.0 X-TUID: Sbv9XY2ko5IY From: Claudius Heine Hi, here is the new version of the qemu-*-static removal patch. Now the qemu-*-static binaries should only be removed if the qemu-user-static package was not installed. I detected its installation state via the /usr/share/doc/qemu-user-static directory. Claudius Changes on v4: - Removed merged patch 1 (meta-isar/isar-image-base: remove uncesessary cmd lines from cfg scripts) - Only remove qemu-*-static if qemu-user-static is not installed on image Changes on v3: - Moved qemu-*-static removal to isar-image-base Changes on v2: - Added removal of qemu-*-static command to debian-configscript.sh Changes on v1: - Added removal of qemu-arm-static command to raspbian-configscript.sh Claudius Heine (1): meta-isar/isar-image-base: added removal of qemu-*-static binaries meta-isar/recipes-core/images/isar-image-base.bb | 3 +++ 1 file changed, 3 insertions(+) -- 2.17.0