diff options
author | Richard Purdie <richard@openedhand.com> | 2008-09-11 20:13:05 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-09-11 20:13:05 +0000 |
commit | fc6f464b57037e95ba8abe7138b25b315c309a05 (patch) | |
tree | 11b3889dd13320008a311b8a1db9529193a40250 /meta | |
parent | 93807d5187754cadedd640936aee7ff14af157a3 (diff) | |
download | poky-fc6f464b57037e95ba8abe7138b25b315c309a05.tar.gz |
rt2860: Set COMPATIBLE_MACHINE for now to avoid builds with elderly kernels
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5188 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/rt2860/rt2860_1.7.0.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/packages/rt2860/rt2860_1.7.0.0.bb b/meta/packages/rt2860/rt2860_1.7.0.0.bb index fb11efd91c..caa144d69d 100644 --- a/meta/packages/rt2860/rt2860_1.7.0.0.bb +++ b/meta/packages/rt2860/rt2860_1.7.0.0.bb | |||
@@ -12,6 +12,8 @@ SRC_URI = "http://folks.o-hand.com/sameo/rt2860/rt2860-1.7.0.0.tar.bz2 \ | |||
12 | 12 | ||
13 | S = "${WORKDIR}/rt2860-1.7.0.0" | 13 | S = "${WORKDIR}/rt2860-1.7.0.0" |
14 | 14 | ||
15 | COMPATIBLE_MACHINE = "eee901" | ||
16 | |||
15 | inherit module | 17 | inherit module |
16 | 18 | ||
17 | EXTRA_OEMAKE = "'CC=${KERNEL_CC}' \ | 19 | EXTRA_OEMAKE = "'CC=${KERNEL_CC}' \ |