ipaq-boot-params: unbreak h5000
authorKoen Kooi <koen@openembedded.org>
Tue, 9 Jan 2007 15:17:57 +0000 (15:17 +0000)
committerKoen Kooi <koen@openembedded.org>
Tue, 9 Jan 2007 15:17:57 +0000 (15:17 +0000)
packages/ipaq-boot-params/files/.mtn2git_empty [new file with mode: 0644]
packages/ipaq-boot-params/files/h5000/.mtn2git_empty [new file with mode: 0644]
packages/ipaq-boot-params/files/h5000/params [new file with mode: 0644]
packages/ipaq-boot-params/files/params [new file with mode: 0644]
packages/ipaq-boot-params/ipaq-boot-params.bb
packages/ipaq-boot-params/params [deleted file]

diff --git a/packages/ipaq-boot-params/files/.mtn2git_empty b/packages/ipaq-boot-params/files/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/ipaq-boot-params/files/h5000/.mtn2git_empty b/packages/ipaq-boot-params/files/h5000/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/ipaq-boot-params/files/h5000/params b/packages/ipaq-boot-params/files/h5000/params
new file mode 100644 (file)
index 0000000..2d1a571
--- /dev/null
@@ -0,0 +1 @@
+set linuxargs "root=/dev/mtdblock1 noinitrd console=ttyS0,115200"
diff --git a/packages/ipaq-boot-params/files/params b/packages/ipaq-boot-params/files/params
new file mode 100644 (file)
index 0000000..42344d6
--- /dev/null
@@ -0,0 +1 @@
+set linuxargs "root=/dev/mtdblock1 init=/linuxrc noinitrd console=none"
index f2ff82d..15e3c9c 100644 (file)
@@ -1,11 +1,15 @@
-FILES_${PN} = "/boot/params"
-
-PR = "r1"
 LICENSE = "MIT"
+PR = "r2"
+
+COMPATIBLE_MACHINE = "(h3600|h3800|h3900|h5000|simpad)"
+
 SRC_URI = "file://params"
 
 do_install() {
-       install -d ${D}/boot
-       install -m 0644 ${WORKDIR}/params ${D}/boot/
+        install -d ${D}/boot
+        install -m 0644 ${WORKDIR}/params ${D}/boot/
 }
 
+FILES_${PN} = "/boot/params"
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
diff --git a/packages/ipaq-boot-params/params b/packages/ipaq-boot-params/params
deleted file mode 100644 (file)
index 42344d6..0000000
+++ /dev/null
@@ -1 +0,0 @@
-set linuxargs "root=/dev/mtdblock1 init=/linuxrc noinitrd console=none"