All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Hochstein <tom.hochstein@nxp.com>
To: meta-freescale@yoctoproject.org
Subject: [PATCH v4 1/8] imx-gpu-apitrace: Move apitrace out of imx-gpu-viv v6
Date: Thu,  7 Dec 2017 11:30:55 -0600	[thread overview]
Message-ID: <1512667862-15931-2-git-send-email-tom.hochstein@nxp.com> (raw)
In-Reply-To: <1512667862-15931-1-git-send-email-tom.hochstein@nxp.com>

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
---
 .../imx-gpu-apitrace/imx-gpu-apitrace_7.1.0.bb     | 23 ++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_7.1.0.bb

diff --git a/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_7.1.0.bb b/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_7.1.0.bb
new file mode 100644
index 0000000..e5e9a4a
--- /dev/null
+++ b/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_7.1.0.bb
@@ -0,0 +1,23 @@
+SUMMARY = "Samples for OpenGL ES"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=aeb969185a143c3c25130bc2c3ef9a50"
+DEPENDS = "virtual/libg2d imx-gpu-viv zlib libpng procps"
+
+SRC_URI = "git://source.codeaurora.org/external/imx/apitrace-imx.git;protocol=https;branch=imx_7.1"
+SRCREV = "759c5b7a004d1807e15a7f587023dc2e459b3509"
+
+S = "${WORKDIR}/git"
+
+inherit cmake lib_package pkgconfig perlnative pythonnative
+
+EXTRA_OECMAKE += "-DENABLE_VIVANTE=ON -DENABLE_MULTIARCH=OFF"
+EXTRA_OECMAKE += \
+    "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', '-DDISABLE_X11=ON', \
+        bb.utils.contains('DISTRO_FEATURES',     'x11', '', \
+                                                        '-DDISABLE_X11=ON', d), d)}"
+
+FILES_${PN} = "${bindir} ${libdir}"
+FILES_${PN}-dbg += "${libdir}/*/*/.debug"
+
+PACKAGE_ARCH = "${MACHINE_SOCARCH}"
+COMPATIBLE_MACHINE = "(mx6q|mx6dl|mx6sx|mx6sl|mx7ulp)"
-- 
1.9.1



  reply	other threads:[~2017-12-07 21:05 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-07 17:30 [PATCH v4 0/8] Graphics updates for L4.9.11-1.0.0 BSP Release plus Weston 2.0 Tom Hochstein
2017-12-07 17:30 ` Tom Hochstein [this message]
2017-12-07 17:30 ` [PATCH v4 2/8] imx-gpu-g2d: Move imx-gpu-g2d out of imx-gpu-viv v6 Tom Hochstein
2017-12-07 17:30 ` [PATCH v4 3/8] imx-gpu-viv: Upgrade to 6.2.2.p0 Tom Hochstein
2017-12-07 17:30 ` [PATCH v4 4/8] mesa: Remove parts provided by imx-gpu-viv v6 Tom Hochstein
2017-12-07 17:30 ` [PATCH v4 5/8] xf86-video-imxfb-vivante: Upgrade to 6.2.2.p0 Tom Hochstein
2017-12-07 17:31 ` [PATCH v4 6/8] gtk+3: Use egl pkgconfig for build setup Tom Hochstein
2017-12-07 17:31 ` [PATCH v4 7/8] weston: Switch to 2.0 with i.MX fork Tom Hochstein
2017-12-07 17:31 ` [PATCH v4 8/8] weston-init: Fix weston 2.0 startup for pam, systemd case Tom Hochstein
2017-12-13 22:41 ` [PATCH v4 0/8] Graphics updates for L4.9.11-1.0.0 BSP Release plus Weston 2.0 Stefan Agner
2017-12-13 23:22   ` Tom Hochstein
2018-03-05 16:36     ` Johannes Pointner
2018-03-05 22:21       ` Otavio Salvador
2018-03-06  6:29         ` Johannes Pointner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1512667862-15931-2-git-send-email-tom.hochstein@nxp.com \
    --to=tom.hochstein@nxp.com \
    --cc=meta-freescale@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.