diff options
author | Koen Kooi <koen@openembedded.org> | 2007-08-12 21:34:51 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-08-12 21:34:51 +0000 |
commit | 53d81ff9ad3de44359a36ac5255d28182df4599e (patch) | |
tree | 49b1f3c49af4e7c4c8310fa316127f7242a2fb47 /packages/linux/linux-jlime-current.bb | |
parent | ebe765619f76a2aaad9252b043fc99777c5151b1 (diff) |
linux-jlime-current: set bogus COMPATIBLE machine so the maintainer adds a proper one
Diffstat (limited to 'packages/linux/linux-jlime-current.bb')
-rw-r--r-- | packages/linux/linux-jlime-current.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/linux/linux-jlime-current.bb b/packages/linux/linux-jlime-current.bb index 68bcd4ab04..21cf1a224b 100644 --- a/packages/linux/linux-jlime-current.bb +++ b/packages/linux/linux-jlime-current.bb @@ -9,6 +9,8 @@ DESCRIPTION = "2.6 Linux Development Kernel for JLime supported Machines." SECTION = "kernel" LICENSE = "GPL" +COMPATIBLE_MACHINE = "fillmein" + inherit kernel PR = "r1" |