From 01c6f60ae68b98968c8425493bfe7608fdf41bcc Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Wed, 16 Jan 2013 14:51:03 -0800 Subject: emenlow-noemgd: create a new BSP This is based on the gma500/gma600 kernel driver and the modesetting X driver for poulsbo graphics. The gma500 driver needs soft cursor in X. Signed-off-by: Nitin A Kamble Signed-off-by: Tom Zanussi --- meta-emenlow/conf/machine/emenlow-noemgd.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta-emenlow/conf/machine/emenlow-noemgd.conf (limited to 'meta-emenlow/conf') diff --git a/meta-emenlow/conf/machine/emenlow-noemgd.conf b/meta-emenlow/conf/machine/emenlow-noemgd.conf new file mode 100644 index 00000000..9a995c12 --- /dev/null +++ b/meta-emenlow/conf/machine/emenlow-noemgd.conf @@ -0,0 +1,16 @@ +#@TYPE: Machine +#@NAME: emenlow-noemgd + +#@WEBTITLE: Intel Atom Z5xx Processor With Intel US15W Controller Hub (eMenlow) with open source graphics + +#@DESCRIPTION: Machine configuration for eMenlow based systems, like the Webs-2120 box, without the Intel-proprietary graphics bits + +PREFERRED_VERSION_linux-yocto ?= "3.4%" + +require conf/machine/include/tune-atom.inc +require conf/machine/include/ia32-base.inc + +XSERVER ?= "${XSERVER_IA32_BASE} \ + ${XSERVER_IA32_EXT} \ + ${XSERVER_IA32_MODESETTING} \ + " -- cgit v1.2.3-54-g00ecf