diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2006-10-13 00:12:54 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2006-10-13 00:12:54 +0000 |
commit | dfc17e4d30a3819391773e217161fe3e930510ea (patch) | |
tree | e378c42e9939a667f9a9a5ef718042f04b22ea37 /packages/linux | |
parent | 540c4f485b453589cfa56cd6a8b3b57d491fc924 (diff) |
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.
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/linux-titan-sh4_2.6.17.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 |