Home
last modified time | relevance | path

Searched hist:a34e92d2e831729f0ed5df20d15b4df419cd0ba4 (Results 1 – 1 of 1) sorted by relevance

/linux/scripts/package/
H A Dmkdebiandiff a34e92d2e831729f0ed5df20d15b4df419cd0ba4 Tue Dec 03 12:14:45 CET 2024 Masahiro Yamada <masahiroy@kernel.org> kbuild: deb-pkg: add debarch for ARCH=um

'make ARCH=um bindeb-pkg' shows the following warning.

$ make ARCH=um bindeb-pkg
[snip]
GEN debian

** ** ** WARNING ** ** **

Your architecture doesn't have its equivalent
Debian userspace architecture defined!
Falling back to the current host architecture (amd64).
Please add support for um to ./scripts/package/mkdebian ...

This commit hard-codes i386/amd64 because UML is only supported for x86.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nicolas Schier <nicolas@fjasle.eu>