blob: db1139f3670b1976afddfd03bd87302182969465 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
require linux.inc
PV = "2.6.28+2.6.29-rc6"
S = "${WORKDIR}/linux-2.6.28"
# Mark archs/machines that this kernel supports
DEFAULT_PREFERENCE = "-1"
DEFAULT_PREFERENCE_vortex86sx = "1"
DEFAULT_PREFERENCE_tosa = "1"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/testing/linux-2.6.28.tar.bz2 \
${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/testing/patch-2.6.29-rc6.bz2;patch=1 \
file://defconfig"
SRC_URI_append_tosa = " \
file://0001--tosa-Set-a-bus_id-for-the-tc6393xb-so-that-the-clk.patch;patch=1 \
"
|