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

ARC: Correction of uImage target build #145

Open
wants to merge 2 commits into
base: arc64
Choose a base branch
from

Conversation

xxkent
Copy link

@xxkent xxkent commented Sep 8, 2023

"uImage" target now have proper dependency on "loader". "make uImage" works properly.

Add a GitHub CI test builds to ci.yml for automated testing of uImage building.

Copy link
Member

@abrodkin abrodkin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please separate CI changes (.github/workflows/ci.yml) from the actual kernel fixes. That will help us to rebase it and upstream when the time comes.

@xxkent xxkent force-pushed the bolsh-arc64-uImage-fix branch from 87c243e to 671ac66 Compare September 11, 2023 11:35
@xxkent xxkent requested a review from abrodkin September 11, 2023 11:57
Copy link
Member

@abrodkin abrodkin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please reword the title to something more meaningful like: "ARCv3: Add missing dependency for uImage" and then in the commit message explain the problem (forget about initial GitHub issue as it won't be visible in a pure git tree, for example when somebody will look at his local source tree) and why that's the right solution.

@xxkent xxkent force-pushed the bolsh-arc64-uImage-fix branch from 671ac66 to 76ea9f0 Compare September 12, 2023 11:19
Using clean build of uImage target by "make uImage" resulted
in an error "'arch/arc/boot/loader': No such file".
This was because of "loader" is not dependancy for "uImage".

With this fix "make clean"+"make uImage" generate
"loader" and "uImage" binaries in "arch/arc/boot/".
Add a GitHub CI test builds to ci.yml for automated testing of
uImage building. This adds uImage artifacts files in addition to
vmlinux files.
@xxkent xxkent force-pushed the bolsh-arc64-uImage-fix branch from 76ea9f0 to cba4d85 Compare September 12, 2023 11:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants