From a9b2b63d1f40a75638ee6ddb3599501c6974deb9 Mon Sep 17 00:00:00 2001 From: Apelete Seketeli Date: Sun, 24 Mar 2013 18:02:42 +0100 Subject: ben-nanonote: import ben-nanonote machine support Import Ben Nanonote machine support files from "oe-classic". This is intended to be used by the JLime distribution. The following changes were done to comply with oe-core rules: - use DEFAULTTUNE from conf/machine/include/tune-mips32.inc in oe-core repository instead of setting TARGET_ARCH, - remove IMAGE_FSTYPES setting, this is done in distro configuration. Signed-off-by: Apelete Seketeli --- conf/machine/ben-nanonote.conf | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 conf/machine/ben-nanonote.conf (limited to 'conf') diff --git a/conf/machine/ben-nanonote.conf b/conf/machine/ben-nanonote.conf new file mode 100644 index 0000000..1ce5815 --- /dev/null +++ b/conf/machine/ben-nanonote.conf @@ -0,0 +1,29 @@ +#@TYPE: Machine +#@NAME: Ben Nanonote +#@DESCRIPTION: Machine configuration for the Qi-Hardware's Ben Nanonote + +require conf/machine/include/tune-mips32.inc + +PREFERRED_PROVIDER_virtual/kernel = "linux-jlime-ben-nanonote" + +# With 2.6.37 there is not yet uImage target (pending patches) +#KERNEL_IMAGETYPE = "uImage" +KERNEL_IMAGETYPE = "vmlinux.bin" + +PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" +PREFERRED_VERSION_xserver-kdrive = "1.3.0.0" + +XSERVER = "xserver-kdrive-fbdev" + +#ScreenInfo +MACHINE_GUI_CLASS = "smallscreen" +MACHINE_DISPLAY_WIDTH_PIXELS = "320" +MACHINE_DISPLAY_HEIGHT_PIXELS = "240" +LOGO_SIZE = "qvga" + +################################## +# build kexecboot kernel while +# making sure rootfs is compatible +################################## + +# require conf/machine/include/initramfs-kexecboot.inc -- cgit 1.2.3-korg