git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c703dd
)
orion: Set KERNEL_IMAGETYPE to uImage for the orion based devices
author
Tim 'timtim' Ellis
<tim.ellis@foonas.org>
Sun, 18 Jan 2009 15:36:52 +0000
(15:36 +0000)
committer
Tim 'timtim' Ellis
<tim.ellis@foonas.org>
Sun, 18 Jan 2009 15:36:52 +0000
(15:36 +0000)
conf/machine/include/orion.inc
patch
|
blob
|
history
diff --git
a/conf/machine/include/orion.inc
b/conf/machine/include/orion.inc
index
7c5572a
..
d22b783
100644
(file)
--- a/
conf/machine/include/orion.inc
+++ b/
conf/machine/include/orion.inc
@@
-7,7
+7,7
@@
TARGET_ARCH = "arm"
# Weakly assign it and remove when all distros supporting this device have updated
TARGET_FPU ?= "soft"
-MACHINE_FEATURES = "kernel26 usbhost ext2"
+MACHINE_FEATURES = "kernel26 usbhost ext2
vfat
"
MACHINE_TASK_PROVIDER = "task-base"
USE_DEVFS = "0"
@@
-20,4
+20,7
@@
IMAGE_DEVICE_TABLES = "files/device_table-slugos.txt"
IMAGE_FSTYPES = "tar.gz"
SERIAL_CONSOLE = "ttyS0 115200"
+# Currently all the orion devices we support use uImage
+KERNEL_IMAGETYPE = "uImage"
+
require conf/machine/include/tune-arm926ejs.inc