Remove meta-ti-extras layer dependencies#1008
Merged
ricardosalveti merged 3 commits intofoundriesio:mainfrom Jan 18, 2023
Merged
Remove meta-ti-extras layer dependencies#1008ricardosalveti merged 3 commits intofoundriesio:mainfrom
ricardosalveti merged 3 commits intofoundriesio:mainfrom
Conversation
This was referenced Jan 18, 2023
Merged
This is a temporary workaround to remove the dependencie in meta-ti-extras until the patch is merged upstream. https://lists.yoctoproject.org/g/meta-ti/message/15567 The meta-ti-bsp layer is still broken for K3 HS platforms. The patch [1] makes the check-layer happy again as it does not fail any more during bitbake parsing but it will be difficult for the end user to discover this dependency on meta-ti-extras. On the other side, meta-ti-extras depends on meta-ti-bsp so this is a circular dependency. Currently the layer is broken for am62xx-evm/am64xx-evm machines: | ERROR: Nothing PROVIDES 'ti-k3-secdev-native' (but mc:k3r5:/srv/oe/build/conf/../../layers/meta-ti/meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb DEPENDS on or otherwise requires it). Close matches: | libtspi-dev-native | makedevs-native [1] - 8e43835c ti-sci-fw: make dependency on meta-ti-extras soft Signed-off-by: Jose Quaresma <[email protected]>
This is a temporary workaround to remove the dependencie in meta-ti-extras until the patch is merged upstream. https://lists.yoctoproject.org/g/meta-ti/message/15568 The TI_K3_SECDEV_INSTALL_DIR_RECIPE is defined on the meta-ti-extras layer so when the layer is not used the variable is undefined. For such cases we can use default value that is the same defined on the recipes-ti/includes/ti-paths.inc Signed-off-by: Jose Quaresma <[email protected]>
This is a temporary workaround to remove the dependencie in meta-ti-extras until the patch is merged upstream. https://lists.yoctoproject.org/g/meta-ti/message/15569 The TI_K3_SECDEV_INSTALL_DIR is defined on the meta-ti-extras layer so when the layer is not used the variable is undefined. For such cases we can use default value that is the same defined on the recipes-ti/includes/ti-paths.inc Signed-off-by: Jose Quaresma <[email protected]>
2f1133e to
f890a5d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a temporary workaround to remove the dependencie in
meta-ti-extras until the patch is merged upstream.
https://lists.yoctoproject.org/g/meta-ti/message/15567
https://lists.yoctoproject.org/g/meta-ti/message/15568
https://lists.yoctoproject.org/g/meta-ti/message/15569
The meta-ti-bsp layer is still broken for K3 HS platforms.
The patch [1] makes the check-layer happy again as it does not
fail any more during bitbake parsing but it will be difficult
for the end user to discover this dependency on meta-ti-extras.
On the other side, meta-ti-extras depends on meta-ti-bsp so
this is a circular dependency.
Currently the layer is broken for am62xx-evm/am64xx-evm machines:
[1] - 8e43835c ti-sci-fw: make dependency on meta-ti-extras soft