All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Jonathan Humphreys" <j-humphreys@ti.com>
To: meta-arago@lists.yoctoproject.org
Subject: Re: [tisdk-build-scripts][PATCH 10/10] Adjust default BUILD_DIR to be relative to SCRIPTS_DIR
Date: Mon, 29 Nov 2021 15:14:57 -0800	[thread overview]
Message-ID: <17673.1638227697043576121@lists.yoctoproject.org> (raw)
In-Reply-To: <1637640060-31733-23-git-send-email-denis@denix.org>

[-- Attachment #1: Type: text/plain, Size: 4906 bytes --]

On Mon, Nov 22, 2021 at 08:01 PM, Denys Dmytriyenko wrote:

> 
> From: Denys Dmytriyenko <denys@konsulko.com>
> 
> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>

Reviewed-by: Jonathan Humphreys <j-humphreys@ti.com>

> 
> ---
> configs/farm/arago-dunfell-next.txt | 2 +-
> configs/farm/arago-dunfell.txt | 2 +-
> configs/farm/arago-master.txt | 2 +-
> configs/farm/distroless-dunfell.txt | 2 +-
> configs/farm/distroless-master.txt | 2 +-
> configs/farm/poky-dunfell.txt | 2 +-
> configs/farm/poky-master.txt | 2 +-
> 7 files changed, 7 insertions(+), 7 deletions(-)
> 
> diff --git a/configs/farm/arago-dunfell-next.txt
> b/configs/farm/arago-dunfell-next.txt
> index 5d8c6a2..74b1094 100644
> --- a/configs/farm/arago-dunfell-next.txt
> +++ b/configs/farm/arago-dunfell-next.txt
> @@ -62,7 +62,7 @@ SCRIPTS_ROOT="$PWD"
> # - BUILD_ROOT/arm9-1/arago-tmp
> # - BUILD_ROOT/cortex-1/arago-tmp
> # - BUILD_ROOT/cortex-2/arago-tmp
> -BUILD_ROOT="/OE/farm-arago-dunfell-next"
> +BUILD_ROOT="$SCRIPTS_ROOT/farm-arago-dunfell-next-build"
> 
> # This variable points to the base location where files will be extracted
> for
> # testing purposes. This should not be confused with the NFS root which
> diff --git a/configs/farm/arago-dunfell.txt
> b/configs/farm/arago-dunfell.txt
> index dfa3afa..e099df2 100644
> --- a/configs/farm/arago-dunfell.txt
> +++ b/configs/farm/arago-dunfell.txt
> @@ -62,7 +62,7 @@ SCRIPTS_ROOT="$PWD"
> # - BUILD_ROOT/arm9-1/arago-tmp
> # - BUILD_ROOT/cortex-1/arago-tmp
> # - BUILD_ROOT/cortex-2/arago-tmp
> -BUILD_ROOT="/OE/farm-arago-dunfell"
> +BUILD_ROOT="$SCRIPTS_ROOT/farm-arago-dunfell-build"
> 
> # This variable points to the base location where files will be extracted
> for
> # testing purposes. This should not be confused with the NFS root which
> diff --git a/configs/farm/arago-master.txt b/configs/farm/arago-master.txt
> 
> index 22712dc..0779ded 100644
> --- a/configs/farm/arago-master.txt
> +++ b/configs/farm/arago-master.txt
> @@ -62,7 +62,7 @@ SCRIPTS_ROOT="$PWD"
> # - BUILD_ROOT/arm9-1/arago-tmp
> # - BUILD_ROOT/cortex-1/arago-tmp
> # - BUILD_ROOT/cortex-2/arago-tmp
> -BUILD_ROOT="/OE/farm-arago-master"
> +BUILD_ROOT="$SCRIPTS_ROOT/farm-arago-master-build"
> 
> # This variable points to the base location where files will be extracted
> for
> # testing purposes. This should not be confused with the NFS root which
> diff --git a/configs/farm/distroless-dunfell.txt
> b/configs/farm/distroless-dunfell.txt
> index 7a42300..16e0b69 100644
> --- a/configs/farm/distroless-dunfell.txt
> +++ b/configs/farm/distroless-dunfell.txt
> @@ -62,7 +62,7 @@ SCRIPTS_ROOT="$PWD"
> # - BUILD_ROOT/arm9-1/arago-tmp
> # - BUILD_ROOT/cortex-1/arago-tmp
> # - BUILD_ROOT/cortex-2/arago-tmp
> -BUILD_ROOT="/OE/farm-distroless-dunfell"
> +BUILD_ROOT="$SCRIPTS_ROOT/farm-distroless-dunfell-build"
> 
> # This variable points to the base location where files will be extracted
> for
> # testing purposes. This should not be confused with the NFS root which
> diff --git a/configs/farm/distroless-master.txt
> b/configs/farm/distroless-master.txt
> index c6b85aa..9684f03 100644
> --- a/configs/farm/distroless-master.txt
> +++ b/configs/farm/distroless-master.txt
> @@ -62,7 +62,7 @@ SCRIPTS_ROOT="$PWD"
> # - BUILD_ROOT/arm9-1/arago-tmp
> # - BUILD_ROOT/cortex-1/arago-tmp
> # - BUILD_ROOT/cortex-2/arago-tmp
> -BUILD_ROOT="/OE/farm-distroless-master"
> +BUILD_ROOT="$SCRIPTS_ROOT/farm-distroless-master-build"
> 
> # This variable points to the base location where files will be extracted
> for
> # testing purposes. This should not be confused with the NFS root which
> diff --git a/configs/farm/poky-dunfell.txt b/configs/farm/poky-dunfell.txt
> 
> index a39ad5a..7a45515 100644
> --- a/configs/farm/poky-dunfell.txt
> +++ b/configs/farm/poky-dunfell.txt
> @@ -62,7 +62,7 @@ SCRIPTS_ROOT="$PWD"
> # - BUILD_ROOT/arm9-1/arago-tmp
> # - BUILD_ROOT/cortex-1/arago-tmp
> # - BUILD_ROOT/cortex-2/arago-tmp
> -BUILD_ROOT="/OE/farm-poky-dunfell"
> +BUILD_ROOT="$SCRIPTS_ROOT/farm-poky-dunfell-build"
> 
> # This variable points to the base location where files will be extracted
> for
> # testing purposes. This should not be confused with the NFS root which
> diff --git a/configs/farm/poky-master.txt b/configs/farm/poky-master.txt
> index 7b8032e..95d78d1 100644
> --- a/configs/farm/poky-master.txt
> +++ b/configs/farm/poky-master.txt
> @@ -62,7 +62,7 @@ SCRIPTS_ROOT="$PWD"
> # - BUILD_ROOT/arm9-1/arago-tmp
> # - BUILD_ROOT/cortex-1/arago-tmp
> # - BUILD_ROOT/cortex-2/arago-tmp
> -BUILD_ROOT="/OE/farm-poky-master"
> +BUILD_ROOT="$SCRIPTS_ROOT/farm-poky-master-build"
> 
> # This variable points to the base location where files will be extracted
> for
> # testing purposes. This should not be confused with the NFS root which
> --
> 2.7.4

[-- Attachment #2: Type: text/html, Size: 5180 bytes --]

  reply	other threads:[~2021-11-29 23:14 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-23  4:00 [tisdk-build-scripts][PATCH 00/10] Build scripts simplification/cleanup pass #1 Denys Dmytriyenko
2021-11-23  4:00 ` [tisdk-build-scripts][PATCH 01/10] Remove very old debian/ubuntu build scripts and configs Denys Dmytriyenko
2021-11-23  4:00 ` [tisdk-build-scripts][PATCH 02/10] Remove old webgen makefiles for very old AMSDK and CoreSDK releases Denys Dmytriyenko
2021-11-23  4:00 ` [tisdk-build-scripts][PATCH 03/10] Remove rudimentary target testing with OpenTest CLI Denys Dmytriyenko
2021-11-23  4:00 ` [tisdk-build-scripts][PATCH 04/10] Remove very old build config files Denys Dmytriyenko
2021-11-23  4:00 ` [tisdk-build-scripts][PATCH 05/10] Remove support for generating installer SDK Denys Dmytriyenko
2021-11-23  4:00 ` [tisdk-build-scripts][PATCH 06/10] Remove code that extracts and repackages SDK for runtime testing Denys Dmytriyenko
2021-11-23  4:00 ` [tisdk-build-scripts][PATCH 07/10] Remove ability to generate build/test report per machine Denys Dmytriyenko
2021-11-23  4:00 ` [tisdk-build-scripts][PATCH 08/10] Remove calls to packaging, reporting, testing and copying functionality Denys Dmytriyenko
2021-11-23  4:00 ` [tisdk-build-scripts][PATCH 09/10] If no configs specified, initialize LOG_DIR correctly Denys Dmytriyenko
2021-11-23  4:00 ` [tisdk-build-scripts][PATCH 10/10] Adjust default BUILD_DIR to be relative to SCRIPTS_DIR Denys Dmytriyenko
2021-11-23  4:00 ` [tisdk-build-scripts][PATCH 10/10] Adjust default BUILD_ROOT to be relative to SCRIPTS_ROOT Denys Dmytriyenko
2021-11-23  4:00 ` [tisdk-build-scripts][PATCH 00/10] Build scripts simplification/cleanup pass #1 Denys Dmytriyenko
2021-12-10 19:09   ` [EXTERNAL] [meta-arago] " Ryan Eatmon
2021-12-10 20:50     ` Denys Dmytriyenko
2021-11-23  4:00 ` [tisdk-build-scripts][PATCH 01/10] Remove very old debian/ubuntu build scripts and configs Denys Dmytriyenko
2021-11-29 23:10   ` Jonathan Humphreys
2021-11-23  4:00 ` [tisdk-build-scripts][PATCH 02/10] Remove old webgen makefiles for very old AMSDK and CoreSDK releases Denys Dmytriyenko
2021-11-29 23:18   ` Jonathan Humphreys
2021-11-23  4:00 ` [tisdk-build-scripts][PATCH 03/10] Remove rudimentary target testing with OpenTest CLI Denys Dmytriyenko
2021-11-29 23:17   ` Jonathan Humphreys
2021-11-23  4:00 ` [tisdk-build-scripts][PATCH 04/10] Remove very old build config files Denys Dmytriyenko
2021-11-29 23:17   ` Jonathan Humphreys
2021-11-23  4:00 ` [tisdk-build-scripts][PATCH 05/10] Remove support for generating installer SDK Denys Dmytriyenko
2021-11-29 23:15   ` Jonathan Humphreys
2021-11-23  4:00 ` [tisdk-build-scripts][PATCH 06/10] Remove code that extracts and repackages SDK for runtime testing Denys Dmytriyenko
2021-11-29 23:14   ` Jonathan Humphreys
2021-11-23  4:00 ` [tisdk-build-scripts][PATCH 07/10] Remove ability to generate build/test report per machine Denys Dmytriyenko
2021-11-29 23:15   ` Jonathan Humphreys
2021-11-23  4:00 ` [tisdk-build-scripts][PATCH 08/10] Remove calls to packaging, reporting, testing and copying functionality Denys Dmytriyenko
2021-11-29 23:14   ` Jonathan Humphreys
2021-11-23  4:00 ` [tisdk-build-scripts][PATCH 09/10] If no configs specified, initialize LOG_DIR correctly Denys Dmytriyenko
2021-11-29 23:14   ` Jonathan Humphreys
2021-11-23  4:00 ` [tisdk-build-scripts][PATCH 10/10] Adjust default BUILD_DIR to be relative to SCRIPTS_DIR Denys Dmytriyenko
2021-11-29 23:14   ` Jonathan Humphreys [this message]
2021-11-23  4:01 ` [tisdk-build-scripts][PATCH 10/10] Adjust default BUILD_ROOT to be relative to SCRIPTS_ROOT Denys Dmytriyenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=17673.1638227697043576121@lists.yoctoproject.org \
    --to=j-humphreys@ti.com \
    --cc=meta-arago@lists.yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.