commit:     cae637be9cec73cd394c4ac02eac80e51ab93805
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 15 08:28:06 2023 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Mon Dec 18 17:20:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cae637be

dist-kernel-utils.eclass: support loong in dist-kernel_get_image_path

The filenames to use are taken from upstream:
https://github.com/torvalds/linux/blob/v6.6/arch/loongarch/boot/Makefile.

Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>

 eclass/dist-kernel-utils.eclass | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/eclass/dist-kernel-utils.eclass b/eclass/dist-kernel-utils.eclass
index 62750d1721a2..67cb802151b2 100644
--- a/eclass/dist-kernel-utils.eclass
+++ b/eclass/dist-kernel-utils.eclass
@@ -87,6 +87,13 @@ dist-kernel_get_image_path() {
                                echo arch/${ARCH}/boot/Image.gz
                        fi
                        ;;
+               loong)
+                       if [[ ${KERNEL_EFI_ZBOOT} ]]; then
+                               echo arch/loongarch/boot/vmlinuz.efi
+                       else
+                               echo arch/loongarch/boot/vmlinux.elf
+                       fi
+                       ;;
                arm)
                        echo arch/arm/boot/zImage
                        ;;

Reply via email to