All of lore.kernel.org
 help / color / mirror / Atom feed
* [tisdk-build-scripts][master][PATCH] Remove build of ti-rtos-metadata from configs
@ 2022-04-06  0:27 Ryan Eatmon
  2022-04-06  0:50 ` [meta-arago] " Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Ryan Eatmon @ 2022-04-06  0:27 UTC (permalink / raw)
  To: Praneeth Bajjuri, Denys Dmytriyenko, meta-arago

The ti-rtos-metadata recipe has been defunct since a commit to
meta-ti in July 2021.  So the call to build the recipe is no
longer needed.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 configs/farm/arago-dunfell-next.txt | 2 +-
 configs/farm/arago-dunfell.txt      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configs/farm/arago-dunfell-next.txt b/configs/farm/arago-dunfell-next.txt
index 2cf092c..53977a9 100644
--- a/configs/farm/arago-dunfell-next.txt
+++ b/configs/farm/arago-dunfell-next.txt
@@ -78,4 +78,4 @@ BB_GENERATE_MIRROR_TARBALLS="1"
 
 # This variable contains the command(s) that bitbake should run. Each command
 # should be seperated by a semicolon.
-BITBAKE_COMMAND="ti-rtos-metadata ; -k tisdk-core-bundle tisdk-tiny-image ti-world"
+BITBAKE_COMMAND="-k tisdk-core-bundle tisdk-tiny-image ti-world"
diff --git a/configs/farm/arago-dunfell.txt b/configs/farm/arago-dunfell.txt
index 331ef0f..43b22ba 100644
--- a/configs/farm/arago-dunfell.txt
+++ b/configs/farm/arago-dunfell.txt
@@ -78,4 +78,4 @@ BB_GENERATE_MIRROR_TARBALLS="1"
 
 # This variable contains the command(s) that bitbake should run. Each command
 # should be seperated by a semicolon.
-BITBAKE_COMMAND="ti-rtos-metadata ; tisdk-core-bundle tisdk-tiny-image ti-world"
+BITBAKE_COMMAND="tisdk-core-bundle tisdk-tiny-image ti-world"
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-arago] [tisdk-build-scripts][master][PATCH] Remove build of ti-rtos-metadata from configs
  2022-04-06  0:27 [tisdk-build-scripts][master][PATCH] Remove build of ti-rtos-metadata from configs Ryan Eatmon
@ 2022-04-06  0:50 ` Denys Dmytriyenko
  0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2022-04-06  0:50 UTC (permalink / raw)
  To: reatmon; +Cc: Praneeth Bajjuri, meta-arago

On Tue, Apr 05, 2022 at 07:27:51PM -0500, Ryan Eatmon via lists.yoctoproject.org wrote:
> The ti-rtos-metadata recipe has been defunct since a commit to
> meta-ti in July 2021.  So the call to build the recipe is no
> longer needed.
> 
> Signed-off-by: Ryan Eatmon <reatmon@ti.com>

Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>


> ---
>  configs/farm/arago-dunfell-next.txt | 2 +-
>  configs/farm/arago-dunfell.txt      | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/configs/farm/arago-dunfell-next.txt b/configs/farm/arago-dunfell-next.txt
> index 2cf092c..53977a9 100644
> --- a/configs/farm/arago-dunfell-next.txt
> +++ b/configs/farm/arago-dunfell-next.txt
> @@ -78,4 +78,4 @@ BB_GENERATE_MIRROR_TARBALLS="1"
>  
>  # This variable contains the command(s) that bitbake should run. Each command
>  # should be seperated by a semicolon.
> -BITBAKE_COMMAND="ti-rtos-metadata ; -k tisdk-core-bundle tisdk-tiny-image ti-world"
> +BITBAKE_COMMAND="-k tisdk-core-bundle tisdk-tiny-image ti-world"
> diff --git a/configs/farm/arago-dunfell.txt b/configs/farm/arago-dunfell.txt
> index 331ef0f..43b22ba 100644
> --- a/configs/farm/arago-dunfell.txt
> +++ b/configs/farm/arago-dunfell.txt
> @@ -78,4 +78,4 @@ BB_GENERATE_MIRROR_TARBALLS="1"
>  
>  # This variable contains the command(s) that bitbake should run. Each command
>  # should be seperated by a semicolon.
> -BITBAKE_COMMAND="ti-rtos-metadata ; tisdk-core-bundle tisdk-tiny-image ti-world"
> +BITBAKE_COMMAND="tisdk-core-bundle tisdk-tiny-image ti-world"


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-06 16:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-06  0:27 [tisdk-build-scripts][master][PATCH] Remove build of ti-rtos-metadata from configs Ryan Eatmon
2022-04-06  0:50 ` [meta-arago] " Denys Dmytriyenko

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.