[oe-commits] org.oe.dev ipaq-boot-params: unbreak h5000

koen commit openembedded-commits at lists.openembedded.org
Tue Jan 9 15:23:05 UTC 2007


ipaq-boot-params: unbreak h5000

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 5f701287b495fe33c4146efa1ffc33584aa8d873
ViewMTN: http://monotone.openembedded.org/revision.psp?id=5f701287b495fe33c4146efa1ffc33584aa8d873
Files:
1
packages/ipaq-boot-params/params
packages/ipaq-boot-params/files/params
packages/ipaq-boot-params/files
packages/ipaq-boot-params/files/h5000
packages/ipaq-boot-params/files/h5000/params
packages/ipaq-boot-params/ipaq-boot-params.bb
Diffs:

#
# mt diff -r3c93955201b8b86404ef91648350f2deb2cd5e5f -r5f701287b495fe33c4146efa1ffc33584aa8d873
#
# 
# 
# rename "packages/ipaq-boot-params/params"
#     to "packages/ipaq-boot-params/files/params"
# 
# add_dir "packages/ipaq-boot-params/files"
# 
# add_dir "packages/ipaq-boot-params/files/h5000"
# 
# add_file "packages/ipaq-boot-params/files/h5000/params"
#  content [0a3ccf822c3b43d1e6a224bfb39c76dd43ed6dbb]
# 
# patch "packages/ipaq-boot-params/ipaq-boot-params.bb"
#  from [6af74b35f3298b92ccb06ee994b0d05548b97454]
#    to [920165bff257c3592b19da8d8fe5512ced184918]
# 
============================================================
--- packages/ipaq-boot-params/files/h5000/params	0a3ccf822c3b43d1e6a224bfb39c76dd43ed6dbb
+++ packages/ipaq-boot-params/files/h5000/params	0a3ccf822c3b43d1e6a224bfb39c76dd43ed6dbb
@@ -0,0 +1 @@
+set linuxargs "root=/dev/mtdblock1 noinitrd console=ttyS0,115200"
============================================================
--- packages/ipaq-boot-params/ipaq-boot-params.bb	6af74b35f3298b92ccb06ee994b0d05548b97454
+++ packages/ipaq-boot-params/ipaq-boot-params.bb	920165bff257c3592b19da8d8fe5512ced184918
@@ -1,11 +1,15 @@
-FILES_${PN} = "/boot/params"
+LICENSE = "MIT"
+PR = "r2"
 
-PR = "r1"
-LICENSE = "MIT"
+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}"
+






More information about the Openembedded-commits mailing list