From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6542807571650052096 X-Received: by 10.28.45.194 with SMTP id t185mr26721wmt.15.1523953638579; Tue, 17 Apr 2018 01:27:18 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:adf:a289:: with SMTP id s9-v6ls198196wra.8.gmail; Tue, 17 Apr 2018 01:27:18 -0700 (PDT) X-Google-Smtp-Source: AIpwx49PG7bTomFEaZLWZvoKQMBKBQrljrAhHmE6L3ocBVMzeRQ8s8imQr6r14ZZqYRkC6ISUC6i X-Received: by 10.223.226.141 with SMTP id v13mr67734wri.3.1523953638156; Tue, 17 Apr 2018 01:27:18 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1523953638; cv=none; d=google.com; s=arc-20160816; b=GkpB0G83RtcK66wfvF8Qoo/wFvKPF8vc90fwwGJq5YRevKMFh4Z1day7yPDQNGzuAr ncAipeCoThw4wZa0pu6Ak8pppxYNeMW40MExpHSiQbZg0bGBwz2qYs+BtGnLjAnjhhj7 mDc0kmn5yDY7BeRChgEkPzvOOWT1VT5UYBGKYcpq9Aovi/RDCme4Y8TXxake2rD7qbyF 8UjOn9Aja33Fhr+CHMdFbFgbUUteTFuM1L2U628GvNQ/mEG/ldd1DH8O319M0uXdVp7Q gCNkejytTN1doF2L6a6Kw+smYaYQT71SDWU0v1fdbpifxllo73gF5D3EFc1rTX6Mvu1L 8vJQ== 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=nak1f11e8zj1EgGnGAUXbn7s/17XHFfLuaiytyMJzmQ=; b=S6U4Rx4LHxJBvLQrM1SYrwx+suBtTdvb9HKDA48Q9X5JjoQq4OZC8pHIbNIolIs0D9 6PoaL3zGQHepUvMo+7A+4HZvWyAlQ0CL2kEeO2oTZAIKGyHRxDToJFlLJlDa7NbmBmMJ 77eWSIyY0HNhg39051jc0myHzY1GRNcILYmSiGSvgrUTcGabBzEoIDL7XNRqmyb6FXUh 5Xywy0FyDrobyQoNXh9UQ0/fJXXp5CWhPnjNRpk1s7qyWD8r0FLu2SqhX9bEoRLbJvnR U0SVHHuLEjU3g/7k+ulfJ14CG2Gxb4EhtGc9vNLVNTPcfgqNNCWi/ACOqDvFZ4PVvlLg 6+Pw== 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 v1si495562wmc.4.2018.04.17.01.27.18 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 17 Apr 2018 01:27:18 -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 w3H8RHuM029763 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Tue, 17 Apr 2018 10:27:17 +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 w3H8RGk5025108; Tue, 17 Apr 2018 10:27:17 +0200 From: claudius.heine.ext@siemens.com To: isar-users@googlegroups.com Cc: Claudius Heine Subject: [PATCH v4 0/2] Cleanup of the configscripts Date: Tue, 17 Apr 2018 10:27:08 +0200 Message-Id: <20180417082710.665-1-claudius.heine.ext@siemens.com> X-Mailer: git-send-email 2.17.0 X-TUID: 80tirEwYcu8d From: Claudius Heine Hi, since removal of the qemu-*-static binary used to interpret the foreign architecture can be dangerous inside the chroot, this change to the patchset moves it outside of the configscripts into the image recipe. regards, Claudius 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 (2): meta-isar/isar-image-base: remove uncesessary cmd lines from cfg scripts meta-isar/isar-image-base: added removal of qemu-*-static binaries .../images/files/debian-configscript.sh | 26 --------------- .../images/files/raspbian-configscript.sh | 33 ++----------------- .../recipes-core/images/isar-image-base.bb | 2 ++ 3 files changed, 5 insertions(+), 56 deletions(-) -- 2.17.0