summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/nokia770.conf
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-01-18 12:54:57 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-01-18 12:54:57 +0000
commit12b861dd3643fe9a6ed0716873485981eadaaa61 (patch)
treeeecfc2cd84f6bf09be04c566afb83c0632b654c3 /meta/conf/machine/nokia770.conf
parent8caadc8dc7f358df49ad7df99c2f548247007201 (diff)
downloadpoky-12b861dd3643fe9a6ed0716873485981eadaaa61.tar.gz
nokia tablets: added vfat to MACHINE_FEATURES (from OE)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3528 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/machine/nokia770.conf')
-rw-r--r--meta/conf/machine/nokia770.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/machine/nokia770.conf b/meta/conf/machine/nokia770.conf
index 90a13871fc..705caf0886 100644
--- a/meta/conf/machine/nokia770.conf
+++ b/meta/conf/machine/nokia770.conf
@@ -13,7 +13,7 @@ XSERVER = "xserver-kdrive-xomap"
13GUI_MACHINE_CLASS = "bigscreen" 13GUI_MACHINE_CLASS = "bigscreen"
14 14
15# Use tune-arm926 per default. Machine independent feeds should be built with tune-strongarm. 15# Use tune-arm926 per default. Machine independent feeds should be built with tune-strongarm.
16include conf/machine/include/tune-arm926ejs.inc 16require conf/machine/include/tune-arm926ejs.inc
17 17
18#size of the root partition (yes, it is 123 MB) 18#size of the root partition (yes, it is 123 MB)
19ROOT_FLASH_SIZE = "123" 19ROOT_FLASH_SIZE = "123"
@@ -29,6 +29,6 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-nokia800"
29#use this if you are using the nokia initfs 29#use this if you are using the nokia initfs
30ROOTFS_POSTPROCESS_COMMAND += " remove_init_link; " 30ROOTFS_POSTPROCESS_COMMAND += " remove_init_link; "
31 31
32MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost" 32MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost screen vfat"
33MACHINE_EXTRA_RDEPENDS = "usbinit" 33MACHINE_EXTRA_RDEPENDS = "usbinit"
34MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "nokia770-init" 34MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "nokia770-init"