From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6524973730788016128 X-Received: by 10.25.160.195 with SMTP id j186mr503216lfe.44.1519309300146; Thu, 22 Feb 2018 06:21:40 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 10.25.162.79 with SMTP id l76ls457793lfe.1.gmail; Thu, 22 Feb 2018 06:21:39 -0800 (PST) X-Google-Smtp-Source: AG47ELuHcDKbll+1IxiEUaFvgNWtnXf59ddeW77/gw2GIZtyJn6Q7j9j9XpF4PHmaq5RSnntK4Ii X-Received: by 10.25.18.157 with SMTP id 29mr132657lfs.4.1519309299019; Thu, 22 Feb 2018 06:21:39 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519309298; cv=none; d=google.com; s=arc-20160816; b=Dg3GJQnYMIacQ8qypFwJW2J3iWeXtfY7vTJeK6phIAbablI7z8lhkuf6nxsVhyT1g/ B8UI0O+8Ak9v3f4/2ADctGQPeWdKPDsCFqnd1RfBSe1Z83gmscMdL2RGX8uP8mtI51DU ZyZHMgMzwN868yIYJ8wRRZT/eziYE0RNYW2Fvz9RlDH9kP6v3xUunyJWLOTKyXjfodls t11mnMckn90KExv/ltBWEaiLkyzfF7mfdffhWr7glP3FdkQhrklEzRvASmZ/ERKexJ0V DWLJXCDbqOsX3YeCYf7+4t2l2vl5EcxImW8K/x5itTmpwXHoKBptajkenokrqwNYPSfo Kttg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:content-language:in-reply-to:mime-version :user-agent:date:message-id:from:references:cc:to:subject :arc-authentication-results; bh=2cKLPHExm+f6fpS4a5jKtXTw55TVtjDkDAsno9vYbws=; b=cEjjOqvztLmO/zbeIh145Y6IZj4k+swDHsmX9wpbL74kC+k/JcLg50ijxN/oO2VoT3 CBuEXqX3jE3+iYXdkIknBq41Vo8UPlrvd35RkMcOVNW4phIeLgup0Y29aqPrhmOkfMj3 TopWfMKslWZ6M2KMxN5jLIGs5cXhoqDFCn5ALGsJbD8Lc2E+2bks81dYXbZ3uOs36QeL tPXue3eQXXVXbsiW+/lm/cyr7DFo4tKE+2NrOhVOdFuUghuncrln4AKti36c5lq+WuYx onk/eH/PYyhO5RSYc1NOHaFk3zEK962sRLGRqPAR5FUCbRjN4GSd2rK258hScVqnzhB2 3rug== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=asmirnov@ilbers.de Return-Path: Received: from aqmola.ilbers.de (aqmola.ilbers.de. [85.214.62.211]) by gmr-mx.google.com with ESMTPS id h24si15700ljc.0.2018.02.22.06.21.38 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 22 Feb 2018 06:21:38 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) client-ip=85.214.62.211; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=asmirnov@ilbers.de Received: from [10.0.2.15] ([188.227.110.165]) (authenticated bits=0) by aqmola.ilbers.de (8.14.4/8.14.4/Debian-4+deb7u1) with ESMTP id w1MELVer012475 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Thu, 22 Feb 2018 15:21:35 +0100 Subject: Re: [PATCH v2 0/5] Debootstrap integration To: claudius.heine.ext@siemens.com, isar-users@googlegroups.com Cc: Claudius Heine References: <20180222131901.20915-1-claudius.heine.ext@siemens.com> From: Alexander Smirnov Message-ID: Date: Thu, 22 Feb 2018 17:21:26 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <20180222131901.20915-1-claudius.heine.ext@siemens.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-TUID: zC9quDY8PqNh On 02/22/2018 04:18 PM, claudius.heine.ext@siemens.com wrote: > From: Claudius Heine > > Hi, > > this is the new rebased and fixed version of this patchset. > > Cheers, > Claudius > > Changes from v1: > - rebased to current next > - added unmounting of /dev and /proc at the end of do_rootfs in isar-image-base > This was necessary for image file creation, otherwise it tried to > package stuff from the host. > - added 'isar-bootstrap:do_deploy' dependency to do_rootfs task in > image.bbclass. > - Changed 'RFSDIR' variable name to 'ROOTFSDIR' in > isar-bootstrap-helper.bbclass to be consistent with the variable > name in isar-bootstrap.bb > - Moved 'isar-apt' apt-preference settings from isar-bootstrap.bb to > isar-bootstrap-helper.bbclass > - Removed '--no-install-recommends' parameters in favor of adding the > apt configuration in 'isar-bootstrap.bb' > - unmount and remove possible existing bootstraped directories before > bootstrapping in do_bootstrap task of 'isar-bootstrap.bb' > - changed from /dev ro bind mounts to mounting devtmpfs to /dev to be > consistent with the other places where /dev is mounted. > $ time bitbake multiconfig:qemuarm-wheezy:isar-image-base multiconfig:qemuarm-jessie:isar-image-base multiconfig:qemuarm-stretch:isar-image-base multiconfig:qemui386-jessie:isar-image-base multiconfig:qemui386-stretch:isar-image-base multiconfig:qemuamd64-jessie:isar-image-base multiconfig:qemuamd64-stretch:isar-image-base multiconfig:rpi-jessie:isar-image-base multiconfig:qemuarm64-stretch:isar-image-base ERROR: mc:rpi-jessie:isar-bootstrap-1.0-r0 do_bootstrap: Function failed: do_bootstrap (log file is located at /home/builder/isar/build/tmp/work/raspbian-jessie-armhf/isar-bootstrap/temp/log.do_bootstrap.29056) ERROR: Logfile of failure stored in: /home/builder/isar/build/tmp/work/raspbian-jessie-armhf/isar-bootstrap/temp/log.do_bootstrap.29056 ERROR: Task (multiconfig:rpi-jessie:/home/builder/isar/meta/recipes-core/isar-bootstrap/isar-bootstrap.bb:do_bootstrap) failed with exit code '1' builder@zbook:~/isar$ cat /home/builder/isar/build/tmp/work/raspbian-jessie-armhf/isar-bootstrap/temp/log.do_bootstrap.29056 DEBUG: Executing shell function do_bootstrap I: Running command: debootstrap --arch armhf --foreign --verbose --variant minbase --components=main,contrib,non-free,firmware jessie /home/builder/isar/build/tmp/work/raspbian-jessie-armhf/isar-bootstrap/rootfs http://archive.raspbian.org/raspbian I: Retrieving Release I: Retrieving Release.gpg I: Checking Release signature E: Release signed by unknown key (key id 9165938D90FDDD2E) WARNING: exit code 1 from a shell command. ERROR: Function failed: do_bootstrap (log file is located at /home/builder/isar/build/tmp/work/raspbian-jessie-armhf/isar-bootstrap/temp/log.do_bootstrap.29056) Alex