mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
linux: Enable linux-2.6.32 for qemux86 and qemuppc
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>
This commit is contained in:
2153
meta/packages/linux/linux-2.6.32/qemux86/defconfig
vendored
Normal file
2153
meta/packages/linux/linux-2.6.32/qemux86/defconfig
vendored
Normal file
File diff suppressed because it is too large
Load Diff
@@ -3,8 +3,10 @@ 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 = "r0"
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
|
||||
file://defconfig \
|
||||
|
||||
Reference in New Issue
Block a user