-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlinux_3.0.bb
22 lines (17 loc) · 834 Bytes
/
linux_3.0.bb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
require linux.inc
# Mark archs/machines that this kernel supports
DEFAULT_PREFERENCE = "-1"
DEFAULT_PREFERENCE_hx4700 = "1"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v3.0/linux-${PV}.tar.bz2;name=kernel \
file://defconfig "
SRC_URI[kernel.md5sum] = "398e95866794def22b12dfbc15ce89c0"
SRC_URI[kernel.sha256sum] = "64b0228b54ce39b0b2df086109a7b737cde58e3df4f779506ddcaccee90356a0"
SRC_URI_append_hx4700 = " \
file://0001-Add-LED-support-for-the-HTC-ASIC3.-Underlying-suppor.patch \
file://0002-tmio_mmc_irq-race.patch \
file://0003-Only-compile-tmio_mmc_dma.o-when-CONFIG_MMC_SDHI-is-.patch \
file://0004-Add-PCMCIA-CF-support-for-the-HTC-ASIC3.-Underlying-.patch \
file://0005-Suspend-unbalanced-irqs.patch \
file://0006-suspend.patch \
file://0007-hx4700-change-led-trigger-assignments.patch \
"