-
Notifications
You must be signed in to change notification settings - Fork 349
Removed obsolete xtensa-build-zephyr.sh #6016
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removed obsolete xtensa-build-zephyr.sh #6016
Conversation
This script had been rewritten to python xtensa-build-zephyr.py script and is no longer used in CI. Due to changes to sof processes related to Zephyr integration this script will no longer be maintained. Signed-off-by: Andrey Borisovich <andrey.borisovich@intel.com>
|
@thesofproject/amd @thesofproject/nxp @thesofproject/mediatek do you guys still use this bash script ? if so, we can remove the Intel platforms from it in favor of the python script. The aim is to deprecate/remove the bash script in favor of Python which is easier to maintain and more platform/OS generic. |
HI Liam, We don't use this script in MediaTek platforms. Thanks. |
|
@lgirdwood we still use this in our scripts, but I think it's fine to remove it in order to force us to switch to the python one. |
|
Unrelated XCC licence glitches in https://sof-ci.01.org/sofpr/PR6016/build907/build and https://sof-ci.01.org/sofpr/PR6016/build907/devicetest re-running |
|
SOFCI TEST EDIT: the https://sof-ci.01.org/sofpr/PR6016/build910/build build was successful this time. |
We are not using this script. |
This script had been rewritten to python xtensa-build-zephyr.py script and is no longer used in CI.
Due to changes to SOF processes related to Zephyr integration (PR6004 and PR6005)
this script will no longer be maintained.
Signed-off-by: Andrey Borisovich andrey.borisovich@intel.com