diff options
author | Gou, Hongmei <h-gou@ti.com> | 2015-11-05 01:53:14 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-11-09 14:28:51 -0500 |
commit | 79971323124a43f09b8562ca4d13bcd1b5b3c0dd (patch) | |
tree | c4407541ceb3b9b8913951473a3a599ba86122ed /recipes-bsp | |
parent | c5082b25504d2d1d2f01f1fa196746cf08f2cd32 (diff) | |
download | meta-ti-79971323124a43f09b8562ca4d13bcd1b5b3c0dd.tar.gz |
omapdrm-pvr: disable PVR_NULLDRM to support DRI_DRM for AM4
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/powervr-drivers/omapdrm-pvr_1.9.2253347.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/powervr-drivers/omapdrm-pvr_1.9.2253347.bb b/recipes-bsp/powervr-drivers/omapdrm-pvr_1.9.2253347.bb index 5d5119e7..50df3d94 100644 --- a/recipes-bsp/powervr-drivers/omapdrm-pvr_1.9.2253347.bb +++ b/recipes-bsp/powervr-drivers/omapdrm-pvr_1.9.2253347.bb | |||
@@ -24,7 +24,7 @@ SRCREV_ti33x = "2b7523d07a13ab704a24a7664749551f4a13ed32" | |||
24 | SRCREV_ti43x = "2b7523d07a13ab704a24a7664749551f4a13ed32" | 24 | SRCREV_ti43x = "2b7523d07a13ab704a24a7664749551f4a13ed32" |
25 | 25 | ||
26 | PVR_NULLDRM_ti33x = "1" | 26 | PVR_NULLDRM_ti33x = "1" |
27 | PVR_NULLDRM_ti43x = "1" | 27 | PVR_NULLDRM_ti43x = "0" |
28 | PVR_NULLDRM_omap-a15 = "0" | 28 | PVR_NULLDRM_omap-a15 = "0" |
29 | 29 | ||
30 | EXTRA_OEMAKE += 'KERNELDIR="${STAGING_KERNEL_DIR}" PVR_NULLDRM=${PVR_NULLDRM}' | 30 | EXTRA_OEMAKE += 'KERNELDIR="${STAGING_KERNEL_DIR}" PVR_NULLDRM=${PVR_NULLDRM}' |