blob: 577b915828991826976ac52d0e9d8b726d8e6973 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
require linux.inc
PR = "r0"
S = "${WORKDIR}/linux-${PV}"
# Mark archs/machines that this kernel supports
DEFAULT_PREFERENCE = "-1"
DEFAULT_PREFERENCE_mpc8315e-rdb = "1"
COMPATIBLE_MACHINE = "mpc8315e-rdb"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
file://defconfig"
SRC_URI_append_mpc8315e-rdb = " file://mpc8315erdb-add-msi-to-dts.patch;patch=1"
|