All these recipes now have unique WORKDIRs and STAMPs, and all deploy their shared artifacts via DEPLOY_DIR. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
@@ -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"
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"
@@ -4,7 +4,6 @@
# Copyright (C) 2015-2018 ilbers GmbH
DESCRIPTION = "Isar development filesystem for host"
BUILDCHROOT_VARIANT = "host"
DESCRIPTION = "Isar development filesystem for target"
BUILDCHROOT_VARIANT = "target"
@@ -12,7 +12,6 @@ SRC_URI = " \
file://configscript.sh \
file://README.sdk"
PV = "0.1"
TOOLCHAIN = "crossbuild-essential-${DISTRO_ARCH}"
TOOLCHAIN_${HOST_ARCH} = "build-essential"