diff options
Diffstat (limited to 'recipes-bsp/powervr-drivers/omap3-sgx-modules_4.09.00.01.bb')
| -rw-r--r-- | recipes-bsp/powervr-drivers/omap3-sgx-modules_4.09.00.01.bb | 13 |
1 files changed, 2 insertions, 11 deletions
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 4b97bbc4..cd6dbe42 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 | |||
| @@ -10,7 +10,7 @@ IMGPV = "1.9.2188537" | |||
| 10 | 10 | ||
| 11 | inherit module | 11 | inherit module |
| 12 | 12 | ||
| 13 | MACHINE_KERNEL_PR_append = "c" | 13 | MACHINE_KERNEL_PR_append = "d" |
| 14 | PR = "${MACHINE_KERNEL_PR}" | 14 | PR = "${MACHINE_KERNEL_PR}" |
| 15 | 15 | ||
| 16 | DEFAULT_PREFERENCE = "-1" | 16 | DEFAULT_PREFERENCE = "-1" |
| @@ -44,19 +44,10 @@ TI_PLATFORM_ti814x = "ti81xx" | |||
| 44 | TI_PLATFORM_ti816x = "ti81xx" | 44 | TI_PLATFORM_ti816x = "ti81xx" |
| 45 | TI_PLATFORM_ti33x = "ti335x" | 45 | TI_PLATFORM_ti33x = "ti335x" |
| 46 | 46 | ||
| 47 | MODULESLOCATION_omap3 = "dc_omapfb3_linux" | ||
| 48 | MODULESLOCATION_ti814x = "dc_ti81xx_linux" | ||
| 49 | MODULESLOCATION_ti816x = "dc_ti81xx_linux" | ||
| 50 | MODULESLOCATION_ti33x = "dc_ti335x_linux" | ||
| 51 | |||
| 52 | MAKE_TARGETS = " BUILD=${PVRBUILD} TI_PLATFORM=${TI_PLATFORM} SUPPORT_XORG=0" | 47 | MAKE_TARGETS = " BUILD=${PVRBUILD} TI_PLATFORM=${TI_PLATFORM} SUPPORT_XORG=0" |
| 53 | 48 | ||
| 54 | MAKE_TARGETS_append_ti33x = " PM_RUNTIME=1" | 49 | MAKE_TARGETS_append_ti33x = " PM_RUNTIME=1" |
| 55 | 50 | ||
| 56 | do_install() { | 51 | do_install() { |
| 57 | mkdir -p ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/gpu/pvr | 52 | make -C ${STAGING_KERNEL_DIR} SUBDIRS=${B} INSTALL_MOD_PATH=${D} PREFIX=${STAGING_DIR_HOST} modules_install |
| 58 | cp ${S}/pvrsrvkm.ko \ | ||
| 59 | ${S}/services4/3rdparty/${MODULESLOCATION}/omaplfb.ko \ | ||
| 60 | ${S}/services4/3rdparty/bufferclass_ti/bufferclass_ti.ko \ | ||
| 61 | ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/gpu/pvr | ||
| 62 | } | 53 | } |
