-
Notifications
You must be signed in to change notification settings - Fork 349
xtensa-build-all: Fix missed $j -> $platform renaming #3167
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
Conversation
|
Fixes #2711 (comment) spotted by @marc-hb. Also, sorry about missing this one instance of renaming 😓 |
|
Considering some of the CI failures in https://sof-ci.01.org/sofpr/PR3167/build6570/devicetest/ are on BYT, I think we need to pay them more attention than usual. @crazoes can you |
marc-hb
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For small but potentially impactful fixes like this the commit message is important. Can you please add Fixes: 941dfcccb03 ("use switch case") in the body and change the subject to something more meaningful like: xtensa-build-all: fix gcc _defconfig for byt|cht|cnl|sue. Thx.
sorry about missing this
shellcheck is your friend.
paulstelian97
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GH came back online :) Also, this change looks good for me.
|
CC: @dbaluta |
|
I've pushed the amended commit however, it does not reflect in github. I pushed it when github was down, maybe they have some processing that failed and hence, not showing up here. 😕 |
|
Will amend again so hash changes |
aee7ce1 to
5c2a456
Compare
In renaming of $j -> $platform one instance of variable was missed which has led to wrong configs being used. Fixes: 941dfcc ("use switch case") Signed-off-by: Shreeya Patel <shreeya.patel23498@gmail.com>
|
Alsabat CI clipping. @aiChaoSONG Btw - the sof-logger output on BSW/BYT tests does not align to the topology. i.e. I see component IDs 4.20 and 1.6 that are not in topology diagram. |
|
Configs prior and post fix and diff between the same - https://gist.github.com/crazoes/f8fd5557ba1d3e418f887a0704a434e5 cc @marc-hb |
@lgirdwood There are Maybe some legacy m4 need a fix? |
|
@aiChaoSONG the sof-log showed these as buffers ? |
|
@lgirdwood No, they are dumped from binary topology(*.tplg), but seems I couldn't see them from the sof-logger |
In renaming of $j -> $platform one instance of variable was missed which
has led to wrong configs being used.
Signed-off-by: Shreeya Patel shreeya.patel23498@gmail.com