nokia tablets: build open source flasher for images
authorKoen Kooi <koen@openembedded.org>
Tue, 8 May 2007 10:40:10 +0000 (10:40 +0000)
committerKoen Kooi <koen@openembedded.org>
Tue, 8 May 2007 10:40:10 +0000 (10:40 +0000)
conf/machine/nokia770.conf
conf/machine/nokia800.conf

index 2b66d6c..070cdcd 100644 (file)
@@ -32,3 +32,7 @@ ROOTFS_POSTPROCESS_COMMAND += " remove_init_link; "
 
 MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost screen"
 MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "nokia770-init"
+
+# build tools
+EXTRA_IMAGEDEPENDS += "0xffff-native"
+
index fd1486e..e314388 100644 (file)
@@ -9,6 +9,7 @@ XSERVER = "xserver-kdrive-xomap"
 
 GUI_MACHINE_CLASS = "bigscreen"
 
+TARGET_FPU = "hard"
 include conf/machine/include/tune-arm1136jf-s.conf
 
 ROOT_FLASH_SIZE = "174"
@@ -25,3 +26,6 @@ ROOTFS_POSTPROCESS_COMMAND += " remove_init_link; "
 
 MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost"
 MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "nokia770-init"
+
+# build tools
+EXTRA_IMAGEDEPENDS += "0xffff-native"