From: Jamie Lenehan Date: Fri, 13 Oct 2006 00:12:54 +0000 (+0000) Subject: linux-titan-sh4 2.6.17: Add COMPATIBLE_MACHINE since it is going to be made X-Git-Tag: Release-2010-05/1~9453^2~567^2~212^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfc17e4d30a3819391773e217161fe3e930510ea;p=openembedded.git linux-titan-sh4 2.6.17: Add COMPATIBLE_MACHINE since it is going to be made madatory. This kernel is for the sh4 based titan board only. --- diff --git a/packages/linux/linux-titan-sh4_2.6.17.bb b/packages/linux/linux-titan-sh4_2.6.17.bb index 027983a242..ac98115c27 100644 --- a/packages/linux/linux-titan-sh4_2.6.17.bb +++ b/packages/linux/linux-titan-sh4_2.6.17.bb @@ -11,6 +11,7 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \ S = "${WORKDIR}/linux-${PV}" COMPATIBLE_HOST = 'sh4.*-linux' +COMPATIBLE_MACHINE = "titan" inherit kernel