From dfc17e4d30a3819391773e217161fe3e930510ea Mon Sep 17 00:00:00 2001 From: Jamie Lenehan Date: Fri, 13 Oct 2006 00:12:54 +0000 Subject: 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. --- packages/linux/linux-titan-sh4_2.6.17.bb | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3