From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4D5DF138A1A for ; Sun, 8 Feb 2015 21:40:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B11C4E07F4; Sun, 8 Feb 2015 21:40:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C1C03E07F4 for ; Sun, 8 Feb 2015 21:40:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8A5FB3406F2 for ; Sun, 8 Feb 2015 21:40:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4142511586 for ; Sun, 8 Feb 2015 21:39:57 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1421544128.52238bfbddba7d043690d2a32296e88e78ed541f.ottxor@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: genkernel.conf X-VCS-Directories: / X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 52238bfbddba7d043690d2a32296e88e78ed541f X-VCS-Branch: master Date: Sun, 8 Feb 2015 21:39:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 05e89c85-4a20-42e7-8a0d-1ca08cdeb647 X-Archives-Hash: 55b27b58753cf528430712eb7ede6fa1 commit: 52238bfbddba7d043690d2a32296e88e78ed541f Author: Christoph Junghans gentoo org> AuthorDate: Sat Jan 17 21:59:03 2015 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Sun Jan 18 01:22:08 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=52238bfb Advertise KERNEL_{MAKE_DIRECTIVE,BINARY}_OVERRIDE in genkernel.conf Signed-off-by: Christoph Junghans gentoo.org> --- genkernel.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/genkernel.conf b/genkernel.conf index ad5750e..0c3955c 100644 --- a/genkernel.conf +++ b/genkernel.conf @@ -173,6 +173,13 @@ DISKLABEL="yes" # during kernel compilation #KERNEL_CROSS_COMPILE="x86_64-pc-linux-gnu" +# Override default make target (bzImage). See also the --kernel-target +# command line option. Useful to build a uImage on arm +#KERNEL_MAKE_DIRECTIVE_OVERRIDE="fooImage" + +# Override default kernel binary path. See also the --kernel-binary +# command line option. Useful to install a uImage on arm +#KERNEL_BINARY_OVERRIDE="arch/foo/boot/bar" # =========GENKERNEL LOCATION CONFIGURATION============ # Variables: