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 <[email protected]>
Reviewed-by: Denys Dmytriyenko <[email protected]> > --- > 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" -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13773): https://lists.yoctoproject.org/g/meta-arago/message/13773 Mute This Topic: https://lists.yoctoproject.org/mt/90279854/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
