aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2015-04-18 23:45:45 +0200
committerAndrea Adami <andrea.adami@gmail.com>2015-04-18 23:58:54 +0200
commite1ea6934f1af74cfba995b3e06fbdfa493b6dfc1 (patch)
tree37519dfb1c7c296c03b4cb03bcb52176192393fb
parente43d6b84f9747a2b1c8527517214efc9fccfae56 (diff)
downloadmeta-handheld-e1ea6934f1af74cfba995b3e06fbdfa493b6dfc1.tar.gz
ipaq-boot-params: restrict compatibility to h3600 only
(other unmaintained machines have been removed) Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
-rw-r--r--recipes-bsp/ipaq-boot-params/ipaq-boot-params.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-bsp/ipaq-boot-params/ipaq-boot-params.bb b/recipes-bsp/ipaq-boot-params/ipaq-boot-params.bb
index f05588c..74ebe6e 100644
--- a/recipes-bsp/ipaq-boot-params/ipaq-boot-params.bb
+++ b/recipes-bsp/ipaq-boot-params/ipaq-boot-params.bb
@@ -1,9 +1,8 @@
DESCRIPTION = "Kernel boot parameters for HH.org bootldr"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690"
-PR = "r5"
-COMPATIBLE_MACHINE = "(h3600|h3800|h3900|h5000|simpad)"
+COMPATIBLE_MACHINE = "h3600"
SRC_URI = "file://params"