* [PATCH] img-pvr-sdk: IMG PowerVR SDK based demos
@ 2015-06-02 11:50 Jacob Stiffler
2015-06-02 11:51 ` Jacob Stiffler
0 siblings, 1 reply; 2+ messages in thread
From: Jacob Stiffler @ 2015-06-02 11:50 UTC (permalink / raw)
To: meta-arago
* This is a package with pre-built demos
* These demos will work on DRM
* Also contains utilities for SGX performance measurement
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
v3 changes:
* Modified installation so that pre-built demos as installed to the
same location as a previous package which provided the SGX demos.
- Installation for the previous package was specified in the meta-ti
layer in the file: recipes-graphics/libgles/libgles-omap3-no-x.inc
.../img-pvr-sdk/img-pvr-sdk_3.3.2.bb | 34 ++++++++++++++++++++
1 file changed, 34 insertions(+)
create mode 100644 meta-arago-extras/recipes-graphics/img-pvr-sdk/img-pvr-sdk_3.3.2.bb
diff --git a/meta-arago-extras/recipes-graphics/img-pvr-sdk/img-pvr-sdk_3.3.2.bb b/meta-arago-extras/recipes-graphics/img-pvr-sdk/img-pvr-sdk_3.3.2.bb
new file mode 100644
index 0000000..6e7cb6e
--- /dev/null
+++ b/meta-arago-extras/recipes-graphics/img-pvr-sdk/img-pvr-sdk_3.3.2.bb
@@ -0,0 +1,34 @@
+DESCRIPTION = "Imagination PowerVR SDK binaries for Jacinto6 SoC"
+LICENSE = "TI-TSPA"
+LIC_FILES_CHKSUM = "file://Jacinto6-IMG-PowerVR-SDK-Manifest.pdf;md5=46bcbfc69f8837c339e15fd4a5044a8c"
+
+SRC_URI = "git://git.ti.com/graphics/img-pvr-sdk.git;protocol=git"
+SRCREV = "c2456ec3f03da022fb7489d6b381a4ac26a68203"
+
+PR = "r0"
+
+COMPATIBLE_MACHINE = "dra7xx"
+
+S = "${WORKDIR}/git"
+
+do_install () {
+ install -d ${D}/opt/img-powervr-sdk
+ cp -ar ${S}/targetfs/PVRHub ${D}/opt/img-powervr-sdk
+ cp -ar ${S}/targetfs/PVRScopeDeveloper ${D}/opt/img-powervr-sdk
+
+ install -d ${D}${bindir}/SGX/demos/Raw/
+ install -m 755 ${S}/targetfs/Examples/Advanced/OGLES2ChameleonMan ${D}${bindir}/SGX/demos/Raw/
+ install -m 755 ${S}/targetfs/Examples/Advanced/OGLES2Coverflow ${D}${bindir}/SGX/demos/Raw/
+ install -m 755 ${S}/targetfs/Examples/Advanced/OGLES2ExampleUI ${D}${bindir}/SGX/demos/Raw/
+ install -m 755 ${S}/targetfs/Examples/Advanced/OGLES2Navigation ${D}${bindir}/SGX/demos/Raw/
+}
+
+
+INHIBIT_PACKAGE_STRIP = "1"
+
+INSANE_SKIP_${PN} += "dev-so staticdev"
+
+FILES_${PN} += " \
+ /opt/img-powervr-sdk/PVRHub/* \
+ /opt/img-powervr-sdk/PVRScopeDeveloper/* \
+"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] img-pvr-sdk: IMG PowerVR SDK based demos
2015-06-02 11:50 [PATCH] img-pvr-sdk: IMG PowerVR SDK based demos Jacob Stiffler
@ 2015-06-02 11:51 ` Jacob Stiffler
0 siblings, 0 replies; 2+ messages in thread
From: Jacob Stiffler @ 2015-06-02 11:51 UTC (permalink / raw)
To: meta-arago
Ignore. Forgot the "v3" in the subject.
On 6/2/2015 7:50 AM, Jacob Stiffler wrote:
> * This is a package with pre-built demos
> * These demos will work on DRM
> * Also contains utilities for SGX performance measurement
>
> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> ---
> v3 changes:
> * Modified installation so that pre-built demos as installed to the
> same location as a previous package which provided the SGX demos.
> - Installation for the previous package was specified in the meta-ti
> layer in the file: recipes-graphics/libgles/libgles-omap3-no-x.inc
>
> .../img-pvr-sdk/img-pvr-sdk_3.3.2.bb | 34 ++++++++++++++++++++
> 1 file changed, 34 insertions(+)
> create mode 100644 meta-arago-extras/recipes-graphics/img-pvr-sdk/img-pvr-sdk_3.3.2.bb
>
> diff --git a/meta-arago-extras/recipes-graphics/img-pvr-sdk/img-pvr-sdk_3.3.2.bb b/meta-arago-extras/recipes-graphics/img-pvr-sdk/img-pvr-sdk_3.3.2.bb
> new file mode 100644
> index 0000000..6e7cb6e
> --- /dev/null
> +++ b/meta-arago-extras/recipes-graphics/img-pvr-sdk/img-pvr-sdk_3.3.2.bb
> @@ -0,0 +1,34 @@
> +DESCRIPTION = "Imagination PowerVR SDK binaries for Jacinto6 SoC"
> +LICENSE = "TI-TSPA"
> +LIC_FILES_CHKSUM = "file://Jacinto6-IMG-PowerVR-SDK-Manifest.pdf;md5=46bcbfc69f8837c339e15fd4a5044a8c"
> +
> +SRC_URI = "git://git.ti.com/graphics/img-pvr-sdk.git;protocol=git"
> +SRCREV = "c2456ec3f03da022fb7489d6b381a4ac26a68203"
> +
> +PR = "r0"
> +
> +COMPATIBLE_MACHINE = "dra7xx"
> +
> +S = "${WORKDIR}/git"
> +
> +do_install () {
> + install -d ${D}/opt/img-powervr-sdk
> + cp -ar ${S}/targetfs/PVRHub ${D}/opt/img-powervr-sdk
> + cp -ar ${S}/targetfs/PVRScopeDeveloper ${D}/opt/img-powervr-sdk
> +
> + install -d ${D}${bindir}/SGX/demos/Raw/
> + install -m 755 ${S}/targetfs/Examples/Advanced/OGLES2ChameleonMan ${D}${bindir}/SGX/demos/Raw/
> + install -m 755 ${S}/targetfs/Examples/Advanced/OGLES2Coverflow ${D}${bindir}/SGX/demos/Raw/
> + install -m 755 ${S}/targetfs/Examples/Advanced/OGLES2ExampleUI ${D}${bindir}/SGX/demos/Raw/
> + install -m 755 ${S}/targetfs/Examples/Advanced/OGLES2Navigation ${D}${bindir}/SGX/demos/Raw/
> +}
> +
> +
> +INHIBIT_PACKAGE_STRIP = "1"
> +
> +INSANE_SKIP_${PN} += "dev-so staticdev"
> +
> +FILES_${PN} += " \
> + /opt/img-powervr-sdk/PVRHub/* \
> + /opt/img-powervr-sdk/PVRScopeDeveloper/* \
> +"
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-06-02 11:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-02 11:50 [PATCH] img-pvr-sdk: IMG PowerVR SDK based demos Jacob Stiffler
2015-06-02 11:51 ` Jacob Stiffler
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.