Gentoo Archives: gentoo-commits

From: Christoph Junghans <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:master commit in: /
Date: Sun, 08 Feb 2015 21:40:03
Message-Id: 1421544128.52238bfbddba7d043690d2a32296e88e78ed541f.ottxor@gentoo
1 commit: 52238bfbddba7d043690d2a32296e88e78ed541f
2 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 17 21:59:03 2015 +0000
4 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 18 01:22:08 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=52238bfb
7
8 Advertise KERNEL_{MAKE_DIRECTIVE,BINARY}_OVERRIDE in genkernel.conf
9
10 Signed-off-by: Christoph Junghans <ottxor <AT> gentoo.org>
11
12 ---
13 genkernel.conf | 7 +++++++
14 1 file changed, 7 insertions(+)
15
16 diff --git a/genkernel.conf b/genkernel.conf
17 index ad5750e..0c3955c 100644
18 --- a/genkernel.conf
19 +++ b/genkernel.conf
20 @@ -173,6 +173,13 @@ DISKLABEL="yes"
21 # during kernel compilation
22 #KERNEL_CROSS_COMPILE="x86_64-pc-linux-gnu"
23
24 +# Override default make target (bzImage). See also the --kernel-target
25 +# command line option. Useful to build a uImage on arm
26 +#KERNEL_MAKE_DIRECTIVE_OVERRIDE="fooImage"
27 +
28 +# Override default kernel binary path. See also the --kernel-binary
29 +# command line option. Useful to install a uImage on arm
30 +#KERNEL_BINARY_OVERRIDE="arch/foo/boot/bar"
31
32 # =========GENKERNEL LOCATION CONFIGURATION============
33 # Variables: