1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-16 06:17:51 +00:00

libdrm: Add support for dra7xx-evm

* Change the COMPATIBLE_MACHINE setting to use omap-a15 so that
  the dra7xx-evm machine type is also included.

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Chase Maupin
2013-06-03 17:11:46 -05:00
committed by Denys Dmytriyenko
parent 3e1ab248af
commit e47e400d07
+1 -1
View File
@@ -1,3 +1,3 @@
COMPATIBLE_MACHINE = "omap4|omap5"
COMPATIBLE_MACHINE = "omap4|omap-a15"
EXTRA_OECONF += "--enable-omap-experimental-api"