Skip to content
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

build(bugfix): fix some typo errors in the build system #14560

Merged
merged 5 commits into from
Oct 30, 2024

Conversation

xuxin930
Copy link
Contributor

Summary

  1. fix typo errors in build scripts
  2. skip refresh check when defconfig use include feature

Impact

Fix typo errors

Testing

CI check

/usr/lib/x86_64-linux-gnu/libSM.so  /usr/lib/x86_64-linux-gnu/libICE.so  /usr/lib/x86_64-linux-gnu/libX11.so  /usr/lib/x86_64-linux-gnu/libXext.so  -lpthread  -lrt  -lm  -lasound  -lmad  -lv4l2 && :
/usr/bin/ld: /usr/lib/x86_64-linux-gnu/libSM.so: error adding symbols: file in wrong format

Signed-off-by: xuxin19 <[email protected]>
Make.defs need incdir at the very beginning.
fix error such as `make menuconfig` `make oldconfig` etc.

Signed-off-by: xuxin19 <[email protected]>
@github-actions github-actions bot added Area: Tooling Area: Build system Arch: simulator Issues related to the SIMulator Arch: x86_64 Issues related to the x86_64 architecture Area: File System File System issues Area: OS Components OS Components issues Board: simulator Size: S The size of the change in this PR is small labels Oct 30, 2024
@xiaoxiang781216 xiaoxiang781216 merged commit 36b891c into apache:master Oct 30, 2024
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Arch: simulator Issues related to the SIMulator Arch: x86_64 Issues related to the x86_64 architecture Area: Build system Area: File System File System issues Area: OS Components OS Components issues Area: Tooling Board: simulator Size: S The size of the change in this PR is small
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants