aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2006-11-22 04:17:16 +0000
committerJamie Lenehan <lenehan@twibble.org>2006-11-22 04:17:16 +0000
commita2faa3e2f446d160592ad34f1d96d07649cd1e6e (patch)
tree3ac047f815082ad3d35115e04119adbaf6d5eb93 /packages
parentbf547c9043b91d9a7d8785e1cc5a5c6f74fe499c (diff)
downloadopenembedded-a2faa3e2f446d160592ad34f1d96d07649cd1e6e.tar.gz
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.
Diffstat (limited to 'packages')
-rw-r--r--packages/lilo-sh/lilo-sh_21.bb3
1 files changed, 3 insertions, 0 deletions
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"