From: Koen Kooi Date: Tue, 8 May 2007 10:40:10 +0000 (+0000) Subject: nokia tablets: build open source flasher for images X-Git-Tag: Release-2010-05/1~8868^2~589 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0aa9625dcc4f6d36a72208689da9b89460645d11;p=openembedded.git nokia tablets: build open source flasher for images --- diff --git a/conf/machine/nokia770.conf b/conf/machine/nokia770.conf index 2b66d6c921..070cdcdd05 100644 --- a/conf/machine/nokia770.conf +++ b/conf/machine/nokia770.conf @@ -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" + diff --git a/conf/machine/nokia800.conf b/conf/machine/nokia800.conf index fd1486e752..e31438819e 100644 --- a/conf/machine/nokia800.conf +++ b/conf/machine/nokia800.conf @@ -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"