summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-3.0.6.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-3.0.6.inc')
-rw-r--r--recipes-kernel/linux/linux-3.0.6.inc24
1 files changed, 24 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-3.0.6.inc b/recipes-kernel/linux/linux-3.0.6.inc
new file mode 100644
index 0000000..dd2a8b2
--- /dev/null
+++ b/recipes-kernel/linux/linux-3.0.6.inc
@@ -0,0 +1,24 @@
1FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/linux-${PV}/${MACHINE}"
2
3SRC_URI = "http://www.kernel.org/pub/linux/kernel/v3.0/linux-${PV}.tar.bz2 \
4 file://defconfig \
5 file://0001-add-lsi-acp3448v2-bsp-patches.patch \
6 file://0002-Patch-to-head_44x.S-to-support-lsi-acp3448v2.patch \
7 file://0003-Patch-drivers_dma_Makefile.patch \
8 file://0004-change-arch_powerpc_kernel_setup_32_c.patch \
9 file://0005-Patch-arch_powerpc_mm_tlb_nohash_c.patch \
10 file://0006-backport-mmu_clear_feature-function.patch \
11 file://0007-Enable-CONFIG_RELOCATABLE-for-ppc47x.patch \
12 file://0008-change-serial-baudrate_to_115200.patch \
13 file://0009-add-acp3448-PCIe-controller-driver.patch \
14 file://0010-fix-typo-error-for-acp-pcie.patch \
15 file://0011-fix-compiler.h-__attribute_const__-redefined-problem.patch \
16 "
17
18PV = "3.0.6"
19PR = "r0"
20
21S = "${WORKDIR}/linux-${PV}"
22
23COMPATIBLE_MACHINE = "acp3448v2"
24