[tisdk-build-scripts,master] Remove build of ti-rtos-metadata from configs

Message ID 20220406002751.14241-1-reatmon@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [tisdk-build-scripts,master] Remove build of ti-rtos-metadata from configs | expand

Commit Message

Ryan Eatmon April 6, 2022, 12:27 a.m. UTC
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(-)

Comments

Denys Dmytriyenko April 6, 2022, 12:50 a.m. UTC | #1
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"

Patch

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"