summaryrefslogtreecommitdiff
path: root/packages/ipaq-boot-params
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-01-09 18:15:40 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-01-09 18:15:40 +0000
commitc918c91a1bed5ef3e1dc38cbbfb82444ea4e897c (patch)
tree78a2737313589cdcfdc0ede1758cc584d8cdb6a0 /packages/ipaq-boot-params
parentb91c9e4599944a6a64c7f853cf5080274b03ede9 (diff)
parent747d775316d2ad2df56511c5db30f73b9ac534f3 (diff)
merge of '16ee14a842b8b60161751ee3f1a8963b703977c9'
and '92587fd59457797dd414b12575ca5d07d3407b3f'
Diffstat (limited to 'packages/ipaq-boot-params')
-rw-r--r--packages/ipaq-boot-params/files/.mtn2git_empty0
-rw-r--r--packages/ipaq-boot-params/files/h5000/.mtn2git_empty0
-rw-r--r--packages/ipaq-boot-params/files/h5000/params1
-rw-r--r--packages/ipaq-boot-params/files/params (renamed from packages/ipaq-boot-params/params)0
-rw-r--r--packages/ipaq-boot-params/ipaq-boot-params.bb14
5 files changed, 10 insertions, 5 deletions
diff --git a/packages/ipaq-boot-params/files/.mtn2git_empty b/packages/ipaq-boot-params/files/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/ipaq-boot-params/files/.mtn2git_empty
diff --git a/packages/ipaq-boot-params/files/h5000/.mtn2git_empty b/packages/ipaq-boot-params/files/h5000/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/ipaq-boot-params/files/h5000/.mtn2git_empty
diff --git a/packages/ipaq-boot-params/files/h5000/params b/packages/ipaq-boot-params/files/h5000/params
new file mode 100644
index 0000000000..2d1a571173
--- /dev/null
+++ b/packages/ipaq-boot-params/files/h5000/params
@@ -0,0 +1 @@
+set linuxargs "root=/dev/mtdblock1 noinitrd console=ttyS0,115200"
diff --git a/packages/ipaq-boot-params/params b/packages/ipaq-boot-params/files/params
index 42344d6fb7..42344d6fb7 100644
--- a/packages/ipaq-boot-params/params
+++ b/packages/ipaq-boot-params/files/params
diff --git a/packages/ipaq-boot-params/ipaq-boot-params.bb b/packages/ipaq-boot-params/ipaq-boot-params.bb
index f2ff82d8be..15e3c9cd51 100644
--- a/packages/ipaq-boot-params/ipaq-boot-params.bb
+++ b/packages/ipaq-boot-params/ipaq-boot-params.bb
@@ -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}"
+