From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6474925990321586176 X-Received: by 10.28.217.201 with SMTP id q192mr1256641wmg.20.1507561185165; Mon, 09 Oct 2017 07:59:45 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 10.28.146.131 with SMTP id u125ls239445wmd.0.gmail; Mon, 09 Oct 2017 07:59:44 -0700 (PDT) X-Google-Smtp-Source: AOwi7QB2jRx/2bIh3vm3SggfYSXbtYUVsFBYFPituUaRR1aAgfIN+bBClAfrt3y52gaU+AFFNX9/ X-Received: by 10.223.156.139 with SMTP id d11mr715790wre.17.1507561184782; Mon, 09 Oct 2017 07:59:44 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1507561184; cv=none; d=google.com; s=arc-20160816; b=GujwsHQmw2FLTfeQnwFh2Jkd9Bah3g8wh3FBIgm5yYlSwQBNkw/ZYHLon7Xlt+ef53 TdpqUOcbJeTsj38Ngz2d3AoWw3u030BHUcyrNLTGNtq+wYbJx1W3Wa4Lccj+63Ha1cTs 7ew3Ujgw/6t2C9tfcvxOeUN22e4xosnDAaiJEy4vlLdkRT0HGfV3ymLN2MNTRdUIXkgM 1gZteFGywezZ/ffY7EFA/64adWOfzyTbqSg9ckyp9uodXlAdLAie5Yuu2Ur6qWZxMpsu r4vlda6zVUYsfu3UWL7PiTT+Nkx5+bhql1Nz8lWCS3oMn9XOCJ4PuoB1FWycAHEvwMzq n0Dg== 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=22gPxHtcJmwJoxjkE9RqXqT7G10XFuCMobz3XJz82Vc=; b=fOx0g2OO07eTdeJdXCC1RIkMPEguznMVwW7Gf5nuFS8MAK+rePnmrnz0yQZVNU4A4/ LTUFX7IHBKM0CEN1AoE4c70KEAPv0CfFi2xRnPIdB8rhvSq+sjnv4K/jm3AJLzT2gMxH gZDpeaRUWlFstAFGkL6k8iHKlKE3aYOyZJhU6Qun64JPQQL4ckim6ON0zetFCzHEtPQc CaIycfwBfX/SdgXvjNFF3ksiEvkImsbXXSS8Nx5GpIWQw+141ffyXc0TFZ427rLQE+cs KXISfBEOetwSSNvlflhNpARLsB+wNG6Vho0d2IPlCh8FnDaX5YBSz9sS9KY3jWWe1v6g UfRA== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=neutral (google.com: 192.35.17.2 is neither permitted nor denied by domain of henning.schild@siemens.com) smtp.mailfrom=henning.schild@siemens.com Return-Path: Received: from thoth.sbs.de (thoth.sbs.de. [192.35.17.2]) by gmr-mx.google.com with ESMTPS id b123si874710wme.3.2017.10.09.07.59.44 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 09 Oct 2017 07:59:44 -0700 (PDT) Received-SPF: neutral (google.com: 192.35.17.2 is neither permitted nor denied by domain of henning.schild@siemens.com) client-ip=192.35.17.2; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 192.35.17.2 is neither permitted nor denied by domain of henning.schild@siemens.com) smtp.mailfrom=henning.schild@siemens.com Received: from mail2.siemens.de (mail2.siemens.de [139.25.208.11]) by thoth.sbs.de (8.15.2/8.15.2) with ESMTPS id v99Exi1L010812 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Mon, 9 Oct 2017 16:59:44 +0200 Received: from md1em3qc.ww002.siemens.net ([139.25.68.40]) by mail2.siemens.de (8.15.2/8.15.2) with ESMTP id v99ExibT001881; Mon, 9 Oct 2017 16:59:44 +0200 From: Henning Schild To: isar-users@googlegroups.com Cc: Henning Schild Subject: [PATCH 0/3] a few changes small changes Date: Mon, 9 Oct 2017 16:59:39 +0200 Message-Id: X-Mailer: git-send-email 2.13.6 X-TUID: euyC0SedCNTI This series contains a few small fixes around multistrap and configuration. The 2nd and 3rd can maybe be merged into one patch. Henning Schild (3): image: set the root password conditionally meta-isar: images: mount /proc around multistrap and configscript configscript: remove duplicates of 'dpkg --configure' .../example-raw/{example-raw_0.1.bb => example-raw_0.2.bb} | 3 +++ meta-isar/recipes-core/images/files/debian-configscript.sh | 6 ++---- meta-isar/recipes-core/images/files/raspbian-configscript.sh | 6 ++---- meta-isar/recipes-core/images/isar-image-base.bb | 4 ++++ meta/recipes-devtools/buildchroot/buildchroot.bb | 4 ++++ meta/recipes-devtools/buildchroot/files/configscript.sh | 3 --- 6 files changed, 15 insertions(+), 11 deletions(-) rename meta-isar/recipes-app/example-raw/{example-raw_0.1.bb => example-raw_0.2.bb} (91%) -- 2.13.6