aboutsummaryrefslogtreecommitdiffstats
path: root/meta-steppeeagle/recipes-graphics/drm/libdrm_git.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'meta-steppeeagle/recipes-graphics/drm/libdrm_git.bbappend')
-rw-r--r--meta-steppeeagle/recipes-graphics/drm/libdrm_git.bbappend18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-steppeeagle/recipes-graphics/drm/libdrm_git.bbappend b/meta-steppeeagle/recipes-graphics/drm/libdrm_git.bbappend
new file mode 100644
index 00000000..cb5ebffd
--- /dev/null
+++ b/meta-steppeeagle/recipes-graphics/drm/libdrm_git.bbappend
@@ -0,0 +1,18 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+
+SRCREV = "e6ec4c88519da05eccc05ed2ae7ff20277e3672a"
+PV = "2.4.53+git${SRCPV}"
+
+SRC_URI += " \
+ file://0001-radeon-add-Mullins-chip-family.patch \
+ file://0002-radeon-add-Mullins-pci-ids.patch \
+ "
+
+PATCHTOOL = "git"
+
+EXTRA_OECONF += "--enable-optimized \
+ --disable-assertions \
+ --enable-shared \
+ --enable-targets=x86_64 \
+ --enable-experimental-targets=R600 \
+ --enable-bindings=none"