diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-21 12:37:26 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-21 12:37:26 +0200 |
commit | ad481c81503feee0678644c0cd91b184e1b616dc (patch) | |
tree | 7dbc4cb985141e130f8c13ac2211d083ecc6e7cb /recipes-bsp | |
parent | 45ec14197af8ca5b745207e6c7955c40ba18a54a (diff) | |
download | meta-ti-ad481c81503feee0678644c0cd91b184e1b616dc.tar.gz |
omap3-sgx-modules: use MACHINE_KERNEL_PR
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/powervr-drivers/omap3-sgx-modules_1.6.16.3977.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-bsp/powervr-drivers/omap3-sgx-modules_1.6.16.3977.bb b/recipes-bsp/powervr-drivers/omap3-sgx-modules_1.6.16.3977.bb index 6e49366b..f37299d6 100644 --- a/recipes-bsp/powervr-drivers/omap3-sgx-modules_1.6.16.3977.bb +++ b/recipes-bsp/powervr-drivers/omap3-sgx-modules_1.6.16.3977.bb | |||
@@ -11,7 +11,8 @@ BINFILE := "Graphics_SDK_setuplinux_${SGXPV}.bin" | |||
11 | 11 | ||
12 | inherit module | 12 | inherit module |
13 | 13 | ||
14 | MACHINE_KERNEL_PR_append = "k" | 14 | MACHINE_KERNEL_PR_append = "a" |
15 | PR = "${MACHINE_KERNEL_PR}" | ||
15 | 16 | ||
16 | SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/${SGXPV}/exports/Graphics_SDK_setuplinux_${SGXPV}.bin \ | 17 | SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/${SGXPV}/exports/Graphics_SDK_setuplinux_${SGXPV}.bin \ |
17 | file://Compile-fixes-for-38-kernel.patch \ | 18 | file://Compile-fixes-for-38-kernel.patch \ |