aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux_2.6.31.bb
blob: 839e808451a6b09560a4ec33520e0900e9245bb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
require linux.inc

PR = "r6"

S = "${WORKDIR}/linux-${PV}"

# Mark archs/machines that this kernel supports
DEFAULT_PREFERENCE = "-1"
DEFAULT_PREFERENCE_boc01 = "1"
DEFAULT_PREFERENCE_collie = "1"
DEFAULT_PREFERENCE_db1200 = "1"
DEFAULT_PREFERENCE_qemumips = "1"
DEFAULT_PREFERENCE_qemux86 = "1"
DEFAULT_PREFERENCE_iei-nanogx-466 = "1"
DEFAULT_PREFERENCE_ben-nanonote = "1"


SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
           ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${PV}.5.bz2;patch=1 \
           file://defconfig"

SRC_URI += "file://0001-Squashfs-move-zlib-decompression-wrapper-code-into.patch;patch=1 \
            file://0002-Squashfs-Factor-out-remaining-zlib-dependencies-int.patch;patch=1 \
            file://0003-Squashfs-add-a-decompressor-framework.patch;patch=1 \
            file://0004-Squashfs-add-decompressor-entries-for-lzma-and-lzo.patch;patch=1 \
            file://0005-Squashfs-add-an-extra-parameter-to-the-decompressor.patch;patch=1 \
            file://0006-Squashfs-add-LZMA-compression.patch;patch=1 \
            file://0007-Squashfs-Make-unlzma-available-to-non-initramfs-ini.patch;patch=1 \
           "

SRC_URI_append_db1200 ="\
            http://maxim.org.za/AT91RM9200/2.6/2.6.31-at91.patch.gz;patch=1 \
	    "

SRC_URI_append_boc01 = "\
           http://maxim.org.za/AT91RM9200/2.6/2.6.31-at91.patch.gz;patch=1 \
           file://boc01.dts \
           file://boc01.dts.v1 \
           file://004-081205-usb.patch;patch=1 \
           file://005-091110-isl12024.patch;patch=1 \
           file://007-091005-lm73.patch;patch=1 \
           file://011-091028-gpio.patch;patch=1 \
           file://012-091019-capsense.patch;patch=1 \
           file://013-091015-lcd.patch;patch=1 \
           file://014-091030-buttons.patch;patch=1 \
           "

SRC_URI_append_collie = "\
           file://0001-add-locomo_spi-driver.patch;patch=1 \
           file://0002-collie-fix-scoop-convesion-to-new-api.patch;patch=1 \
           file://0003-collie-prepare-for-gpiolib-use.patch;patch=1 \
           file://0004-move-drivers-mfd-.h-to-include-linux-mfd.patch;patch=1 \
           file://0005-collie-locomo-led-change-default-trigger.patch;patch=1 \
           file://0006-SA1100-make-gpio_to_irq-and-reverse-a-macro.patch;patch=1 \
           file://0007-add-gpiolib-support-to-ucb1x00.patch;patch=1 \
           file://0008-collie-convert-to-gpiolib-for-ucb1x00.patch;patch=1 \
           file://0009-collie-add-battery-driver.patch;patch=1 \
           file://0010-collie-support-pda_power-driver.patch;patch=1 \
           file://0011-fix-collie-keyboard-bug.patch;patch=1 \
           file://0012-add-collie-touchscreen-driver.patch;patch=1 \
           file://0013-add-sa1100-udc-hack-extra-hacked-for-collie.patch;patch=1 \
           file://0014-gadget-add-file.patch;patch=1 \
           file://0004-fix-dma-for-SA1100.patch;patch=1 \
           "


SRC_URI_append_ep93xx = " \
           file://edb9301-fix-machine-id.patch;patch=1 \
           "

SRC_URI_append_ben-nanonote = " \
	   file://files.patch;patch=1 \
	   file://001-core.patch;patch=1 \
	   file://050-nand.patch;patch=1 \
	   file://051-fb.patch;patch=1 \
	   file://052-rtc.patch;patch=1 \
	   file://053-adc.patch;patch=1 \
	   file://100-battery.patch;patch=1 \
	   file://101-mmc.patch;patch=1 \
	   file://102-video.patch;patch=1 \
	   file://103-lcm.patch;patch=1 \
	   file://103-serial.patch;patch=1 \
	   file://104-usb.patch;patch=1 \
	   file://105-sound.patch;patch=1 \
	   file://220-add-2gb-nand-support.patch;patch=1 \
	   file://300-jffs2-summery-vmalloc.patch;patch=1 \
	   file://400-spi-gpio-3wire.patch;patch=1 \
	   file://410-soc-32bit-regs.patch;patch=1 \
	   file://500-modifier-keys.patch;patch=1 \
	   file://900-add-openwrt-logo.patch;patch=1 \
	   file://fix_mips_vmlinux.lds.patch;patch=1 \
	   "

do_devicetree_image_append_boc01() {
	dtc -I dts -O dtb ${KERNEL_DEVICETREE_FLAGS} -o devicetree.v1 ${KERNEL_DEVICETREE}.v1
	install -m 0644 devicetree.v1 ${D}/boot/devicetree-${KERNEL_VERSION}.v1
}

pkg_postinst_kernel-devicetree_append_boc01 () {
	cd /${KERNEL_IMAGEDEST}; update-alternatives --install /${KERNEL_IMAGEDEST}/devicetree.v1 devicetree.v1 devicetree-${KERNEL_VERSION}.v1 ${KERNEL_PRIORITY} || true
}

pkg_postrm_kernel-devicetree_append_boc01 () {
	cd /${KERNEL_IMAGEDEST}; update-alternatives --remove devicetree.v1 devicetree-${KERNEL_VERSION}.v1 || true
}