sdk-ng
sdk-ng copied to clipboard
xtensa: remove unused intel_bdw and intel_byt
Both intel_bdw and intel_byt are not being used in upstream Zephyr project. So there is no need to build them.
Signed-off-by: Daniel Leung [email protected]
Quick grep on Zephyr main repo says that these are never used.
cc @marc-hb
Hm... Are there other GitHub workflow files I need to change? CI is still building the removed toolchains even though I removed them from .github/workflows/ci.yml
.
Hm... Are there other GitHub workflow files I need to change? CI is still building the removed toolchains even though I removed them from
.github/workflows/ci.yml
.
Pull request CI uses the workflow from the base branch due to various security reasons. It will work as intended once merged.
@dcpleung was thinking about this the other day and was going to ask if we still needed them :).
Not needed. Can be removed.
@dcpleung There are merge conflicts. Could you rebase?
@dcpleung looks like the GH action will need an update too in order to remove the check for the removed platforms.
Rebased. Picolib has GitHub actions on BDW and BYT so those need to be removed too.
Here is the link to the picolib change: https://github.com/zephyrproject-rtos/picolibc/pull/2
Picolibc PR: https://github.com/picolibc/picolibc/pull/391