summaryrefslogtreecommitdiffstats
path: root/recipes/kexecboot/linux-kexecboot_2.6.32.bb
blob: 759fa9adbeabb764cb9035b5d7a6704f63d0d3b2 (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
require linux-kexecboot.inc

PR = "${INC_PR}.0"

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

# Mark archs/machines that this kernel supports
DEFAULT_PREFERENCE = "-1"
DEFAULT_PREFERENCE_akita = "-1"
DEFAULT_PREFERENCE_c7x0 = "-1"
DEFAULT_PREFERENCE_collie = "-1"
DEFAULT_PREFERENCE_poodle = "-1"
DEFAULT_PREFERENCE_spitz = "-1"
DEFAULT_PREFERENCE_tosa = "-1"

DEFAULT_PREFERENCE_omap3 = "1"


SRC_URI += "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2;name=kernel \
           file://v3-1-4-Add-support-for-LZO-compressed-kernels.patch;apply=yes;status=pending \
           file://v3-2-4-Add-support-for-LZO-compressed-kernels-for-ARM.patch;apply=yes;status=pending \
           file://v3-3-4-Add-support-for-LZO-compressed-kernels-on-x86.patch;apply=yes;status=pending \
           file://v3-4-4-Add-LZO-compression-support-for-initramfs-and-old-style-initrd.patch;apply=yes;status=pending \
           file://ARM-Add-support-for-LZMA-compressed-kernel-images.patch;apply=yes;status=pending \
           file://defconfig"

SRC_URI[kernel.md5sum] = "260551284ac224c3a43c4adac7df4879"
SRC_URI[kernel.sha256sum] = "5099786d80b8407d98a619df00209c2353517f22d804fdd9533b362adcb4504e"

SRC_URI_append_omap3 = " git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git;protocol=git;rev=6833f1a8cdcb65a370f898bde6b6af63f81962df \
file://defconfig \
file://sctp-fix.patch;apply=yes \
file://cm-t35/0001-omap3-cm-t35-add-mux-initialization.patch;apply=yes \
file://cm-t35/0001-OMAP-DSS2-add-Toppoly-TDO35S-panel.patch;apply=yes \
file://cm-t35/0002-omap3-cm-t35-add-DSS2-display-support.patch;apply=yes \
file://cm-t35/0003-omap3-cm-t35-update-defconfig-for-DSS2.patch;apply=yes \
file://cm-t35/0006-omap3-cm-t35-update-defconfig.patch;apply=yes \
file://0001-ARM-OMAP-Overo-Add-support-for-second-ethernet-po.patch;apply=yes \
file://0003-drivers-net-smsc911x-return-ENODEV-if-device-is-n.patch;apply=yes \
file://0004-drivers-input-touchscreen-ads7846-return-ENODEV.patch;apply=yes \
file://0005-ARM-OMAP-add-support-for-TCT-Zippy-to-Beagle-board.patch;apply=yes \
file://0006-ARM-OMAP-Make-beagle-u-boot-partition-writable.patch;apply=yes \
file://0007-ASoC-enable-audio-capture-by-default-for-twl4030.patch;apply=yes \
file://0009-MTD-NAND-omap2-proper-fix-for-subpage-read-ECC-error.patch;apply=yes \
file://madc/0009-drivers-mfd-add-twl4030-madc-driver.patch;apply=yes \
file://madc/0010-ARM-OMAP-Add-twl4030-madc-support-to-Overo.patch;apply=yes \
file://madc/0011-ARM-OMAP-Add-twl4030-madc-support-to-Beagle.patch;apply=yes \
file://madc/0013-ARM-OMAP-Add-missing-twl4030-madc-header-file.patch;apply=yes \
file://dss2/0012-OMAP-DSS2-Add-support-for-LG-Philips-LB035Q02-pane.patch;apply=yes \
#file://dss2/0014-OMAP-DSS-Add-DSS2-support-for-Overo.patch;apply=yes \
file://dss2/0015-OMAP-DSS-Add-DSS2-support-for-Beagle.patch;apply=yes \
file://dss2/0016-video-add-timings-for-hd720.patch;apply=yes \
"