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 09/10] If no configs specified, initialize LOG_DIR correctly
Date: Mon, 29 Nov 2021 15:14:18 -0800	[thread overview]
Message-ID: <17673.1638227658941714582@lists.yoctoproject.org> (raw)
In-Reply-To: <1637640060-31733-22-git-send-email-denis@denix.org>

[-- Attachment #1: Type: text/plain, Size: 681 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>

> 
> ---
> build-oesdk.sh | 5 +++++
> 1 file changed, 5 insertions(+)
> 
> diff --git a/build-oesdk.sh b/build-oesdk.sh
> index fb5f725..9534d99 100755
> --- a/build-oesdk.sh
> +++ b/build-oesdk.sh
> @@ -22,6 +22,11 @@ CORTEX_MACHINE=""
> # List of all the dynamically created architecture lists
> LISTS=""
> 
> +if [ -z $LOG_DIR ]
> +then
> + LOG_DIR="."
> +fi
> +
> usage() {
> echo "write something"
> exit 0
> --
> 2.7.4

[-- Attachment #2: Type: text/html, Size: 834 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 [this message]
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
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.1638227658941714582@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.