From e1ea6934f1af74cfba995b3e06fbdfa493b6dfc1 Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Sat, 18 Apr 2015 23:45:45 +0200 Subject: ipaq-boot-params: restrict compatibility to h3600 only (other unmaintained machines have been removed) Signed-off-by: Andrea Adami --- recipes-bsp/ipaq-boot-params/ipaq-boot-params.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'recipes-bsp') 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" -- cgit 1.2.3-korg