mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-18 00:32:35 +00:00
95e12712dd
Also we need to pull in module-exa as xf86-video-omap relies on it, at run time. And replaced the default xorg.conf for 'omap4' machine to take new driver into account. Do not enable HWcursor (e.g. mouse using DSS overlay) to keep things simple for now.. Signed-off-by: Nicolas Dechesne <n-dechesne@ti.com> Signed-off-by: Hervé Fache <h-fache@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
27 lines
722 B
PHP
27 lines
722 B
PHP
SOC_FAMILY = "omap4"
|
|
require conf/machine/include/soc-family.inc
|
|
|
|
require conf/machine/include/tune-cortexa9.inc
|
|
|
|
PREFERRED_PROVIDER_virtual/kernel = "linux-omap4"
|
|
PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
|
|
|
|
PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
|
|
XSERVER = "xserver-xorg \
|
|
xserver-xorg-extension-dri \
|
|
xserver-xorg-extension-dri2 \
|
|
xserver-xorg-extension-glx \
|
|
xserver-xorg-module-exa \
|
|
xf86-input-evdev \
|
|
xf86-video-omap"
|
|
|
|
# Increase this everytime you change something in the kernel
|
|
MACHINE_KERNEL_PR = "r1"
|
|
|
|
KERNEL_IMAGETYPE = "uImage"
|
|
|
|
UBOOT_ENTRYPOINT = "0x80008000"
|
|
UBOOT_LOADADDRESS = "0x80008000"
|
|
|
|
EXTRA_IMAGEDEPENDS += "u-boot"
|