mirror of
https://git.yoctoproject.org/poky
synced 2026-09-15 06:49:33 +02:00
Conditionally assign the PREFERRED_PROVIDER_virtual/kernel in the meta-yocto machine configs to allow the user or other layers to override it. This is required to use the linux-yocto-rt kernel, for example. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
25 lines
619 B
Plaintext
25 lines
619 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: mti_malta32_be MIPS
|
|
#@DESCRIPTION: mti_malta32_be
|
|
|
|
require conf/machine/include/tune-mips32.inc
|
|
|
|
MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 \
|
|
serial usbgadget"
|
|
|
|
KERNEL_IMAGETYPE = "vmlinux"
|
|
KERNEL_ALT_IMAGETYPE = "vmlinux.bin"
|
|
|
|
PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
|
|
#PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto"
|
|
PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
|
|
XSERVER = "xserver-kdrive-fbdev"
|
|
|
|
|
|
SERIAL_CONSOLE = "115200 ttyS0"
|
|
|
|
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
|
|
|
|
IMAGE_FSTYPES ?= "jffs2 tar.bz2"
|
|
|