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.05.00.03.bb;h=42a2e9a6418f9cddc975db0c21748c10ac465c73;hp=f034fc8987ea5816fe127da3591c821befc368c1;hb=5bd4167ac1580bb9a1a6efb55c0006a365342201;hpb=273ab1b4873598876b46ffe0cc7ba8484e8f64d4 diff --git a/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.05.00.03.bb b/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.05.00.03.bb index f034fc8..42a2e9a 100644 --- a/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.05.00.03.bb +++ b/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.05.00.03.bb @@ -10,14 +10,15 @@ BINFILE := "Graphics_SDK_setuplinux_${SGXPV}.bin" inherit module -MACHINE_KERNEL_PR_append = "a" +MACHINE_KERNEL_PR_append = "b" PR = "${MACHINE_KERNEL_PR}" SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/${SGXPV}/exports/Graphics_SDK_setuplinux_${SGXPV}.bin \ " SRC_URI[md5sum] = "0e651eaa92bb91760f0b40a17697a7dc" SRC_URI[sha256sum] = "bfe764a8959556195545d6fff76f63a489642f345c105bbbc309a3f243c2dd0e" -S = "${WORKDIR}/Graphics_SDK_${SGXPV}/GFX_Linux_KM" +TI_BIN_UNPK_WDEXT="/Graphics_SDK_${SGXPV}" +S = "${WORKDIR}${TI_BIN_UNPK_WDEXT}/GFX_Linux_KM" PVRBUILD = "release" export KERNELDIR = "${STAGING_KERNEL_DIR}" @@ -25,11 +26,11 @@ export KERNELDIR = "${STAGING_KERNEL_DIR}" PACKAGE_STRIP = "no" TI_PLATFORM_omap3 = "omap3630" -TI_PLATFORM_ti814x = "ti81xx +TI_PLATFORM_ti814x = "ti81xx" TI_PLATFORM_ti816x = "ti81xx" TI_PLATFORM_ti33x = "ti335x" -MODULESLOCATION_omap3 = "dc_omap3430_linux" +MODULESLOCATION_omap3 = "dc_omapfb3_linux" MODULESLOCATION_ti814x = "dc_ti81xx_linux" MODULESLOCATION_ti816x = "dc_ti81xx_linux" MODULESLOCATION_ti33x = "dc_ti335x_linux"