From 2e978b482143e1076b92426df884f04075cc7c40 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Sun, 23 Sep 2012 13:52:07 -0700 Subject: emenlow.conf: specify a kernel boot param for emgd Via "vmalloc=256MB" boot parameter ask kernel to keep enough memory available for the emgd kernel driver allocation. Signed-off-by: Nitin A Kamble Signed-off-by: Tom Zanussi --- meta-emenlow/conf/machine/emenlow.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-emenlow') diff --git a/meta-emenlow/conf/machine/emenlow.conf b/meta-emenlow/conf/machine/emenlow.conf index 235498ce..de316b7d 100644 --- a/meta-emenlow/conf/machine/emenlow.conf +++ b/meta-emenlow/conf/machine/emenlow.conf @@ -23,7 +23,7 @@ PREFERRED_VERSION_xserver-xorg ?= "1.9.3" PREFERRED_VERSION_mesa-dri ?= "7.11" PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0" -APPEND += "video=vesafb vga=0x318" +APPEND += "video=vesafb vga=0x318 vmalloc=256MB" VA_FEATURES = "${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", \ "commercial", "gst-va-intel va-intel", "va-intel", d)}" -- cgit v1.2.3-54-g00ecf