From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6739560601010307072 X-Received: by 2002:adf:cd86:: with SMTP id q6mr19586603wrj.153.1569176234764; Sun, 22 Sep 2019 11:17:14 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:adf:828e:: with SMTP id 14ls3632477wrc.7.gmail; Sun, 22 Sep 2019 11:17:14 -0700 (PDT) X-Google-Smtp-Source: APXvYqwION7IOFJy6gsDalXTfP2c2C13Xqsyh8G59bXSonyhPy8yj4ff2mopOTa8a1Rymlo40vN3 X-Received: by 2002:a5d:430f:: with SMTP id h15mr19295074wrq.177.1569176234262; Sun, 22 Sep 2019 11:17:14 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1569176234; cv=none; d=google.com; s=arc-20160816; b=YkfxSssjYVgYsJr1HgMyvpd6tWxtkOZKvrem0ro9dhFFkwLphvv/ar2fQRxu+LRIqZ WOjCQwrqjHQX6GXJa6ln9U56ZjeoMfkfsCczbtFFmt3TDT4v8q0q2WAJOn32YVvyT9Sd zGr6igPpuUeCAoFKYh/iZAyThpG8Wrp4eIRKamMKJE1M26LrcGzY637wGMPyKU70yPsi jp2prxrLqN0ZTiNd2/oeGu0rx0Fp/LjA7WU/xo8CYBTSanXBJFMSUP98UeMvfNFJPD+T 9lGT9D2VXsvIlbdlF3bZW/MytrOFnSzaq6/2ryCvJIQ0SgU+jKqiVKsmxwLlaeiHblAB M2nA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=references:in-reply-to:references:in-reply-to:message-id:date :subject:to:from; bh=VDQhzH9SJbF6AAjnvChtYYlLq74yv/ykKQzRZDEgauE=; b=QdLf8THzr144ZJ1Vg5VurIhrK7lgzErmDSC6/moWzgcihOc7uQNZ5yuhrd3iFCCE5f 2qa9V0VLb1B7CDBLjkS7WRlpJkbOyDlqJb6iuhvHVRx3bG8BFVxP6Xe3Gm99ZoEYBepV ak0QR5q5FLhuBBO/elWaR+9Pn9TBHTGJbuL1dtfKoxeGfrSW4vE4KzI3LFbtiwG7OMQ9 PXQGBJ43q697n0QgQd+f7+h8OIxzZnrVYdBKl6hXbgM615TI/M4be/cAeaN+LiwodyBa Sq1QytKR9LRgxyXz4l5h4fQIgQhCGCRI9cxUEEdg5Dwv5aMVi5D4ITtsJMMRcmiEjFjA W+0g== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of jan.kiszka@siemens.com designates 192.35.17.2 as permitted sender) smtp.mailfrom=jan.kiszka@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 5si1198351wmf.1.2019.09.22.11.17.14 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 22 Sep 2019 11:17:14 -0700 (PDT) Received-SPF: pass (google.com: domain of jan.kiszka@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 jan.kiszka@siemens.com designates 192.35.17.2 as permitted sender) smtp.mailfrom=jan.kiszka@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 x8MIHDVP020124 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Sun, 22 Sep 2019 20:17:13 +0200 Received: from md1f2u6c.ad001.siemens.net ([139.22.37.1]) by mail1.sbs.de (8.15.2/8.15.2) with ESMTP id x8MIHB8v005761 for ; Sun, 22 Sep 2019 20:17:13 +0200 From: Jan Kiszka To: isar-users Subject: [PATCH v5 09/27] isar-bootstrap: Unshare host bootstraps across different target distros Date: Sun, 22 Sep 2019 20:16:53 +0200 Message-Id: <368b8bb3cf1be2084fc87547342b445076f36a9b.1569176231.git.jan.kiszka@siemens.com> X-Mailer: git-send-email 2.16.4 In-Reply-To: References: In-Reply-To: References: X-TUID: ObFnuseZx17c From: Jan Kiszka They may come with different settings for the bootstrap environment, and currently only the first ones win (due to that improper locking in isar-bootstrap). Signed-off-by: Jan Kiszka --- meta/classes/rootfs.bbclass | 2 +- meta/recipes-core/isar-bootstrap/isar-bootstrap-host.bb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/classes/rootfs.bbclass b/meta/classes/rootfs.bbclass index c7e0435..5bafe32 100644 --- a/meta/classes/rootfs.bbclass +++ b/meta/classes/rootfs.bbclass @@ -65,7 +65,7 @@ rootfs_do_qemu() { fi } -BOOTSTRAP_SRC = "${DEPLOY_DIR_BOOTSTRAP}/${ROOTFS_DISTRO}-${ROOTFS_ARCH}-${DISTRO_ARCH}" +BOOTSTRAP_SRC = "${DEPLOY_DIR_BOOTSTRAP}/${ROOTFS_DISTRO}-host_${DISTRO}-${DISTRO_ARCH}" BOOTSTRAP_SRC_${ROOTFS_ARCH} = "${DEPLOY_DIR_BOOTSTRAP}/${ROOTFS_DISTRO}-${ROOTFS_ARCH}" rootfs_prepare[weight] = "25" diff --git a/meta/recipes-core/isar-bootstrap/isar-bootstrap-host.bb b/meta/recipes-core/isar-bootstrap/isar-bootstrap-host.bb index b2dded5..d8abaf3 100644 --- a/meta/recipes-core/isar-bootstrap/isar-bootstrap-host.bb +++ b/meta/recipes-core/isar-bootstrap/isar-bootstrap-host.bb @@ -7,8 +7,8 @@ Description = "Minimal host Debian root file system" -DEPLOY_ISAR_BOOTSTRAP = "${DEPLOY_DIR_BOOTSTRAP}/${HOST_DISTRO}-${HOST_ARCH}-${DISTRO_ARCH}" -ISAR_BOOTSTRAP_LOCK = "${DEPLOY_DIR_BOOTSTRAP}/${HOST_DISTRO}-${HOST_ARCH}-${DISTRO_ARCH}.lock" +DEPLOY_ISAR_BOOTSTRAP = "${DEPLOY_DIR_BOOTSTRAP}/${HOST_DISTRO}-host_${DISTRO}-${DISTRO_ARCH}" +ISAR_BOOTSTRAP_LOCK = "${DEPLOY_DIR_BOOTSTRAP}/${HOST_DISTRO}-host_${DISTRO}-${DISTRO_ARCH}.lock" require isar-bootstrap.inc -- 2.16.4