aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorApelete Seketeli <apelete@seketeli.net>2013-03-24 18:02:42 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2013-04-03 18:13:48 +0100
commita9b2b63d1f40a75638ee6ddb3599501c6974deb9 (patch)
tree8e2558222831071c24bc197702dff6dc059adca7 /conf
parenta268810f7c2c1f13e01cc02bcddc23c46118551d (diff)
downloadmeta-handheld-a9b2b63d1f40a75638ee6ddb3599501c6974deb9.tar.gz
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 <apelete@seketeli.net>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/ben-nanonote.conf29
1 files changed, 29 insertions, 0 deletions
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