diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2006-11-22 04:17:16 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2006-11-22 04:17:16 +0000 |
commit | a2faa3e2f446d160592ad34f1d96d07649cd1e6e (patch) | |
tree | 3ac047f815082ad3d35115e04119adbaf6d5eb93 /packages/lilo-sh/lilo-sh_21.bb | |
parent | bf547c9043b91d9a7d8785e1cc5a5c6f74fe499c (diff) |
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/lilo-sh/lilo-sh_21.bb')
-rw-r--r-- | packages/lilo-sh/lilo-sh_21.bb | 3 |
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" |