]> www.infradead.org Git - users/jedix/linux-maple.git/commit
kbuild: deb-pkg: add debarch for ARCH=loongarch64
authorWangYuli <wangyuli@uniontech.com>
Mon, 24 Feb 2025 18:26:19 +0000 (02:26 +0800)
committerMasahiro Yamada <masahiroy@kernel.org>
Sat, 15 Mar 2025 12:19:44 +0000 (21:19 +0900)
commit1195306ee359ced2cb9d7a192e973872571cb93a
treeee3e6d5052046344ba309d4bb9e1ac0907a9f6af
parentdbdffaf50ff9cee3259a7cef8a7bd9e0f0ba9f13
kbuild: deb-pkg: add debarch for ARCH=loongarch64

Fix follow warning when 'make ARCH=loongarch64 bindeb-pkg':

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

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

Reported-by: Shiwei Liu <liushiwei@anheng.com.cn>
Signed-off-by: WangYuli <wangyuli@uniontech.com>
Reviewed-by: Nathan Chancellor <nathan@kernel.org>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/package/mkdebian