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

Rework compile #3124

Merged
merged 7 commits into from
Sep 6, 2021
Merged

Rework compile #3124

merged 7 commits into from
Sep 6, 2021

Conversation

The-going
Copy link
Contributor

Description

Fixing the creation of the linux-headers-edge package. #3103

The package is assembled, installed and deleted correctly. The package is fully functional.
The kernel module is assembled and loaded using the package.

Move the cleanup of the scripts target from the postinst script
to the logically correct place so that the cleanup occurs with
the same arguments of the make command and the same compiler.

Signed-off-by: The-going <[email protected]>
Since version 5.12, there are no collisions
with deleting the scripts/module.lds file.

This pathology begins with 5.10 and ends on 5.11 inclusive,
and this is due to internal migration in the core.
The linux-headers package must be built in the last queue

Signed-off-by: The-going <[email protected]>
This reverts commit 6bd8dca.
@igorpecovnik igorpecovnik merged commit 593104a into armbian:master Sep 6, 2021
useful64 pushed a commit to useful64/build that referenced this pull request Feb 4, 2022
* DEBUG code

* make M=scripts clean before creating the package

Move the cleanup of the scripts target from the postinst script
to the logically correct place so that the cleanup occurs with
the same arguments of the make command and the same compiler.

Signed-off-by: The-going <[email protected]>

* clear all files in target directory

* Debugging for version 5.10.10 and higher

* Return to version 5.12

Since version 5.12, there are no collisions
with deleting the scripts/module.lds file.

This pathology begins with 5.10 and ends on 5.11 inclusive,
and this is due to internal migration in the core.

* Change the order of creating packages

The linux-headers package must be built in the last queue

Signed-off-by: The-going <[email protected]>

* Revert "DEBUG code"

This reverts commit 6bd8dca.
useful64 pushed a commit to useful64/build that referenced this pull request Feb 4, 2022
* DEBUG code

* make M=scripts clean before creating the package

Move the cleanup of the scripts target from the postinst script
to the logically correct place so that the cleanup occurs with
the same arguments of the make command and the same compiler.

Signed-off-by: The-going <[email protected]>

* clear all files in target directory

* Debugging for version 5.10.10 and higher

* Return to version 5.12

Since version 5.12, there are no collisions
with deleting the scripts/module.lds file.

This pathology begins with 5.10 and ends on 5.11 inclusive,
and this is due to internal migration in the core.

* Change the order of creating packages

The linux-headers package must be built in the last queue

Signed-off-by: The-going <[email protected]>

* Revert "DEBUG code"

This reverts commit 6bd8dca.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants