[oe-commits] org.oe.dev h2200-bootloader: try to make sure only h2200 machine will build and install it

koen commit openembedded-commits at lists.openembedded.org
Thu Aug 31 08:55:11 UTC 2006


h2200-bootloader: try to make sure only h2200 machine will build and install it

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: c954e41597bfbf7a994300bef7b6f3f54127adaf
ViewMTN: http://monotone.openembedded.org/revision.psp?id=c954e41597bfbf7a994300bef7b6f3f54127adaf
Files:
1
packages/h2200-bootloader/h2200-bootloader.bb
Diffs:

#
# mt diff -r997401a3be68dcae53f696a513f14af78c5a3136 -rc954e41597bfbf7a994300bef7b6f3f54127adaf
#
# 
# 
# patch "packages/h2200-bootloader/h2200-bootloader.bb"
#  from [678ecb9276ee6fa1f4e8c2096c1ed22b58fe2b47]
#    to [7869b1c2466c3d8619b978c52775aab5034d82f1]
# 
============================================================
--- packages/h2200-bootloader/h2200-bootloader.bb	678ecb9276ee6fa1f4e8c2096c1ed22b58fe2b47
+++ packages/h2200-bootloader/h2200-bootloader.bb	7869b1c2466c3d8619b978c52775aab5034d82f1
@@ -1,8 +1,12 @@ PR="r2"
 DESCRIPTION = "Bootloader firmware extractor for the h2200 iPAQ"
 ALLOW_EMPTY = "1"
 MAINTAINER = "Koen Kooi <koen at linuxtogo.org>"
 PR="r2"
 
+COMPATIBLE_MACHINE = "h2200"
+#it is a shell script, but lets protect the innocent some more
+PACKAGE_ARCH = "h2200"
+
 pkg_postinst() {
 #!/bin/sh
 mkdir -p /lib/firmware






More information about the Openembedded-commits mailing list