From: Jamie Lenehan Date: Wed, 22 Nov 2006 04:17:16 +0000 (+0000) Subject: lilo-sh: Lilo sh is an sh3/sh4 version of the lilo bootloader, so add a X-Git-Tag: Release-2010-05/1~9453^2~343 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2faa3e2f446d160592ad34f1d96d07649cd1e6e;p=openembedded.git 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. --- 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"