[oe-commits] org.oe.dev lilo-sh: Lilo sh is an sh3/sh4 version of the lilo bootloader, so add a

lenehan commit openembedded-commits at lists.openembedded.org
Wed Nov 22 04:21:26 UTC 2006


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.

Author: lenehan at openembedded.org
Branch: org.openembedded.dev
Revision: af60b15c222362ac4bfe93ecba845682f4a59f0c
ViewMTN: http://monotone.openembedded.org/revision.psp?id=af60b15c222362ac4bfe93ecba845682f4a59f0c
Files:
1
packages/lilo-sh/lilo-sh_21.bb
Diffs:

#
# mt diff -r4b99e19afce999229f7c0531798fab150e7f8fb1 -raf60b15c222362ac4bfe93ecba845682f4a59f0c
#
# 
# 
# patch "packages/lilo-sh/lilo-sh_21.bb"
#  from [d0f0ff11fb75003875893509109618dbafedb2c8]
#    to [64a464c3295a411524377019a70a5f9ed28573d2]
# 
============================================================
--- packages/lilo-sh/lilo-sh_21.bb	d0f0ff11fb75003875893509109618dbafedb2c8
+++ packages/lilo-sh/lilo-sh_21.bb	64a464c3295a411524377019a70a5f9ed28573d2
@@ -39,3 +39,6 @@ FILES_${PN} = "${base_sbindir} /boot"
 
 # Include /boot in the package
 FILES_${PN} = "${base_sbindir} /boot"
+
+# Works for sh3/sh4 only
+COMPATIBLE_HOST = "sh.*-linux"






More information about the Openembedded-commits mailing list