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

Restructure buildsystem to use Taskfile #216

Closed
wants to merge 5 commits into from

Conversation

MDr164
Copy link
Collaborator

@MDr164 MDr164 commented Sep 7, 2021

This PR will be a bit bigger. I completely restructured the way u-bmc is built and made the process more modular. With this approach it'll be easier to add future platforms and new SoCs to the source. The Go code remained untouched for now. It's also easier to track down errors in the build system and it's less fragile compared to GNU make in my opinion. This PR also requires #215 and solves #203 and also lays the ground to solve #204

MDr164 and others added 4 commits July 28, 2021 13:30
Fixed deprecated syntax and introduced go modules support.

Signed-off-by: Marvin Drees <[email protected]>
Upgraded bootlock code to 5.10 sources
and update CircleCI image along the way

Signed-off-by: Marvin Drees <[email protected]>
@MDr164 MDr164 force-pushed the restructure_buildsystem_taskfile branch 2 times, most recently from 9e3565d to fae8ffc Compare September 7, 2021 12:41
@MDr164
Copy link
Collaborator Author

MDr164 commented Sep 7, 2021

Looks like I was a bit too eager allocating resources in my Taskfiles and made the step where it compiles the kernel use too much resources causing CircleCI to fail

@MDr164 MDr164 force-pushed the restructure_buildsystem_taskfile branch 2 times, most recently from 4a7746b to b70e889 Compare September 7, 2021 15:49
Initial commit to utilize the Taskfile
buildsystem instead of GNU Make
In addition:

- Rebase kernel configs
- Update License date
- Reorder directory structure
- Update gitignores accordingly
- Update documentation accordingly
- Update CircleCI accordingly

Signed-off-by: Marvin Drees <[email protected]>
@MDr164 MDr164 closed this Sep 8, 2021
@MDr164 MDr164 deleted the restructure_buildsystem_taskfile branch November 30, 2021 08:39
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