From a2faa3e2f446d160592ad34f1d96d07649cd1e6e Mon Sep 17 00:00:00 2001 From: Jamie Lenehan Date: Wed, 22 Nov 2006 04:17:16 +0000 Subject: [PATCH] lilo-sh: Lilo sh is an sh3/sh4 version of the lilo bootloader, so add a COMPATIBLE_HOST to indicate that this only works for sh3/sh4. --- packages/lilo-sh/lilo-sh_21.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/lilo-sh/lilo-sh_21.bb b/packages/lilo-sh/lilo-sh_21.bb index df8a755aee..cc4fbac8a7 100644 --- a/packages/lilo-sh/lilo-sh_21.bb +++ b/packages/lilo-sh/lilo-sh_21.bb @@ -39,3 +39,6 @@ do_install() { # Include /boot in the package FILES_${PN} = "${base_sbindir} /boot" + +# Works for sh3/sh4 only +COMPATIBLE_HOST = "sh.*-linux" -- 2.39.5