From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6690944878080163840 X-Received: by 2002:a17:906:6b01:: with SMTP id q1mr32426657ejr.34.1557915118593; Wed, 15 May 2019 03:11:58 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a17:906:d508:: with SMTP id ge8ls418133ejb.3.gmail; Wed, 15 May 2019 03:11:58 -0700 (PDT) X-Google-Smtp-Source: APXvYqzCxPoDG2h8W+96Qbm0KvnH1SsF1qV58Y/utwJp1z4HK+gxm1zT/kanaGsj6m0UDJyaXs4A X-Received: by 2002:a17:906:7c12:: with SMTP id t18mr32677265ejo.59.1557915118198; Wed, 15 May 2019 03:11:58 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1557915118; cv=none; d=google.com; s=arc-20160816; b=bWU9R+DOQyRGUEbbJp4hvOPcKxS9GlkxSBkNtQtlHgvXS+I6CdVPZha86Z9jfnIpaz lffkGoUEdFkPYjGSlaBoCLCPjICGB3MFEY2rzaPL0G/pchDhAF3S1WUcEjZOHSYv45zc bZatNPOKSI6OlInr59kOToixAbBuoa8l30g4x3hosTZo3TqzfPfzdZgwp8DgYx4LIlU2 ImURz02gAjLbYY7DX/Hs4HHfYDHhw2rpe4iGNzs/ffU3hkaQo1khvaHQo3T89X74o1ds 7JJkyHQdEcPMGEiEZQdmpR/NLqQgiAuVjI8HbQZ8jhMJHzx+mUIr9oF4EXGc4wigNCjF 1BnQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from; bh=OBZie0hx6gFaqV0lUj5LpPogzyCdCinKfi4bWyevLjs=; b=zEGp3VHc5mPEexP32rH+o6A771W9iJ1W+MPf3Q7LwPGS4K59iMqU2/ZgJCLQ7RyfXM BRbVfCEJNMOZ2ldN0Jfcan4llODSo6fwa7hGKbWyHUoS3zIFxFjnYhSG9Euv+//ujIcS 924dibkaQ0I0/KUuNOrerCehzrUlTrjkl0AD4YICHl1vvGiNmIU2xsbc1yGZxl3ggdEG VjvbebpaneV5tH1I2DeC/EyCRER9WRAcusU4h8Xl6BW0Z5rkQ6qNwi+p7oW+/kAYDTOu XQYocIZ8nbe04Qtsoskksg8UvjiGU/S/0WrMPG9JLULRaQosiAcwePjLQu7FxE/7k+0N 3WMQ== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of claudius.heine.ext@siemens.com designates 192.35.17.2 as permitted sender) smtp.mailfrom=claudius.heine.ext@siemens.com; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=siemens.com Return-Path: Received: from thoth.sbs.de (thoth.sbs.de. [192.35.17.2]) by gmr-mx.google.com with ESMTPS id r19si116854edy.5.2019.05.15.03.11.58 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 15 May 2019 03:11:58 -0700 (PDT) Received-SPF: pass (google.com: domain of claudius.heine.ext@siemens.com designates 192.35.17.2 as permitted sender) client-ip=192.35.17.2; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of claudius.heine.ext@siemens.com designates 192.35.17.2 as permitted sender) smtp.mailfrom=claudius.heine.ext@siemens.com; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=siemens.com Received: from mail1.sbs.de (mail1.sbs.de [192.129.41.35]) by thoth.sbs.de (8.15.2/8.15.2) with ESMTPS id x4FABv2i021299 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 15 May 2019 12:11:57 +0200 Received: from ring.ppmd.siemens.net (linux-ses-ext02.ppmd.siemens.net [139.25.69.232]) by mail1.sbs.de (8.15.2/8.15.2) with ESMTP id x4FABv7J022198; Wed, 15 May 2019 12:11:57 +0200 From: claudius.heine.ext@siemens.com To: isar-users@googlegroups.com Cc: Claudius Heine Subject: [PATCH v6 0/9] Cleanup rootfs creation Date: Wed, 15 May 2019 12:11:40 +0200 Message-Id: <20190515101149.22187-1-claudius.heine.ext@siemens.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-TUID: X0+ZRp7+i9Y9 From: Claudius Heine Hi, the issue apparently was that the PF variable of buildchroot-host.bb was overwritten when buildchroot.inc was included. Moving the PF declaration to buildchroot-target fixed this issue and now resulting paths are correct. The fast build succeeded: http://isar-build.org:8080/job/isar_claudius_ilbers_fast_ci/17/ regards, Claudius changes from v5: - moved PF from buildchroot.inc to buildchroot-target.bb changes from v4: - Maxim rebased patchset to current next changes from v3: - added patch for isar-bootstrap-host - fixed HOST_DISTRO for raspbian-stretch - fixed cross-compiling paths changes from v2: - replaced 'ROOTFS_ARCH' with 'HOST_ARCH' in sdkchroot.bb to avoid populate_sdk issue changes from v1: - fixed typo in commit message Claudius Heine (9): isar-bootstrap-host: disable DISTRO_BOOTSTRAP_KEYS usage isar-bootstrap-helper: move 'HOST_ARCH' and 'HOST_DISTRO' to base.bbclass move 'HOST_DISTRO_APT_SOURCES' from bootstrap-helper to isar-bootstrap buildchroot.bbclass: only cross build if HOST_ARCH != DISTRO_ARCH isar-bootstrap/buildchroot/sdkchroot: refactor PF and WORKDIR bitbake.conf: remove unneeded and differently used variables image.bbclass: make IMAGE_ROOTFS overwritable bitbake.conf: set default QEMU_ARCH variables buildchroot/configscript: make creation of builder uid/gid idempotent meta-isar/conf/multiconfig/rpi-stretch.conf | 1 + meta/classes/base.bbclass | 9 +++++++++ meta/classes/buildchroot.bbclass | 2 +- meta/classes/image-sdk-extension.bbclass | 2 +- meta/classes/image.bbclass | 2 +- meta/classes/isar-bootstrap-helper.bbclass | 18 ++---------------- meta/conf/bitbake.conf | 13 ++++++++----- .../isar-bootstrap/isar-bootstrap-host.bb | 13 +++++-------- .../isar-bootstrap/isar-bootstrap-target.bb | 6 +----- .../isar-bootstrap/isar-bootstrap.inc | 1 + .../buildchroot/buildchroot-host.bb | 3 ++- .../buildchroot/buildchroot-target.bb | 1 + .../buildchroot/buildchroot.inc | 2 -- .../buildchroot/files/configscript.sh | 4 ++-- meta/recipes-devtools/sdkchroot/sdkchroot.bb | 5 ++--- 15 files changed, 37 insertions(+), 45 deletions(-) -- 2.20.1