The-going
The-going
@lanefu When you make a final decision about the structure of the future user folder and the variables that should specify the full paths to the folders, tell me and...
I think this is a bad idea. The local version is intended for another. This is the same kernel with the same ABI, but differs in configuration and/or some number...
> Not work for me: still does package named `linux-image-edge-meson64_22.08.0-trunk_arm64.deb` This is the package file name. print the package name: ``` dpkg-deb -f linux-image-edge-meson64_22.08.0-trunk_arm64.deb Package
I do it this way: ```diff diff --git a/lib/compilation.sh b/lib/compilation.sh index 024a94bd4..1b22c0cf1 100644 --- a/lib/compilation.sh +++ b/lib/compilation.sh @@ -521,7 +521,7 @@ CUSTOM_KERNEL_CONFIG echo -e "\n\t== deb packages: image, headers, firmware,...
@igorpecovnik Where should the brand be displayed? Should it be part of the package version? Or should it be displayed in the output of the `uname -a` command?
Good! Currently, there is a substitution of some concepts in the names of variables. VERSION REVISION https://github.com/armbian/build/blob/f9f0366153b6d208a91c61c280a885cde82867e2/lib/compilation.sh#L526-L527 In fact, here it is an extension of the package name: https://github.com/armbian/build/blob/f9f0366153b6d208a91c61c280a885cde82867e2/packages/armbian/mkdebian#L98-L101 LOCALVERSION...
The preliminary version is here https://github.com/armbian/build/pull/4000
> I remember the build script use to check out by default into master branch and do a git pull. This branch update mechanism does not currently work in the...
A very interesting discussion. If a decision is made to switch to using a series of patches, a manual tool that I use may be needed. [This script](https://github.com/armbian/build/pull/3909) makes it...
> When individual patch files are applied, the script _deletes_ kernel source files that are recreated by patches at https://github.com/armbian/build/blob/6bf936d2e3eeae8cddadb294ead89d0e1ce89c7d/lib/compilation.sh#L939-L940 To put it mildly, this is "non-standard and not explicit...