commit:     a632e2f5848755b7eb7b394d4dc760207a43fe3b
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 16 21:02:48 2021 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Dec 16 21:45:32 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a632e2f5

dist-kernel-utils.eclass: add ppc(32) support

Bug: https://bugs.gentoo.org/794799
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

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

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

Reply via email to