sg3-utils: add newer buildable version
[openembedded.git] / recipes / linux / linux-ixp4xx.inc
1 # linux-ixp4xx.inc
2 #
3 DESCRIPTION = "Linux 2.6.x kernel for IXP4xx devices"
4 SRCREV = "1089"
5
6 COMPATIBLE_HOST = 'arm.*-linux.*'
7 COMPATIBLE_MACHINE = '(ixp4xx|nslu2|syhl1)'
8
9 # To specify the console set KERNEL_CONSOLE in the .bb file.
10
11 # CMDLINE_ROOT: machine specific boot options - should not be set on a
12 #  generic kernel!
13 CMDLINE_ROOT ?= ""
14
15 # CMDLINE_DEBUG: debug options such as noirqdebug, defaults to empty
16 # override in local.conf etc
17 CMDLINE_DEBUG ?= ""
18
19 CMDLINE  = "${CMDLINE_ROOT}"
20 CMDLINE += "${CMDLINE_DEBUG}"
21 CMDLINE += "${CMDLINE_CONSOLE}"
22
23 # Kernel module dependencies
24 # (according to hrw, these should go in kernel.bbclass)
25
26 DEPENDS_kernel-module-zd1211rw  += "zd1211-firmware"
27 RDEPENDS_kernel-module-zd1211rw += "zd1211-firmware"