diff options
Diffstat (limited to 'recipes/linux/gumstix-kernel_2.6.21.bb')
-rw-r--r-- | recipes/linux/gumstix-kernel_2.6.21.bb | 92 |
1 files changed, 46 insertions, 46 deletions
diff --git a/recipes/linux/gumstix-kernel_2.6.21.bb b/recipes/linux/gumstix-kernel_2.6.21.bb index 0eb0a728d0..8d89ab0114 100644 --- a/recipes/linux/gumstix-kernel_2.6.21.bb +++ b/recipes/linux/gumstix-kernel_2.6.21.bb @@ -5,52 +5,52 @@ S = "${WORKDIR}/linux-${PV}" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \ file://defconfig \ file://tsc2003.c \ - file://tsc2003-config.diff;apply=yes \ - file://pxa-regs-additions.patch;apply=yes \ - file://header.patch;apply=yes \ - file://arch-config.patch;apply=yes \ - file://board-init.patch;apply=yes \ - file://compact-flash.patch;apply=yes \ - file://flash.patch;apply=yes \ - file://pxa2xx_udc.patch;apply=yes \ - file://bkpxa-pxa-cpu.patch;apply=yes \ - file://bkpxa-pxa-cpufreq.patch;apply=yes \ - file://proc-gpio.patch;apply=yes \ - file://serial-ether-addr.patch;apply=yes \ - file://cpufreq-better-freqs.patch;apply=yes \ - file://ethernet-config.patch;apply=yes \ - file://smc-ether-addr.patch;apply=yes \ - file://cpufreq-ondemand-by-default.patch;apply=yes \ - file://modular-init-bluetooth.patch;apply=yes \ - file://modular-init-smc91x.patch;apply=yes \ - file://modular-init-usb-gadget.patch;apply=yes \ - file://bugfix-i2c-include.patch;apply=yes \ - file://bugfix-mmc-clock.patch;apply=yes \ - file://bugfix-pxa-cpufreq.patch;apply=yes \ - file://bugfix-serial-interrupt.patch;apply=yes \ - file://bugfix-serial-register-status.patch;apply=yes \ - file://mach-types-fix.patch;apply=yes \ - file://pcm-gcc-411-bugfix.patch;apply=yes \ - file://ucb1400-ac97-audio.patch;apply=yes \ - file://gumstix-asoc.patch;apply=yes \ - file://disable-uncompress-message.patch;apply=yes \ - file://serial-divisor.patch;apply=yes \ - file://mmc-card-detect.patch;apply=yes \ - file://misalignment-handling.patch;apply=yes \ - file://compile-fix-pxa_cpufreq.patch;apply=yes \ - file://pxafb-definition.patch;apply=yes \ - file://270-usb-gadget-udc.patch;apply=yes \ - file://gumstix-pxa270-usb-host.patch;apply=yes \ - file://cpufreq-fixup.patch;apply=yes \ - file://uImage-in-own-partition.patch;apply=yes \ - file://pxa-regs-fixup.patch;apply=yes \ - file://gumstix-fb-logo.patch;apply=yes \ - file://gumstix-pxa270-mmc.patch;apply=yes \ - file://pxafb-18bpp-mode.patch;apply=yes \ - file://smc911x-fixup.patch;apply=yes \ - file://smc91x-fail-if-no-chip.patch;apply=yes \ - file://one-wire.patch;apply=yes \ - ${@base_contains('MACHINE_FEATURES', 'rgb16','file://pxafb-backto16.patch;apply=yes', '',d)} \ + file://tsc2003-config.diff \ + file://pxa-regs-additions.patch \ + file://header.patch \ + file://arch-config.patch \ + file://board-init.patch \ + file://compact-flash.patch \ + file://flash.patch \ + file://pxa2xx_udc.patch \ + file://bkpxa-pxa-cpu.patch \ + file://bkpxa-pxa-cpufreq.patch \ + file://proc-gpio.patch \ + file://serial-ether-addr.patch \ + file://cpufreq-better-freqs.patch \ + file://ethernet-config.patch \ + file://smc-ether-addr.patch \ + file://cpufreq-ondemand-by-default.patch \ + file://modular-init-bluetooth.patch \ + file://modular-init-smc91x.patch \ + file://modular-init-usb-gadget.patch \ + file://bugfix-i2c-include.patch \ + file://bugfix-mmc-clock.patch \ + file://bugfix-pxa-cpufreq.patch \ + file://bugfix-serial-interrupt.patch \ + file://bugfix-serial-register-status.patch \ + file://mach-types-fix.patch \ + file://pcm-gcc-411-bugfix.patch \ + file://ucb1400-ac97-audio.patch \ + file://gumstix-asoc.patch \ + file://disable-uncompress-message.patch \ + file://serial-divisor.patch \ + file://mmc-card-detect.patch \ + file://misalignment-handling.patch \ + file://compile-fix-pxa_cpufreq.patch \ + file://pxafb-definition.patch \ + file://270-usb-gadget-udc.patch \ + file://gumstix-pxa270-usb-host.patch \ + file://cpufreq-fixup.patch \ + file://uImage-in-own-partition.patch \ + file://pxa-regs-fixup.patch \ + file://gumstix-fb-logo.patch \ + file://gumstix-pxa270-mmc.patch \ + file://pxafb-18bpp-mode.patch \ + file://smc911x-fixup.patch \ + file://smc91x-fail-if-no-chip.patch \ + file://one-wire.patch \ + ${@base_contains('MACHINE_FEATURES', 'rgb16','file://pxafb-backto16.patch', '',d)} \ " do_configure_prepend() { |