mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 10:13:03 +01:00
The qemux86 configuration is simply a copy of the qemux86-defconfig from linux-rp with make oldconfig and mostly default answers. Configuration for qemuppc already exists but DEFAULT_PREFERENCE was not set in the recipe. Signed-off-by: Joshua Lock <josh@linux.intel.com>
15 lines
321 B
BlitzBasic
15 lines
321 B
BlitzBasic
require linux.inc
|
|
|
|
# Mark archs/machines that this kernel supports
|
|
DEFAULT_PREFERENCE = "-1"
|
|
DEFAULT_PREFERENCE_mpc8313erdb = "1"
|
|
DEFAULT_PREFERENCE_qemuppc = "1"
|
|
DEFAULT_PREFERENCE_qemux86 = "1"
|
|
|
|
PR = "r1"
|
|
|
|
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
|
|
file://defconfig \
|
|
"
|
|
|