summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-rp_2.6.29.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/linux/linux-rp_2.6.29.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-rp_2.6.29.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux/linux-rp_2.6.29.bb b/meta/recipes-kernel/linux/linux-rp_2.6.29.bb
new file mode 100644
index 0000000000..ed1a7b1d72
--- /dev/null
+++ b/meta/recipes-kernel/linux/linux-rp_2.6.29.bb
@@ -0,0 +1,26 @@
1require linux-rp.inc
2
3PR = "r12"
4
5DEFAULT_PREFERENCE = "-1"
6DEFAULT_PREFERENCE_qemux86 = "1"
7DEFAULT_PREFERENCE_qemumips = "1"
8
9COMPATIBLE_MACHINE = '(qemux86|qemumips)'
10
11# Handy URLs
12# git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=ef7d1b244fa6c94fb76d5f787b8629df64ea4046
13# ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.18.tar.bz2
14# ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/testing/linux-2.6.20-rc4.tar.bz2
15# ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/testing/patch-2.6.18-rc6.bz2;patch=1
16# ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/snapshots/patch-2.6.18-rc2-git1.bz2;patch=1
17# ${KERNELORG_MIRROR}/pub/linux/kernel/people/alan/linux-2.6/2.6.10/patch-2.6.10-ac8.gz;patch=1
18# ${KERNELORG_MIRROR}/pub/linux/kernel/people/akpm/patches/2.6/2.6.14-rc2/2.6.14-rc2-mm1/2.6.14-rc2-mm1.bz2;patch=1
19
20# Patches submitted upstream are towards top of this list
21# Hacks should clearly named and at the bottom
22SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.29.tar.bz2 \
23 file://defconfig-qemux86 \
24 file://defconfig-qemumips"
25
26S = "${WORKDIR}/linux-2.6.29"