X-Git-Url: https://git.ti.com/gitweb?p=glsdk%2Fmeta-ti-glsdk.git;a=blobdiff_plain;f=recipes-bsp%2Fpowervr-drivers%2Fomap3-sgx-modules_4.09.00.01.bb;h=399374d4b842a2cc9049c894503687c3665e2194;hp=55e427f67bc1701d45e80c69fb77ab120b7edd3a;hb=HEAD;hpb=c14c386946e1ea341faeea292580e37d538d645d diff --git a/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.09.00.01.bb b/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.09.00.01.bb index 55e427f..399374d 100644 --- a/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.09.00.01.bb +++ b/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.09.00.01.bb @@ -39,9 +39,7 @@ MODULESLOCATION_ti814x = "dc_ti81xx_linux" MODULESLOCATION_ti816x = "dc_ti81xx_linux" MODULESLOCATION_ti33x = "dc_ti335x_linux" -export SUPPORT_XORG ?= "${@base_contains('DISTRO_FEATURES', 'x11', '1', '0', d)}" - -MAKE_TARGETS = " BUILD=${PVRBUILD} TI_PLATFORM=${TI_PLATFORM} SUPPORT_XORG=${SUPPORT_XORG}" +MAKE_TARGETS = " BUILD=${PVRBUILD} TI_PLATFORM=${TI_PLATFORM} SUPPORT_XORG=0" do_install() { mkdir -p ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/gpu/pvr @@ -49,8 +47,4 @@ do_install() { ${S}/services4/3rdparty/${MODULESLOCATION}/omaplfb.ko \ ${S}/services4/3rdparty/bufferclass_ti/bufferclass_ti.ko \ ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/gpu/pvr - - if [ "${SUPPORT_XORG}" = "1" ]; then - cp ${S}/services4/3rdparty/linux_drm/drm.ko ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/gpu/pvr - fi }