From patchwork Fri Feb 21 16:31:50 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 57703 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id A6F69C021B5 for ; Fri, 21 Feb 2025 16:31:55 +0000 (UTC) Received: from fllvem-ot04.ext.ti.com (fllvem-ot04.ext.ti.com [198.47.19.246]) by mx.groups.io with SMTP id smtpd.web11.27417.1740155512966445059 for ; Fri, 21 Feb 2025 08:31:53 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=Rz8m9z/x; spf=pass (domain: ti.com, ip: 198.47.19.246, mailfrom: reatmon@ti.com) Received: from fllv0034.itg.ti.com ([10.64.40.246]) by fllvem-ot04.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 51LGVpFq943210 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Fri, 21 Feb 2025 10:31:51 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1740155511; bh=2F7pbh/8zzF/fd0NIXGvwWCtffeTZB9FXW2EvBMxEVs=; h=From:To:Subject:Date; b=Rz8m9z/x4wxF3/9K/mmpKm3rfS+HFb4vut6DGPpfsSyieNUH6QCdnp/YVhToy1K5k k3a1vyl8tSWMVYNDtrcvv+x++l4IWcdtKEuQdgBEjH/mFQUhGG/ifVeW5WjXcz068E YQEkcaQa0RMRhnD0L2Hkl/cRgEhSPT8c1zVW/Fg0= Received: from DFLE109.ent.ti.com (dfle109.ent.ti.com [10.64.6.30]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 51LGVpkX125866 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 21 Feb 2025 10:31:51 -0600 Received: from DFLE101.ent.ti.com (10.64.6.22) by DFLE109.ent.ti.com (10.64.6.30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Fri, 21 Feb 2025 10:31:51 -0600 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) by DFLE101.ent.ti.com (10.64.6.22) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Fri, 21 Feb 2025 10:31:50 -0600 Received: from uda0214219 (uda0214219.dhcp.ti.com [128.247.81.222]) by lelvsmtp6.itg.ti.com (8.15.2/8.15.2) with ESMTP id 51LGVokk081927; Fri, 21 Feb 2025 10:31:50 -0600 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tlVwM-0000t0-Og; Fri, 21 Feb 2025 10:31:50 -0600 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [oe-layersetup][master][PATCH v2] templates: Fix paths for DL_DIR and SSTATE_DIR Date: Fri, 21 Feb 2025 10:31:50 -0600 Message-ID: <20250221163150.3367-1-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 21 Feb 2025 16:31:55 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/15886 When the conversion to the new XML/XSLT system was done, the reference to OEBASE was converted to TOPDIR. The value for OEBASE was historically the directory above the bitbake run dir which is what TOPDIR is set to. This made the downloads and sstate_cache directories appear down a level of directory that was unintended. This change updates the values for DL_DIR and SSTATE_DIR to be relative to TOPDIR but back in the same location they were originally meant to be in. Signed-off-by: Ryan Eatmon --- v2: I ran a make clean and make and a lot more configs got updated with the change. Clearly I need to rework the make system. bitbake-setup/coresdk_coresdk-10.01.10-selinux-config.json | 2 +- .../arago-kirkstone-chromium-config/local.conf.sample | 4 ++-- conf/templates/arago-kirkstone-config/local.conf.sample | 4 ++-- conf/templates/arago-kirkstone-next-config/local.conf.sample | 4 ++-- conf/templates/arago-kirkstone-wip-config/local.conf.sample | 4 ++-- conf/templates/arago-master-chromium-config/local.conf.sample | 4 ++-- conf/templates/arago-master-config/local.conf.sample | 4 ++-- conf/templates/arago-master-next-config/local.conf.sample | 4 ++-- conf/templates/arago-master-selinux-config/local.conf.sample | 4 ++-- conf/templates/arago-master-wip-config/local.conf.sample | 4 ++-- .../arago-scarthgap-chromium-config/local.conf.sample | 4 ++-- conf/templates/arago-scarthgap-config/local.conf.sample | 4 ++-- conf/templates/arago-scarthgap-next-config/local.conf.sample | 4 ++-- .../arago-scarthgap-selinux-config/local.conf.sample | 4 ++-- conf/templates/arago-scarthgap-wip-config/local.conf.sample | 4 ++-- .../coresdk_coresdk-09.00.00.006-config/local.conf.sample | 4 ++-- .../coresdk_coresdk-09.00.00.007-config/local.conf.sample | 4 ++-- .../coresdk_coresdk-09.00.00.011-config/local.conf.sample | 4 ++-- .../coresdk_coresdk-09.01.00.001-config/local.conf.sample | 4 ++-- .../coresdk_coresdk-09.01.00.003-config/local.conf.sample | 4 ++-- .../coresdk_coresdk-09.01.00.007-config/local.conf.sample | 4 ++-- .../coresdk_coresdk-09.01.00.008-config/local.conf.sample | 4 ++-- .../coresdk_coresdk-09.02.00.008-config/local.conf.sample | 4 ++-- .../coresdk_coresdk-09.02.00.009-config/local.conf.sample | 4 ++-- .../coresdk_coresdk-09.02.00.010-config/local.conf.sample | 4 ++-- .../coresdk_coresdk-09.03.05-config/local.conf.sample | 4 ++-- .../coresdk_coresdk-10.00.07-config/local.conf.sample | 4 ++-- .../coresdk_coresdk-10.01.08-config/local.conf.sample | 4 ++-- .../coresdk_coresdk-10.01.10-config/local.conf.sample | 4 ++-- .../coresdk_coresdk-10.01.10-selinux-config/local.conf.sample | 4 ++-- conf/templates/distroless-kirkstone-config/local.conf.sample | 4 ++-- conf/templates/distroless-master-config/local.conf.sample | 4 ++-- conf/templates/distroless-scarthgap-config/local.conf.sample | 4 ++-- conf/templates/poky-kirkstone-config/local.conf.sample | 4 ++-- conf/templates/poky-master-config/local.conf.sample | 4 ++-- conf/templates/poky-master-wip-config/local.conf.sample | 4 ++-- conf/templates/poky-scarthgap-config/local.conf.sample | 4 ++-- .../local.conf.sample | 4 ++-- .../local.conf.sample | 4 ++-- .../local.conf.sample | 4 ++-- .../local.conf.sample | 4 ++-- .../local.conf.sample | 4 ++-- .../local.conf.sample | 4 ++-- .../local.conf.sample | 4 ++-- .../local.conf.sample | 4 ++-- .../local.conf.sample | 4 ++-- .../local.conf.sample | 4 ++-- .../local.conf.sample | 4 ++-- .../local.conf.sample | 4 ++-- .../local.conf.sample | 4 ++-- .../local.conf.sample | 4 ++-- .../local.conf.sample | 4 ++-- .../local.conf.sample | 4 ++-- .../local.conf.sample | 4 ++-- .../local.conf.sample | 4 ++-- .../local.conf.sample | 4 ++-- .../local.conf.sample | 4 ++-- .../local.conf.sample | 4 ++-- .../local.conf.sample | 4 ++-- .../local.conf.sample | 4 ++-- .../local.conf.sample | 4 ++-- .../local.conf.sample | 4 ++-- .../local.conf.sample | 4 ++-- .../local.conf.sample | 4 ++-- .../local.conf.sample | 4 ++-- .../local.conf.sample | 4 ++-- .../local.conf.sample | 4 ++-- .../local.conf.sample | 4 ++-- configs/arago-master-wip-config.txt | 2 +- .../processor-sdk-scarthgap-10.01.10.04-config.yml | 1 + .../processor-sdk-scarthgap-chromium-10.01.10.04-config.yml | 1 + kas/templates/local-arago64-v2.conf.yml | 4 ++-- kas/templates/local-arago64-v3.conf.yml | 4 ++-- kas/templates/local-poky-v2.conf.yml | 4 ++-- kas/templates/local-poky-v3.conf.yml | 4 ++-- kas/templates/local-v2.conf.yml | 4 ++-- kas/templates/local-v3.conf.yml | 4 ++-- sample-files/local-arago64-v2.conf.sample | 4 ++-- sample-files/local-arago64-v3.conf.sample | 4 ++-- sample-files/local-poky-v2.conf.sample | 4 ++-- sample-files/local-poky-v3.conf.sample | 4 ++-- sample-files/local-v2.conf.sample | 4 ++-- sample-files/local-v3.conf.sample | 4 ++-- src/bin/convert.pl | 2 +- src/templates/local-arago64-v2.conf.xml | 4 ++-- src/templates/local-arago64-v3.conf.xml | 4 ++-- src/templates/local-poky-v2.conf.xml | 4 ++-- src/templates/local-poky-v3.conf.xml | 4 ++-- src/templates/local-v2.conf.xml | 4 ++-- src/templates/local-v3.conf.xml | 4 ++-- 90 files changed, 175 insertions(+), 173 deletions(-) diff --git a/bitbake-setup/coresdk_coresdk-10.01.10-selinux-config.json b/bitbake-setup/coresdk_coresdk-10.01.10-selinux-config.json index 1cc2962..8acd24a 100644 --- a/bitbake-setup/coresdk_coresdk-10.01.10-selinux-config.json +++ b/bitbake-setup/coresdk_coresdk-10.01.10-selinux-config.json @@ -9,7 +9,7 @@ "uri": "https://git.ti.com/git/arago-project/oe-layersetup.git" } }, - "rev": "wip" + "rev": "master" }, "path": "oe-layersetup" }, diff --git a/conf/templates/arago-kirkstone-chromium-config/local.conf.sample b/conf/templates/arago-kirkstone-chromium-config/local.conf.sample index 7575b4b..8ad6f26 100644 --- a/conf/templates/arago-kirkstone-chromium-config/local.conf.sample +++ b/conf/templates/arago-kirkstone-chromium-config/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/arago-kirkstone-config/local.conf.sample b/conf/templates/arago-kirkstone-config/local.conf.sample index 7575b4b..8ad6f26 100644 --- a/conf/templates/arago-kirkstone-config/local.conf.sample +++ b/conf/templates/arago-kirkstone-config/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/arago-kirkstone-next-config/local.conf.sample b/conf/templates/arago-kirkstone-next-config/local.conf.sample index cb76dd8..d97939a 100644 --- a/conf/templates/arago-kirkstone-next-config/local.conf.sample +++ b/conf/templates/arago-kirkstone-next-config/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/arago-kirkstone-wip-config/local.conf.sample b/conf/templates/arago-kirkstone-wip-config/local.conf.sample index 7575b4b..8ad6f26 100644 --- a/conf/templates/arago-kirkstone-wip-config/local.conf.sample +++ b/conf/templates/arago-kirkstone-wip-config/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/arago-master-chromium-config/local.conf.sample b/conf/templates/arago-master-chromium-config/local.conf.sample index f2e9587..720ce11 100644 --- a/conf/templates/arago-master-chromium-config/local.conf.sample +++ b/conf/templates/arago-master-chromium-config/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/arago-master-config/local.conf.sample b/conf/templates/arago-master-config/local.conf.sample index f2e9587..720ce11 100644 --- a/conf/templates/arago-master-config/local.conf.sample +++ b/conf/templates/arago-master-config/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/arago-master-next-config/local.conf.sample b/conf/templates/arago-master-next-config/local.conf.sample index 6c32f4b..c1549ac 100644 --- a/conf/templates/arago-master-next-config/local.conf.sample +++ b/conf/templates/arago-master-next-config/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/arago-master-selinux-config/local.conf.sample b/conf/templates/arago-master-selinux-config/local.conf.sample index 5cc19d4..dfb4873 100644 --- a/conf/templates/arago-master-selinux-config/local.conf.sample +++ b/conf/templates/arago-master-selinux-config/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/arago-master-wip-config/local.conf.sample b/conf/templates/arago-master-wip-config/local.conf.sample index f2e9587..720ce11 100644 --- a/conf/templates/arago-master-wip-config/local.conf.sample +++ b/conf/templates/arago-master-wip-config/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/arago-scarthgap-chromium-config/local.conf.sample b/conf/templates/arago-scarthgap-chromium-config/local.conf.sample index 7575b4b..8ad6f26 100644 --- a/conf/templates/arago-scarthgap-chromium-config/local.conf.sample +++ b/conf/templates/arago-scarthgap-chromium-config/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/arago-scarthgap-config/local.conf.sample b/conf/templates/arago-scarthgap-config/local.conf.sample index 7575b4b..8ad6f26 100644 --- a/conf/templates/arago-scarthgap-config/local.conf.sample +++ b/conf/templates/arago-scarthgap-config/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/arago-scarthgap-next-config/local.conf.sample b/conf/templates/arago-scarthgap-next-config/local.conf.sample index dbb184b..3ad6481 100644 --- a/conf/templates/arago-scarthgap-next-config/local.conf.sample +++ b/conf/templates/arago-scarthgap-next-config/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/arago-scarthgap-selinux-config/local.conf.sample b/conf/templates/arago-scarthgap-selinux-config/local.conf.sample index 46869ad..c862657 100644 --- a/conf/templates/arago-scarthgap-selinux-config/local.conf.sample +++ b/conf/templates/arago-scarthgap-selinux-config/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/arago-scarthgap-wip-config/local.conf.sample b/conf/templates/arago-scarthgap-wip-config/local.conf.sample index 7575b4b..8ad6f26 100644 --- a/conf/templates/arago-scarthgap-wip-config/local.conf.sample +++ b/conf/templates/arago-scarthgap-wip-config/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/coresdk_coresdk-09.00.00.006-config/local.conf.sample b/conf/templates/coresdk_coresdk-09.00.00.006-config/local.conf.sample index 7575b4b..8ad6f26 100644 --- a/conf/templates/coresdk_coresdk-09.00.00.006-config/local.conf.sample +++ b/conf/templates/coresdk_coresdk-09.00.00.006-config/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/coresdk_coresdk-09.00.00.007-config/local.conf.sample b/conf/templates/coresdk_coresdk-09.00.00.007-config/local.conf.sample index 7575b4b..8ad6f26 100644 --- a/conf/templates/coresdk_coresdk-09.00.00.007-config/local.conf.sample +++ b/conf/templates/coresdk_coresdk-09.00.00.007-config/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/coresdk_coresdk-09.00.00.011-config/local.conf.sample b/conf/templates/coresdk_coresdk-09.00.00.011-config/local.conf.sample index 7575b4b..8ad6f26 100644 --- a/conf/templates/coresdk_coresdk-09.00.00.011-config/local.conf.sample +++ b/conf/templates/coresdk_coresdk-09.00.00.011-config/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/coresdk_coresdk-09.01.00.001-config/local.conf.sample b/conf/templates/coresdk_coresdk-09.01.00.001-config/local.conf.sample index 7575b4b..8ad6f26 100644 --- a/conf/templates/coresdk_coresdk-09.01.00.001-config/local.conf.sample +++ b/conf/templates/coresdk_coresdk-09.01.00.001-config/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/coresdk_coresdk-09.01.00.003-config/local.conf.sample b/conf/templates/coresdk_coresdk-09.01.00.003-config/local.conf.sample index 7575b4b..8ad6f26 100644 --- a/conf/templates/coresdk_coresdk-09.01.00.003-config/local.conf.sample +++ b/conf/templates/coresdk_coresdk-09.01.00.003-config/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/coresdk_coresdk-09.01.00.007-config/local.conf.sample b/conf/templates/coresdk_coresdk-09.01.00.007-config/local.conf.sample index 7575b4b..8ad6f26 100644 --- a/conf/templates/coresdk_coresdk-09.01.00.007-config/local.conf.sample +++ b/conf/templates/coresdk_coresdk-09.01.00.007-config/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/coresdk_coresdk-09.01.00.008-config/local.conf.sample b/conf/templates/coresdk_coresdk-09.01.00.008-config/local.conf.sample index 7575b4b..8ad6f26 100644 --- a/conf/templates/coresdk_coresdk-09.01.00.008-config/local.conf.sample +++ b/conf/templates/coresdk_coresdk-09.01.00.008-config/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/coresdk_coresdk-09.02.00.008-config/local.conf.sample b/conf/templates/coresdk_coresdk-09.02.00.008-config/local.conf.sample index 7575b4b..8ad6f26 100644 --- a/conf/templates/coresdk_coresdk-09.02.00.008-config/local.conf.sample +++ b/conf/templates/coresdk_coresdk-09.02.00.008-config/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/coresdk_coresdk-09.02.00.009-config/local.conf.sample b/conf/templates/coresdk_coresdk-09.02.00.009-config/local.conf.sample index 7575b4b..8ad6f26 100644 --- a/conf/templates/coresdk_coresdk-09.02.00.009-config/local.conf.sample +++ b/conf/templates/coresdk_coresdk-09.02.00.009-config/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/coresdk_coresdk-09.02.00.010-config/local.conf.sample b/conf/templates/coresdk_coresdk-09.02.00.010-config/local.conf.sample index 7575b4b..8ad6f26 100644 --- a/conf/templates/coresdk_coresdk-09.02.00.010-config/local.conf.sample +++ b/conf/templates/coresdk_coresdk-09.02.00.010-config/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/coresdk_coresdk-09.03.05-config/local.conf.sample b/conf/templates/coresdk_coresdk-09.03.05-config/local.conf.sample index 7575b4b..8ad6f26 100644 --- a/conf/templates/coresdk_coresdk-09.03.05-config/local.conf.sample +++ b/conf/templates/coresdk_coresdk-09.03.05-config/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/coresdk_coresdk-10.00.07-config/local.conf.sample b/conf/templates/coresdk_coresdk-10.00.07-config/local.conf.sample index 7575b4b..8ad6f26 100644 --- a/conf/templates/coresdk_coresdk-10.00.07-config/local.conf.sample +++ b/conf/templates/coresdk_coresdk-10.00.07-config/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/coresdk_coresdk-10.01.08-config/local.conf.sample b/conf/templates/coresdk_coresdk-10.01.08-config/local.conf.sample index 7575b4b..8ad6f26 100644 --- a/conf/templates/coresdk_coresdk-10.01.08-config/local.conf.sample +++ b/conf/templates/coresdk_coresdk-10.01.08-config/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/coresdk_coresdk-10.01.10-config/local.conf.sample b/conf/templates/coresdk_coresdk-10.01.10-config/local.conf.sample index 7575b4b..8ad6f26 100644 --- a/conf/templates/coresdk_coresdk-10.01.10-config/local.conf.sample +++ b/conf/templates/coresdk_coresdk-10.01.10-config/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/coresdk_coresdk-10.01.10-selinux-config/local.conf.sample b/conf/templates/coresdk_coresdk-10.01.10-selinux-config/local.conf.sample index e45417c..27f1704 100644 --- a/conf/templates/coresdk_coresdk-10.01.10-selinux-config/local.conf.sample +++ b/conf/templates/coresdk_coresdk-10.01.10-selinux-config/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/distroless-kirkstone-config/local.conf.sample b/conf/templates/distroless-kirkstone-config/local.conf.sample index 46cb253..b499977 100644 --- a/conf/templates/distroless-kirkstone-config/local.conf.sample +++ b/conf/templates/distroless-kirkstone-config/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/distroless-master-config/local.conf.sample b/conf/templates/distroless-master-config/local.conf.sample index bcdaaa4..7d218e8 100644 --- a/conf/templates/distroless-master-config/local.conf.sample +++ b/conf/templates/distroless-master-config/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/distroless-scarthgap-config/local.conf.sample b/conf/templates/distroless-scarthgap-config/local.conf.sample index 46cb253..b499977 100644 --- a/conf/templates/distroless-scarthgap-config/local.conf.sample +++ b/conf/templates/distroless-scarthgap-config/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/poky-kirkstone-config/local.conf.sample b/conf/templates/poky-kirkstone-config/local.conf.sample index e67385d..12eacfc 100644 --- a/conf/templates/poky-kirkstone-config/local.conf.sample +++ b/conf/templates/poky-kirkstone-config/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/poky-master-config/local.conf.sample b/conf/templates/poky-master-config/local.conf.sample index 1fe5688..e0112c7 100644 --- a/conf/templates/poky-master-config/local.conf.sample +++ b/conf/templates/poky-master-config/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/poky-master-wip-config/local.conf.sample b/conf/templates/poky-master-wip-config/local.conf.sample index 1fe5688..e0112c7 100644 --- a/conf/templates/poky-master-wip-config/local.conf.sample +++ b/conf/templates/poky-master-wip-config/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/poky-scarthgap-config/local.conf.sample b/conf/templates/poky-scarthgap-config/local.conf.sample index e67385d..12eacfc 100644 --- a/conf/templates/poky-scarthgap-config/local.conf.sample +++ b/conf/templates/poky-scarthgap-config/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/processor-sdk-analytics_processor-sdk-analytics-09.00.00-config/local.conf.sample b/conf/templates/processor-sdk-analytics_processor-sdk-analytics-09.00.00-config/local.conf.sample index 7575b4b..8ad6f26 100644 --- a/conf/templates/processor-sdk-analytics_processor-sdk-analytics-09.00.00-config/local.conf.sample +++ b/conf/templates/processor-sdk-analytics_processor-sdk-analytics-09.00.00-config/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/processor-sdk-analytics_processor-sdk-analytics-09.00.01-config/local.conf.sample b/conf/templates/processor-sdk-analytics_processor-sdk-analytics-09.00.01-config/local.conf.sample index 7575b4b..8ad6f26 100644 --- a/conf/templates/processor-sdk-analytics_processor-sdk-analytics-09.00.01-config/local.conf.sample +++ b/conf/templates/processor-sdk-analytics_processor-sdk-analytics-09.00.01-config/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/processor-sdk-analytics_processor-sdk-analytics-09.01.00-config/local.conf.sample b/conf/templates/processor-sdk-analytics_processor-sdk-analytics-09.01.00-config/local.conf.sample index 7575b4b..8ad6f26 100644 --- a/conf/templates/processor-sdk-analytics_processor-sdk-analytics-09.01.00-config/local.conf.sample +++ b/conf/templates/processor-sdk-analytics_processor-sdk-analytics-09.01.00-config/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/processor-sdk-analytics_processor-sdk-analytics-09.02.00-config/local.conf.sample b/conf/templates/processor-sdk-analytics_processor-sdk-analytics-09.02.00-config/local.conf.sample index 7575b4b..8ad6f26 100644 --- a/conf/templates/processor-sdk-analytics_processor-sdk-analytics-09.02.00-config/local.conf.sample +++ b/conf/templates/processor-sdk-analytics_processor-sdk-analytics-09.02.00-config/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/processor-sdk-analytics_processor-sdk-analytics-10.00.00-config/local.conf.sample b/conf/templates/processor-sdk-analytics_processor-sdk-analytics-10.00.00-config/local.conf.sample index 7575b4b..8ad6f26 100644 --- a/conf/templates/processor-sdk-analytics_processor-sdk-analytics-10.00.00-config/local.conf.sample +++ b/conf/templates/processor-sdk-analytics_processor-sdk-analytics-10.00.00-config/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/processor-sdk-analytics_processor-sdk-analytics-10.01.00-config/local.conf.sample b/conf/templates/processor-sdk-analytics_processor-sdk-analytics-10.01.00-config/local.conf.sample index 7575b4b..8ad6f26 100644 --- a/conf/templates/processor-sdk-analytics_processor-sdk-analytics-10.01.00-config/local.conf.sample +++ b/conf/templates/processor-sdk-analytics_processor-sdk-analytics-10.01.00-config/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/processor-sdk-linux_processor-sdk-gateway-10_00/local.conf.sample b/conf/templates/processor-sdk-linux_processor-sdk-gateway-10_00/local.conf.sample index 6b91881..1149e85 100644 --- a/conf/templates/processor-sdk-linux_processor-sdk-gateway-10_00/local.conf.sample +++ b/conf/templates/processor-sdk-linux_processor-sdk-gateway-10_00/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/processor-sdk-linux_processor-sdk-linux-09_00_00_06/local.conf.sample b/conf/templates/processor-sdk-linux_processor-sdk-linux-09_00_00_06/local.conf.sample index e4f04f3..a0d9b30 100644 --- a/conf/templates/processor-sdk-linux_processor-sdk-linux-09_00_00_06/local.conf.sample +++ b/conf/templates/processor-sdk-linux_processor-sdk-linux-09_00_00_06/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/processor-sdk-linux_processor-sdk-linux-09_00_00_07/local.conf.sample b/conf/templates/processor-sdk-linux_processor-sdk-linux-09_00_00_07/local.conf.sample index 32a6cfb..9dd0dfa 100644 --- a/conf/templates/processor-sdk-linux_processor-sdk-linux-09_00_00_07/local.conf.sample +++ b/conf/templates/processor-sdk-linux_processor-sdk-linux-09_00_00_07/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/processor-sdk-linux_processor-sdk-linux-09_01_00_06/local.conf.sample b/conf/templates/processor-sdk-linux_processor-sdk-linux-09_01_00_06/local.conf.sample index ee23c20..a83b490 100644 --- a/conf/templates/processor-sdk-linux_processor-sdk-linux-09_01_00_06/local.conf.sample +++ b/conf/templates/processor-sdk-linux_processor-sdk-linux-09_01_00_06/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/processor-sdk-linux_processor-sdk-linux-09_01_00_07/local.conf.sample b/conf/templates/processor-sdk-linux_processor-sdk-linux-09_01_00_07/local.conf.sample index c29b416..e743654 100644 --- a/conf/templates/processor-sdk-linux_processor-sdk-linux-09_01_00_07/local.conf.sample +++ b/conf/templates/processor-sdk-linux_processor-sdk-linux-09_01_00_07/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/processor-sdk-linux_processor-sdk-linux-09_02_00_04/local.conf.sample b/conf/templates/processor-sdk-linux_processor-sdk-linux-09_02_00_04/local.conf.sample index 34afc91..8096a3b 100644 --- a/conf/templates/processor-sdk-linux_processor-sdk-linux-09_02_00_04/local.conf.sample +++ b/conf/templates/processor-sdk-linux_processor-sdk-linux-09_02_00_04/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/processor-sdk-linux_processor-sdk-linux-09_02_00_05/local.conf.sample b/conf/templates/processor-sdk-linux_processor-sdk-linux-09_02_00_05/local.conf.sample index f592ad9..31bfec8 100644 --- a/conf/templates/processor-sdk-linux_processor-sdk-linux-09_02_00_05/local.conf.sample +++ b/conf/templates/processor-sdk-linux_processor-sdk-linux-09_02_00_05/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/processor-sdk-linux_processor-sdk-linux-10_00_07_06/local.conf.sample b/conf/templates/processor-sdk-linux_processor-sdk-linux-10_00_07_06/local.conf.sample index 0df5360..145aed2 100644 --- a/conf/templates/processor-sdk-linux_processor-sdk-linux-10_00_07_06/local.conf.sample +++ b/conf/templates/processor-sdk-linux_processor-sdk-linux-10_00_07_06/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/processor-sdk-linux_processor-sdk-linux-10_00_08_06/local.conf.sample b/conf/templates/processor-sdk-linux_processor-sdk-linux-10_00_08_06/local.conf.sample index 5e39ec4..016f942 100644 --- a/conf/templates/processor-sdk-linux_processor-sdk-linux-10_00_08_06/local.conf.sample +++ b/conf/templates/processor-sdk-linux_processor-sdk-linux-10_00_08_06/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/processor-sdk-linux_processor-sdk-linux-10_01_08_01/local.conf.sample b/conf/templates/processor-sdk-linux_processor-sdk-linux-10_01_08_01/local.conf.sample index 689e5d8..e627f36 100644 --- a/conf/templates/processor-sdk-linux_processor-sdk-linux-10_01_08_01/local.conf.sample +++ b/conf/templates/processor-sdk-linux_processor-sdk-linux-10_01_08_01/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/processor-sdk_processor-sdk-09.00.00-am62xxsip-config/local.conf.sample b/conf/templates/processor-sdk_processor-sdk-09.00.00-am62xxsip-config/local.conf.sample index 7575b4b..8ad6f26 100644 --- a/conf/templates/processor-sdk_processor-sdk-09.00.00-am62xxsip-config/local.conf.sample +++ b/conf/templates/processor-sdk_processor-sdk-09.00.00-am62xxsip-config/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/processor-sdk_processor-sdk-09.00.00-config/local.conf.sample b/conf/templates/processor-sdk_processor-sdk-09.00.00-config/local.conf.sample index 7575b4b..8ad6f26 100644 --- a/conf/templates/processor-sdk_processor-sdk-09.00.00-config/local.conf.sample +++ b/conf/templates/processor-sdk_processor-sdk-09.00.00-config/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/processor-sdk_processor-sdk-09.01.00-am65xx-config/local.conf.sample b/conf/templates/processor-sdk_processor-sdk-09.01.00-am65xx-config/local.conf.sample index 7575b4b..8ad6f26 100644 --- a/conf/templates/processor-sdk_processor-sdk-09.01.00-am65xx-config/local.conf.sample +++ b/conf/templates/processor-sdk_processor-sdk-09.01.00-am65xx-config/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/processor-sdk_processor-sdk-09.01.00-config/local.conf.sample b/conf/templates/processor-sdk_processor-sdk-09.01.00-config/local.conf.sample index 7575b4b..8ad6f26 100644 --- a/conf/templates/processor-sdk_processor-sdk-09.01.00-config/local.conf.sample +++ b/conf/templates/processor-sdk_processor-sdk-09.01.00-config/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/processor-sdk_processor-sdk-09.01.00-legacy-config/local.conf.sample b/conf/templates/processor-sdk_processor-sdk-09.01.00-legacy-config/local.conf.sample index 7575b4b..8ad6f26 100644 --- a/conf/templates/processor-sdk_processor-sdk-09.01.00-legacy-config/local.conf.sample +++ b/conf/templates/processor-sdk_processor-sdk-09.01.00-legacy-config/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/processor-sdk_processor-sdk-09.02.00.08-am64x-config/local.conf.sample b/conf/templates/processor-sdk_processor-sdk-09.02.00.08-am64x-config/local.conf.sample index 7575b4b..8ad6f26 100644 --- a/conf/templates/processor-sdk_processor-sdk-09.02.00.08-am64x-config/local.conf.sample +++ b/conf/templates/processor-sdk_processor-sdk-09.02.00.08-am64x-config/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/processor-sdk_processor-sdk-09.03.05.02-legacy-config/local.conf.sample b/conf/templates/processor-sdk_processor-sdk-09.03.05.02-legacy-config/local.conf.sample index 7575b4b..8ad6f26 100644 --- a/conf/templates/processor-sdk_processor-sdk-09.03.05.02-legacy-config/local.conf.sample +++ b/conf/templates/processor-sdk_processor-sdk-09.03.05.02-legacy-config/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/processor-sdk_processor-sdk-kirkstone-09.02.01.09-config/local.conf.sample b/conf/templates/processor-sdk_processor-sdk-kirkstone-09.02.01.09-config/local.conf.sample index 7575b4b..8ad6f26 100644 --- a/conf/templates/processor-sdk_processor-sdk-kirkstone-09.02.01.09-config/local.conf.sample +++ b/conf/templates/processor-sdk_processor-sdk-kirkstone-09.02.01.09-config/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/processor-sdk_processor-sdk-kirkstone-09.02.01.10-config/local.conf.sample b/conf/templates/processor-sdk_processor-sdk-kirkstone-09.02.01.10-config/local.conf.sample index 7575b4b..8ad6f26 100644 --- a/conf/templates/processor-sdk_processor-sdk-kirkstone-09.02.01.10-config/local.conf.sample +++ b/conf/templates/processor-sdk_processor-sdk-kirkstone-09.02.01.10-config/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/processor-sdk_processor-sdk-kirkstone-chromium-09.02.01.09-config/local.conf.sample b/conf/templates/processor-sdk_processor-sdk-kirkstone-chromium-09.02.01.09-config/local.conf.sample index 7575b4b..8ad6f26 100644 --- a/conf/templates/processor-sdk_processor-sdk-kirkstone-chromium-09.02.01.09-config/local.conf.sample +++ b/conf/templates/processor-sdk_processor-sdk-kirkstone-chromium-09.02.01.09-config/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/processor-sdk_processor-sdk-kirkstone-chromium-09.02.01.10-config/local.conf.sample b/conf/templates/processor-sdk_processor-sdk-kirkstone-chromium-09.02.01.10-config/local.conf.sample index 7575b4b..8ad6f26 100644 --- a/conf/templates/processor-sdk_processor-sdk-kirkstone-chromium-09.02.01.10-config/local.conf.sample +++ b/conf/templates/processor-sdk_processor-sdk-kirkstone-chromium-09.02.01.10-config/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/processor-sdk_processor-sdk-scarthgap-10.00.07.04-config/local.conf.sample b/conf/templates/processor-sdk_processor-sdk-scarthgap-10.00.07.04-config/local.conf.sample index 7575b4b..8ad6f26 100644 --- a/conf/templates/processor-sdk_processor-sdk-scarthgap-10.00.07.04-config/local.conf.sample +++ b/conf/templates/processor-sdk_processor-sdk-scarthgap-10.00.07.04-config/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/processor-sdk_processor-sdk-scarthgap-10.01.10.04-config/local.conf.sample b/conf/templates/processor-sdk_processor-sdk-scarthgap-10.01.10.04-config/local.conf.sample index 7575b4b..8ad6f26 100644 --- a/conf/templates/processor-sdk_processor-sdk-scarthgap-10.01.10.04-config/local.conf.sample +++ b/conf/templates/processor-sdk_processor-sdk-scarthgap-10.01.10.04-config/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/processor-sdk_processor-sdk-scarthgap-chromium-10.00.07.04-config/local.conf.sample b/conf/templates/processor-sdk_processor-sdk-scarthgap-chromium-10.00.07.04-config/local.conf.sample index 7575b4b..8ad6f26 100644 --- a/conf/templates/processor-sdk_processor-sdk-scarthgap-chromium-10.00.07.04-config/local.conf.sample +++ b/conf/templates/processor-sdk_processor-sdk-scarthgap-chromium-10.00.07.04-config/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/conf/templates/processor-sdk_processor-sdk-scarthgap-chromium-10.01.10.04-config/local.conf.sample b/conf/templates/processor-sdk_processor-sdk-scarthgap-chromium-10.01.10.04-config/local.conf.sample index 7575b4b..8ad6f26 100644 --- a/conf/templates/processor-sdk_processor-sdk-scarthgap-chromium-10.01.10.04-config/local.conf.sample +++ b/conf/templates/processor-sdk_processor-sdk-scarthgap-chromium-10.01.10.04-config/local.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/configs/arago-master-wip-config.txt b/configs/arago-master-wip-config.txt index eb9c49d..165a3d1 100644 --- a/configs/arago-master-wip-config.txt +++ b/configs/arago-master-wip-config.txt @@ -5,7 +5,7 @@ bitbake,https://git.openembedded.org/bitbake,master,HEAD meta-arago,https://git.yoctoproject.org/meta-arago,master-wip,HEAD,layers=meta-arago-distro:meta-arago-extras:meta-arago-test #meta-browser,https://github.com/OSSystems/meta-browser.git,master,HEAD,layers=meta-chromium #meta-selinux,https://git.yoctoproject.org/meta-selinux,master,HEAD,layers= -meta-qt5,https://github.com/meta-qt5/meta-qt5.git,master,HEAD,layers= +meta-qt6,https://code.qt.io/yocto/meta-qt6.git,dev,HEAD,layers= meta-virtualization,https://git.yoctoproject.org/meta-virtualization,master,HEAD,layers= meta-openembedded,https://git.openembedded.org/meta-openembedded,master,HEAD,layers=meta-networking:meta-python:meta-oe:meta-gnome:meta-filesystems:meta-multimedia meta-ti,https://git.yoctoproject.org/meta-ti,master-wip,HEAD,layers=meta-ti-extras:meta-beagle:meta-ti-bsp diff --git a/kas/processor-sdk/processor-sdk-scarthgap-10.01.10.04-config.yml b/kas/processor-sdk/processor-sdk-scarthgap-10.01.10.04-config.yml index 5ced779..2dc2f5c 100644 --- a/kas/processor-sdk/processor-sdk-scarthgap-10.01.10.04-config.yml +++ b/kas/processor-sdk/processor-sdk-scarthgap-10.01.10.04-config.yml @@ -71,3 +71,4 @@ repos: commit: "dac630ab5ee7aa6c5c7c294093adbd11b116c765" layers: meta: + diff --git a/kas/processor-sdk/processor-sdk-scarthgap-chromium-10.01.10.04-config.yml b/kas/processor-sdk/processor-sdk-scarthgap-chromium-10.01.10.04-config.yml index 405fa3b..351d9ea 100644 --- a/kas/processor-sdk/processor-sdk-scarthgap-chromium-10.01.10.04-config.yml +++ b/kas/processor-sdk/processor-sdk-scarthgap-chromium-10.01.10.04-config.yml @@ -83,3 +83,4 @@ repos: url: "https://git.ti.com/git/edgeai/meta-edgeai.git" branch: "scarthgap" commit: "10.01.10.04" + diff --git a/kas/templates/local-arago64-v2.conf.yml b/kas/templates/local-arago64-v2.conf.yml index c79388d..c6781be 100644 --- a/kas/templates/local-arago64-v2.conf.yml +++ b/kas/templates/local-arago64-v2.conf.yml @@ -15,7 +15,7 @@ local_conf_header: # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. - DL_DIR = "${TOPDIR}/downloads" + DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -28,7 +28,7 @@ local_conf_header: # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). - SSTATE_DIR = "${TOPDIR}/build/sstate-cache" + SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/kas/templates/local-arago64-v3.conf.yml b/kas/templates/local-arago64-v3.conf.yml index b182483..3fa683e 100644 --- a/kas/templates/local-arago64-v3.conf.yml +++ b/kas/templates/local-arago64-v3.conf.yml @@ -15,7 +15,7 @@ local_conf_header: # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. - DL_DIR = "${TOPDIR}/downloads" + DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -28,7 +28,7 @@ local_conf_header: # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). - SSTATE_DIR = "${TOPDIR}/build/sstate-cache" + SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/kas/templates/local-poky-v2.conf.yml b/kas/templates/local-poky-v2.conf.yml index 91995fe..075f535 100644 --- a/kas/templates/local-poky-v2.conf.yml +++ b/kas/templates/local-poky-v2.conf.yml @@ -15,7 +15,7 @@ local_conf_header: # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. - DL_DIR = "${TOPDIR}/downloads" + DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -28,7 +28,7 @@ local_conf_header: # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). - SSTATE_DIR = "${TOPDIR}/build/sstate-cache" + SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/kas/templates/local-poky-v3.conf.yml b/kas/templates/local-poky-v3.conf.yml index 7368fb0..193a1ce 100644 --- a/kas/templates/local-poky-v3.conf.yml +++ b/kas/templates/local-poky-v3.conf.yml @@ -15,7 +15,7 @@ local_conf_header: # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. - DL_DIR = "${TOPDIR}/downloads" + DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -28,7 +28,7 @@ local_conf_header: # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). - SSTATE_DIR = "${TOPDIR}/build/sstate-cache" + SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/kas/templates/local-v2.conf.yml b/kas/templates/local-v2.conf.yml index 3d666e4..f33fd45 100644 --- a/kas/templates/local-v2.conf.yml +++ b/kas/templates/local-v2.conf.yml @@ -15,7 +15,7 @@ local_conf_header: # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. - DL_DIR = "${TOPDIR}/downloads" + DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -28,7 +28,7 @@ local_conf_header: # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). - SSTATE_DIR = "${TOPDIR}/build/sstate-cache" + SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/kas/templates/local-v3.conf.yml b/kas/templates/local-v3.conf.yml index 063b863..07eb5af 100644 --- a/kas/templates/local-v3.conf.yml +++ b/kas/templates/local-v3.conf.yml @@ -15,7 +15,7 @@ local_conf_header: # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. - DL_DIR = "${TOPDIR}/downloads" + DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -28,7 +28,7 @@ local_conf_header: # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). - SSTATE_DIR = "${TOPDIR}/build/sstate-cache" + SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/sample-files/local-arago64-v2.conf.sample b/sample-files/local-arago64-v2.conf.sample index 7575b4b..8ad6f26 100644 --- a/sample-files/local-arago64-v2.conf.sample +++ b/sample-files/local-arago64-v2.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/sample-files/local-arago64-v3.conf.sample b/sample-files/local-arago64-v3.conf.sample index f2e9587..720ce11 100644 --- a/sample-files/local-arago64-v3.conf.sample +++ b/sample-files/local-arago64-v3.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/sample-files/local-poky-v2.conf.sample b/sample-files/local-poky-v2.conf.sample index e67385d..12eacfc 100644 --- a/sample-files/local-poky-v2.conf.sample +++ b/sample-files/local-poky-v2.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/sample-files/local-poky-v3.conf.sample b/sample-files/local-poky-v3.conf.sample index 1fe5688..e0112c7 100644 --- a/sample-files/local-poky-v3.conf.sample +++ b/sample-files/local-poky-v3.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/sample-files/local-v2.conf.sample b/sample-files/local-v2.conf.sample index 46cb253..b499977 100644 --- a/sample-files/local-v2.conf.sample +++ b/sample-files/local-v2.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/sample-files/local-v3.conf.sample b/sample-files/local-v3.conf.sample index bcdaaa4..7d218e8 100644 --- a/sample-files/local-v3.conf.sample +++ b/sample-files/local-v3.conf.sample @@ -10,7 +10,7 @@ CONF_VERSION = "2" # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. -DL_DIR = "${TOPDIR}/downloads" +DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -23,7 +23,7 @@ DL_DIR = "${TOPDIR}/downloads" # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). -SSTATE_DIR = "${TOPDIR}/build/sstate-cache" +SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/src/bin/convert.pl b/src/bin/convert.pl index 2787b86..42b9c2c 100755 --- a/src/bin/convert.pl +++ b/src/bin/convert.pl @@ -501,7 +501,7 @@ sub convert_local_conf_template { chomp($lpLine); - $lpLine =~ s/OEBASE/TOPDIR/; + $lpLine =~ s/OEBASE/TOPDIR\/\.\./; $lpLine =~ s/^MACHINE/#MACHINE/; $lpLine =~ s/&/&/g; diff --git a/src/templates/local-arago64-v2.conf.xml b/src/templates/local-arago64-v2.conf.xml index b49f702..d9d2ae7 100644 --- a/src/templates/local-arago64-v2.conf.xml +++ b/src/templates/local-arago64-v2.conf.xml @@ -11,7 +11,7 @@ # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. - DL_DIR = "${TOPDIR}/downloads" + DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -24,7 +24,7 @@ # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). - SSTATE_DIR = "${TOPDIR}/build/sstate-cache" + SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/src/templates/local-arago64-v3.conf.xml b/src/templates/local-arago64-v3.conf.xml index 35d151f..c8a5d51 100644 --- a/src/templates/local-arago64-v3.conf.xml +++ b/src/templates/local-arago64-v3.conf.xml @@ -11,7 +11,7 @@ # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. - DL_DIR = "${TOPDIR}/downloads" + DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -24,7 +24,7 @@ # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). - SSTATE_DIR = "${TOPDIR}/build/sstate-cache" + SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/src/templates/local-poky-v2.conf.xml b/src/templates/local-poky-v2.conf.xml index 72160c9..b45d6c2 100644 --- a/src/templates/local-poky-v2.conf.xml +++ b/src/templates/local-poky-v2.conf.xml @@ -11,7 +11,7 @@ # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. - DL_DIR = "${TOPDIR}/downloads" + DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -24,7 +24,7 @@ # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). - SSTATE_DIR = "${TOPDIR}/build/sstate-cache" + SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/src/templates/local-poky-v3.conf.xml b/src/templates/local-poky-v3.conf.xml index 1e66478..fa313eb 100644 --- a/src/templates/local-poky-v3.conf.xml +++ b/src/templates/local-poky-v3.conf.xml @@ -11,7 +11,7 @@ # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. - DL_DIR = "${TOPDIR}/downloads" + DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -24,7 +24,7 @@ # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). - SSTATE_DIR = "${TOPDIR}/build/sstate-cache" + SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/src/templates/local-v2.conf.xml b/src/templates/local-v2.conf.xml index 40f30e7..49e060c 100644 --- a/src/templates/local-v2.conf.xml +++ b/src/templates/local-v2.conf.xml @@ -11,7 +11,7 @@ # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. - DL_DIR = "${TOPDIR}/downloads" + DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -24,7 +24,7 @@ # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). - SSTATE_DIR = "${TOPDIR}/build/sstate-cache" + SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations diff --git a/src/templates/local-v3.conf.xml b/src/templates/local-v3.conf.xml index d0c9d92..e300aaf 100644 --- a/src/templates/local-v3.conf.xml +++ b/src/templates/local-v3.conf.xml @@ -11,7 +11,7 @@ # wiping and rebuilding you can preserve this directory to speed up this part # of subsequent builds. This directory is safe to share between multiple builds # on the same machine too. - DL_DIR = "${TOPDIR}/downloads" + DL_DIR = "${TOPDIR}/../downloads" # # Where to place shared-state files @@ -24,7 +24,7 @@ # regenerate from these files if no changes were made to the configuration. # If changes were made to the configuration, only shared state files where the # state was still valid would be used (done using checksums). - SSTATE_DIR = "${TOPDIR}/build/sstate-cache" + SSTATE_DIR = "${TOPDIR}/sstate-cache" # # Shared-state files from other locations