lilo-sh: Lilo sh is an sh3/sh4 version of the lilo bootloader, so add a
authorJamie Lenehan <lenehan@twibble.org>
Wed, 22 Nov 2006 04:17:16 +0000 (04:17 +0000)
committerJamie Lenehan <lenehan@twibble.org>
Wed, 22 Nov 2006 04:17:16 +0000 (04:17 +0000)
COMPATIBLE_HOST to indicate that this only works for sh3/sh4.

packages/lilo-sh/lilo-sh_21.bb

index df8a755..cc4fbac 100644 (file)
@@ -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"