aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-03-23 09:41:14 +0100
committerKoen Kooi <koen@openembedded.org>2009-03-23 09:41:14 +0100
commit589db5a12dba3c43854729954ac4ff7cb3555796 (patch)
tree2426be74bc34bbe4c6751f0980922a7689454321
parent1f95213480a0f98a8d8e5f9f5686e547b4703a00 (diff)
downloadopenembedded-589db5a12dba3c43854729954ac4ff7cb3555796.tar.gz
kirkwood: clean up kernel and machine file a bit
-rw-r--r--conf/machine/include/kirkwood.inc6
-rw-r--r--recipes/linux/linux-kirkwood_2.6.29-rc7+git.bb2
2 files changed, 4 insertions, 4 deletions
diff --git a/conf/machine/include/kirkwood.inc b/conf/machine/include/kirkwood.inc
index 6ee50c112d..be38858ae9 100644
--- a/conf/machine/include/kirkwood.inc
+++ b/conf/machine/include/kirkwood.inc
@@ -3,17 +3,15 @@
TARGET_ARCH = "arm"
-MACHINE_FEATURES = "kernel26 usbhost ext2 vfat"
+MACHINE_FEATURES = "kernel26 usbhost ext2 vfat mmc"
MACHINE_TASK_PROVIDER = "task-base"
USE_DEVFS = "0"
PREFERRED_PROVIDER_virtual/bootloader = ""
PREFERRED_PROVIDER_virtual/kernel = "linux-kirkwood"
-PREFERRED_VERSION_linux-kirkwood = "2.6.29-rc7+git"
-IMAGE_DEVICE_TABLES = "files/device_table-slugos.txt"
-IMAGE_FSTYPES = "tar.gz"
+IMAGE_FSTYPES += "tar.gz"
SERIAL_CONSOLE = "ttyS0 115200"
# Currently all the orion devices we support use uImage
diff --git a/recipes/linux/linux-kirkwood_2.6.29-rc7+git.bb b/recipes/linux/linux-kirkwood_2.6.29-rc7+git.bb
index 0515005aa7..f870bcef29 100644
--- a/recipes/linux/linux-kirkwood_2.6.29-rc7+git.bb
+++ b/recipes/linux/linux-kirkwood_2.6.29-rc7+git.bb
@@ -6,6 +6,8 @@ COMPATIBLE_MACHINE = "sheevaplug"
require linux.inc
+PV = "2.6.28+2.6.29rc7-${PR}+gitr${SRCREV}"
+
SRCREV = "569106c70e49ad67c69fa7d43a2a5218e63a4619"
SRC_URI = "git://git.marvell.com/orion.git;protocol=git \
file://fw.patch;patch=1 \