Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(156)

Unified Diff: sys-kernel/chromeos-kernel-next/chromeos-kernel-next-9999.ebuild

Issue 6765018: Add fbconsole USE flag for framebuffer console support. (Closed) Base URL: http://git.chromium.org/git/chromiumos-overlay.git@master
Patch Set: Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sys-kernel/chromeos-kernel-next/files/fbconsole.config » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sys-kernel/chromeos-kernel-next/chromeos-kernel-next-9999.ebuild
diff --git a/sys-kernel/chromeos-kernel-next/chromeos-kernel-next-9999.ebuild b/sys-kernel/chromeos-kernel-next/chromeos-kernel-next-9999.ebuild
index 2d6b83984c78aa7007ca5df1bab3359dbe1bfe34..7a9187ccb270c6833bef1c9bca3f9d4fad02ec21 100644
--- a/sys-kernel/chromeos-kernel-next/chromeos-kernel-next-9999.ebuild
+++ b/sys-kernel/chromeos-kernel-next/chromeos-kernel-next-9999.ebuild
@@ -12,7 +12,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~arm"
IUSE_KCONFIG="+kconfig_generic kconfig_atom kconfig_atom64 kconfig_tegra2"
-IUSE="-initramfs -nfs ${IUSE_KCONFIG}"
+IUSE="-fbconsole -initramfs -nfs ${IUSE_KCONFIG}"
REQUIRED_USE="^^ ( ${IUSE_KCONFIG/+} )"
# disable compat_wireless with kernel-next
USE="${USE} -compat_wireless"
@@ -72,6 +72,11 @@ src_configure() {
chromeos/scripts/prepareconfig ${config} || die
fi
+ if use fbconsole; then
+ elog " - adding framebuffer console config"
+ cat "${FILESDIR}"/fbconsole.config >> "${S}"/.config
+ fi
+
if use nfs; then
elog " - adding NFS config"
cat "${FILESDIR}"/nfs.config >> "${S}"/.config
« no previous file with comments | « no previous file | sys-kernel/chromeos-kernel-next/files/fbconsole.config » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698