mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 10:13:03 +01:00
13 lines
255 B
BlitzBasic
13 lines
255 B
BlitzBasic
require linux.inc
|
|
|
|
# Mark archs/machines that this kernel supports
|
|
DEFAULT_PREFERENCE = "-1"
|
|
DEFAULT_PREFERENCE_mpc8313erdb = "1"
|
|
|
|
PR = "r2"
|
|
|
|
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
|
|
file://defconfig \
|
|
"
|
|
|