commit:     b723d7642057b863e8b3f25ff19b3ad9c4f2f160
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 21 00:38:07 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 21 17:56:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b723d764

dist-kernel-utils.eclass: dist-kernel_get_image_path: handle sparc

Same as hppa/ppc*.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 eclass/dist-kernel-utils.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/dist-kernel-utils.eclass b/eclass/dist-kernel-utils.eclass
index cb0021f8b3a7..666896028669 100644
--- a/eclass/dist-kernel-utils.eclass
+++ b/eclass/dist-kernel-utils.eclass
@@ -77,7 +77,7 @@ dist-kernel_get_image_path() {
                arm)
                        echo arch/arm/boot/zImage
                        ;;
-               hppa|ppc|ppc64)
+               hppa|ppc|ppc64|sparc)
                        # 
https://www.kernel.org/doc/html/latest/powerpc/bootwrapper.html
                        # ./ is required because of ${image_path%/*}
                        # substitutions in the code

Reply via email to