From a632e2f5848755b7eb7b394d4dc760207a43fe3b Mon Sep 17 00:00:00 2001 From: Georgy Yakovlev Date: Thu, 16 Dec 2021 13:02:48 -0800 Subject: dist-kernel-utils.eclass: add ppc(32) support Bug: https://bugs.gentoo.org/794799 Signed-off-by: Georgy Yakovlev --- eclass/dist-kernel-utils.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'eclass/dist-kernel-utils.eclass') 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 -- cgit v1.2.3-65-gdbad