]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
UBUNTU: SAUCE: (no-up) add compat_uts_machine= kernel command line override
authorAndy Whitcroft <apw@canonical.com>
Fri, 27 Nov 2015 17:38:30 +0000 (17:38 +0000)
committerAndrea Righi <andrea.righi@canonical.com>
Thu, 9 Mar 2023 14:57:10 +0000 (15:57 +0100)
commite3c794e305c35b3e0a29b901f05c7c6257f1d46e
tree69770fa6b51f8ba867e5f8609d6265ecaee50b7b
parent7c79a592ffe3d0f2622be9c536a6e99228f37e1b
UBUNTU: SAUCE: (no-up) add compat_uts_machine= kernel command line override

We wish to use the arm64 buildds to build armhf binaries in 32bit chroots.
To make this work we need uname to return armv7l machine type.  To achieve
this add a kernel command line override for the 32bit machine type.
Add compat_uts_machine=<type> to allow the LINUX32 personality to return
that type for uname.

Signed-off-by: Andy Whitcroft <apw@canonical.com>
kernel/sys.c