diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-05-09 05:44:30 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-05-09 05:44:30 +0000 |
commit | fb1bf22bf1f99bf39062a414dc95b783af24e0eb (patch) | |
tree | 9de3ace3c9bb1605e6306e9c2fba8febfcc52ccb /conf/machine | |
parent | 0af1290e79f6d482be943cadb292c1f3c44c3aab (diff) | |
parent | a1da152a12837b54328d9f6bae672c23815df67c (diff) |
merge of '8cf0ade6025c07f6fb2d8dcb863a8e6b345dddaa'
and 'e7a885c65fac678637bdc0153d73dafaa9bb1608'
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/nokia770.conf | 4 | ||||
-rw-r--r-- | conf/machine/nokia800.conf | 4 |
2 files changed, 8 insertions, 0 deletions
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" |