Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Thu, 20 Jan 2022 16:39:25
Message-Id: 1642696737.caa89ab1ff4b1dc6fb24f836d2d63896c51b197d.sam@gentoo
1 commit: caa89ab1ff4b1dc6fb24f836d2d63896c51b197d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 20 16:38:57 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 20 16:38:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caa89ab1
7
8 dist-kernel-utils.eclass: add hppa to dist-kernel_get_image_path()
9
10 Uses same logic as ppc/ppc64. Just adding to the case statement.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 eclass/dist-kernel-utils.eclass | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/eclass/dist-kernel-utils.eclass b/eclass/dist-kernel-utils.eclass
18 index f514a3da65a9..71c96a37e642 100644
19 --- a/eclass/dist-kernel-utils.eclass
20 +++ b/eclass/dist-kernel-utils.eclass
21 @@ -1,4 +1,4 @@
22 -# Copyright 2020-2021 Gentoo Authors
23 +# Copyright 2020-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 # @ECLASS: dist-kernel-utils.eclass
27 @@ -72,7 +72,7 @@ dist-kernel_get_image_path() {
28 arm)
29 echo arch/arm/boot/zImage
30 ;;
31 - ppc|ppc64)
32 + hppa|ppc|ppc64)
33 # https://www.kernel.org/doc/html/latest/powerpc/bootwrapper.html
34 # ./ is required because of ${image_path%/*}
35 # substitutions in the code