35 lines
836 B
HTML
35 lines
836 B
HTML
# Digi's MXS platforms common settings
|
|
include conf/machine/include/digi-defaults.inc
|
|
include conf/machine/include/soc-family.inc
|
|
|
|
XSERVER = "xserver-xorg \
|
|
xf86-input-evdev \
|
|
xf86-video-fbdev"
|
|
|
|
# Gstreamer plugin
|
|
MACHINE_GSTREAMER_PLUGIN ?= ""
|
|
|
|
# Sub-architecture support
|
|
MACHINE_SOCARCH_SUFFIX ?= ""
|
|
MACHINE_SOCARCH_SUFFIX_mx28 = "-mx28"
|
|
|
|
MACHINE_ARCH_FILTER = "virtual/kernel"
|
|
MACHINE_SOCARCH_FILTER = "libfslcodec libfslvpuwrap libfslparser gst-fsl-plugins"
|
|
|
|
INHERIT += "fsl-dynamic-packagearch"
|
|
|
|
# Ship kernel modules
|
|
MACHINE_EXTRA_RRECOMMENDS = "kernel-modules"
|
|
|
|
# Extra udev rules
|
|
MACHINE_EXTRA_RRECOMMENDS += "udev-extraconf"
|
|
|
|
EXTRA_IMAGEDEPENDS = "u-boot"
|
|
|
|
KERNEL_IMAGETYPE = "uImage"
|
|
|
|
MACHINE_FEATURES = "apm usbgadget usbhost vfat"
|
|
|
|
# Add the ability to specify _imx machines
|
|
MACHINEOVERRIDES =. "imx:"
|