git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf547c9
)
lilo-sh: Lilo sh is an sh3/sh4 version of the lilo bootloader, so add a
author
Jamie Lenehan
<lenehan@twibble.org>
Wed, 22 Nov 2006 04:17:16 +0000
(
04:17
+0000)
committer
Jamie 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
patch
|
blob
|
history
diff --git
a/packages/lilo-sh/lilo-sh_21.bb
b/packages/lilo-sh/lilo-sh_21.bb
index
df8a755
..
cc4fbac
100644
(file)
--- 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"