From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6739560601010307072 X-Received: by 2002:a2e:9015:: with SMTP id h21mr1183370ljg.234.1569176234019; Sun, 22 Sep 2019 11:17:14 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a2e:8803:: with SMTP id x3ls812647ljh.10.gmail; Sun, 22 Sep 2019 11:17:13 -0700 (PDT) X-Google-Smtp-Source: APXvYqxpGWpbAc+i4yl4LsjFruLKhQo0ZVkQ8SUfbSsMi4w08JeUnKbhlOFwiyac2bGpA2qp1epA X-Received: by 2002:a2e:9e88:: with SMTP id f8mr9222372ljk.161.1569176233460; Sun, 22 Sep 2019 11:17:13 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1569176233; cv=none; d=google.com; s=arc-20160816; b=m1U2VOgoVSOLMl9gbKrbgRLPdLWh8Av4BPfG8vHxA7pMwbowUJ+oTdM2W3gI0J+0Tm 9eG++HFF4+Zva0MPrfDEVqbq8y2RKx5P/J3xD0bgk5438/n6l2BDNiAJv5xdAGcMPE/f EwecI30DhgQjgkkn+rabUl9iLoYm515fZGFKgXaJq5euQDEpkdnqMxeK5XjtndqlMQ2w HknavBqb9D8UcgxBrNGk0KWznmfWCas5ackuTVTFZu5E3ofGwMNUzid/cVGR49/15K2g TZ3BeN91BIy6vZCMWKCXgQGd+4TV2xhSn0VJkzYA5K1tzAavZteTJLof6Wyx/AlsscJJ b/bQ== 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=IywaTYMMLU3dSRYth1UgZXQgAecngToSUtgsVugcg+o=; b=yTD/jYq7VkOFzBcWmHMkqGTosJm51+IPn3z2L5VYKfEVLDRsRVF+wNHB6z957Ewyu3 dCF678b1qUkoS4vZV5cBcsu/M44dubWC0RYzO83h1JuC/RBTdFFMegYia3MXHnL5J155 uQzUnAaRf/76PmdkdeO+ermEpzrRYe+lcpunQLq/PPiTWTWFD4nAxyPwKl3C2ovvst1q whRkGXa7RlW7bhdCVBtkG/r6og4vBOUc4SbmJPZUy95ZcQJVy4Whvm4rMd1nQ1838g+Z ZPq2ImmsvfdkJf7DQpNBJI5pfdXfQB1qPaI1mudy1ACAMInl9an2kQ4z4zdAAcmRPs3O lZtQ== 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 k24si563721lji.3.2019.09.22.11.17.13 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 22 Sep 2019 11:17:13 -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 x8MIHCHR020097 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Sun, 22 Sep 2019 20:17:12 +0200 Received: from md1f2u6c.ad001.siemens.net ([139.22.37.1]) by mail1.sbs.de (8.15.2/8.15.2) with ESMTP id x8MIHB8q005761 for ; Sun, 22 Sep 2019 20:17:12 +0200 From: Jan Kiszka To: isar-users Subject: [PATCH v5 04/27] Remove unneeded PF tweakings Date: Sun, 22 Sep 2019 20:16:48 +0200 Message-Id: <1e9bdc94f01a683340387fb672091a3f7386fb96.1569176231.git.jan.kiszka@siemens.com> X-Mailer: git-send-email 2.16.4 In-Reply-To: References: In-Reply-To: References: X-TUID: nfhJAMWvtbDA From: Jan Kiszka All these recipes now have unique WORKDIRs and STAMPs, and all deploy their shared artifacts via DEPLOY_DIR. Signed-off-by: Jan Kiszka --- meta/recipes-core/isar-bootstrap/isar-bootstrap-host.bb | 1 - meta/recipes-core/isar-bootstrap/isar-bootstrap-target.bb | 1 - meta/recipes-devtools/buildchroot/buildchroot-host.bb | 1 - meta/recipes-devtools/buildchroot/buildchroot-target.bb | 1 - meta/recipes-devtools/sdkchroot/sdkchroot.bb | 1 - 5 files changed, 5 deletions(-) diff --git a/meta/recipes-core/isar-bootstrap/isar-bootstrap-host.bb b/meta/recipes-core/isar-bootstrap/isar-bootstrap-host.bb index 8363465..b2dded5 100644 --- a/meta/recipes-core/isar-bootstrap/isar-bootstrap-host.bb +++ b/meta/recipes-core/isar-bootstrap/isar-bootstrap-host.bb @@ -6,7 +6,6 @@ # SPDX-License-Identifier: MIT Description = "Minimal host Debian root file system" -PF = "${PN}-${HOST_DISTRO}-${HOST_ARCH}-${DISTRO_ARCH}" 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" diff --git a/meta/recipes-core/isar-bootstrap/isar-bootstrap-target.bb b/meta/recipes-core/isar-bootstrap/isar-bootstrap-target.bb index 77276e9..d7fcdbf 100644 --- a/meta/recipes-core/isar-bootstrap/isar-bootstrap-target.bb +++ b/meta/recipes-core/isar-bootstrap/isar-bootstrap-target.bb @@ -6,7 +6,6 @@ # SPDX-License-Identifier: MIT Description = "Minimal target Debian root file system" -PF = "${PN}-${DISTRO}-${DISTRO_ARCH}" DEPLOY_ISAR_BOOTSTRAP = "${DEPLOY_DIR_BOOTSTRAP}/${DISTRO}-${DISTRO_ARCH}" ISAR_BOOTSTRAP_LOCK = "${DEPLOY_DIR_BOOTSTRAP}/${DISTRO}-${DISTRO_ARCH}.lock" diff --git a/meta/recipes-devtools/buildchroot/buildchroot-host.bb b/meta/recipes-devtools/buildchroot/buildchroot-host.bb index 40a37ea..795b77a 100644 --- a/meta/recipes-devtools/buildchroot/buildchroot-host.bb +++ b/meta/recipes-devtools/buildchroot/buildchroot-host.bb @@ -4,7 +4,6 @@ # Copyright (C) 2015-2018 ilbers GmbH DESCRIPTION = "Isar development filesystem for host" -PF = "${PN}-${HOST_DISTRO}-${HOST_ARCH}-${DISTRO_ARCH}" BUILDCHROOT_VARIANT = "host" diff --git a/meta/recipes-devtools/buildchroot/buildchroot-target.bb b/meta/recipes-devtools/buildchroot/buildchroot-target.bb index 3b96977..68aedaa 100644 --- a/meta/recipes-devtools/buildchroot/buildchroot-target.bb +++ b/meta/recipes-devtools/buildchroot/buildchroot-target.bb @@ -4,7 +4,6 @@ # Copyright (C) 2015-2018 ilbers GmbH DESCRIPTION = "Isar development filesystem for target" -PF = "${PN}-${DISTRO}-${DISTRO_ARCH}" BUILDCHROOT_VARIANT = "target" diff --git a/meta/recipes-devtools/sdkchroot/sdkchroot.bb b/meta/recipes-devtools/sdkchroot/sdkchroot.bb index 84b8808..e658122 100644 --- a/meta/recipes-devtools/sdkchroot/sdkchroot.bb +++ b/meta/recipes-devtools/sdkchroot/sdkchroot.bb @@ -12,7 +12,6 @@ SRC_URI = " \ file://configscript.sh \ file://README.sdk" PV = "0.1" -PF = "${PN}-${HOST_DISTRO}-${HOST_ARCH}-${DISTRO_ARCH}" TOOLCHAIN = "crossbuild-essential-${DISTRO_ARCH}" TOOLCHAIN_${HOST_ARCH} = "build-essential" -- 2.16.4