diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-09 09:43:48 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-09 09:43:48 +0000 |
commit | 45883c31c7274fc67bedc4a590d8f2987a792a6a (patch) | |
tree | 6c728e20b450e1c47747ae54cea148b81f720297 /man/kernel-wedge-build-arch.1 | |
parent | Initial commit. (diff) | |
download | kernel-wedge-45883c31c7274fc67bedc4a590d8f2987a792a6a.tar.xz kernel-wedge-45883c31c7274fc67bedc4a590d8f2987a792a6a.zip |
Adding upstream version 2.105.upstream/2.105upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | man/kernel-wedge-build-arch.1 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/man/kernel-wedge-build-arch.1 b/man/kernel-wedge-build-arch.1 new file mode 100644 index 0000000..87255c8 --- /dev/null +++ b/man/kernel-wedge-build-arch.1 @@ -0,0 +1,18 @@ +.TH KERNEL\-WEDGE\-BUILD\-ARCH 1 "June 2019" "Kernel-wedge" +.SH NAME +kernel\-wedge\-build\-arch \- build udebs for a single architecture +.SH SYNOPSIS +.B kernel\-wedge build\-arch +.I architecture +.SH DESCRIPTION +This is a wrapper script to build a specific architecture. + +It takes the architecture to be built as parameter and that architecture +needs to be listed in kernel-versions. +It expects to have the unpacked kernel packages for the architecture in +e.g. ../alpha. modules.dep files have to be put in there too if they are +not shipped in the .deb (varies) + +\fBdpkg-cross\fR must be installed, but you do not need a cross compiler. +.SH AUTHOR +Frans Pop |