From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6542807571650052096 X-Received: by 10.28.126.193 with SMTP id z184mr589740wmc.14.1523516501347; Thu, 12 Apr 2018 00:01:41 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 10.28.63.74 with SMTP id m71ls727281wma.5.canary-gmail; Thu, 12 Apr 2018 00:01:41 -0700 (PDT) X-Google-Smtp-Source: AIpwx48RjuXUw0mW01uaUZaByO0WpY/pVgstqsjFRi9ZlJPIOBNmTrW6IGq+NIIHXIK/zxklDG7F X-Received: by 10.28.245.17 with SMTP id t17mr619130wmh.9.1523516501071; Thu, 12 Apr 2018 00:01:41 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1523516501; cv=none; d=google.com; s=arc-20160816; b=Jvr8+q4xTs0rYROMCToRwkYy9cL9yK09Pi0M8vYahbeYq61otR0lVF6EY7PjjOCKLh yB9Q4YnA8Ht6lr0vIDuXhM/fsDC4XlIe6ADMM69pGLntLebsD1ZrPWqezmomJ3HQ4zI0 7PCnXwSqqU5+ZIL9zGhAeCHcIUu1chT/LMRf/toaL9wBKagbprZYfM2suhH1LQnkXIKU maIQA89o+yqF/6Ig3CiR7ZEWMwGvy+D3PYUeEwCo57IDd+RvKWQEUo6fhrUex1vNfqtX 1WiXCsy9uZ2MF6hx1Xa2jaLxDiVP4sc9o/Kn4SF2XyLNiM7A2c1pOwp62F0Or5OlBtAj tGsg== 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=YRnIqjKHB5V0E1y6Rzo2Pf3FkfndJRF7U4SCHO3pnq0=; b=P/akW6AawBaq504Khrv49J3UxHgifolAArTDy+8TK+OOMNjyaE3d+DHhcLk7vod1jw RKN93B97J8tg9rM6vlmfajBVmNAcSdrGmRZjtaLONc71pjCnZd6Vd+/yFjSsBwYehHnm mkrSGXhLoKgbFxVxDEx3B5jphUNg7HkUTrTGl4P17BG34Ci2NGOFM5IjuPchLMGgAVso LvpW1x4NgsnrhFoyNoGotbVuUPIWqeavz7+grMzfbsmPz/gQOIul6CWaUDFo0LO6cGfj OzdiGRP5BAapIr8LFF8v+j1KDL5DwxIZdJ/i1/S6OLkRvdb5rjZG9KPI3Am3Z98T/mys lXUw== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of claudius.heine.ext@siemens.com designates 194.138.37.40 as permitted sender) smtp.mailfrom=claudius.heine.ext@siemens.com Return-Path: Received: from gecko.sbs.de (gecko.sbs.de. [194.138.37.40]) by gmr-mx.google.com with ESMTPS id m2si127490wmh.2.2018.04.12.00.01.40 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 12 Apr 2018 00:01:41 -0700 (PDT) Received-SPF: pass (google.com: domain of claudius.heine.ext@siemens.com designates 194.138.37.40 as permitted sender) client-ip=194.138.37.40; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of claudius.heine.ext@siemens.com designates 194.138.37.40 as permitted sender) smtp.mailfrom=claudius.heine.ext@siemens.com Received: from mail2.sbs.de (mail2.sbs.de [192.129.41.66]) by gecko.sbs.de (8.15.2/8.15.2) with ESMTPS id w3C71WMM010182 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 12 Apr 2018 09:01:32 +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 w3C71WQG026686; 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 0/2] Cleanup of the configscripts Date: Thu, 12 Apr 2018 09:01:19 +0200 Message-Id: <20180412070121.31332-1-claudius.heine.ext@siemens.com> X-Mailer: git-send-email 2.16.3 X-TUID: fkzJfmOFpocy From: Claudius Heine Hi, Since Jan reminded me that qemu-*-static binaries are also deployed when building with debian, for instance in case of qemuarm, I added the removal to the debian-configscript as well. Claudius 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 (2): meta-isar/isar-image-base: remove uncesessary cmd lines from cfg scripts meta-isar/*-configscript: added removal of qemu-*-static binaries .../images/files/debian-configscript.sh | 27 ++-------------- .../images/files/raspbian-configscript.sh | 36 ++++------------------ 2 files changed, 8 insertions(+), 55 deletions(-) -- 2.16.3