linux-titan-sh4 2.6.17: Add COMPATIBLE_MACHINE since it is going to be made
authorJamie Lenehan <lenehan@twibble.org>
Fri, 13 Oct 2006 00:12:54 +0000 (00:12 +0000)
committerJamie Lenehan <lenehan@twibble.org>
Fri, 13 Oct 2006 00:12:54 +0000 (00:12 +0000)
madatory. This kernel is for the sh4 based titan board only.

packages/linux/linux-titan-sh4_2.6.17.bb

index 027983a..ac98115 100644 (file)
@@ -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