All of lore.kernel.org
 help / color / mirror / Atom feed
From: Valentin Korenblit <valentinkorenblit@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/6] package/opengl/opencl: new virtual package
Date: Sun, 21 Oct 2018 12:46:47 +0200	[thread overview]
Message-ID: <8e75c847-d754-d203-9893-1a1e81f164b8@gmail.com> (raw)
In-Reply-To: <20181020221437.12687-2-thomas.petazzoni@bootlin.com>

Hi Thomas,

> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>

Reviewed-by: Valentin Korenblit<valentinkorenblit@gmail.com>

> ---
>   package/opengl/Config.in              | 1 +
>   package/opengl/libopencl/Config.in    | 6 ++++++
>   package/opengl/libopencl/libopencl.mk | 7 +++++++
>   3 files changed, 14 insertions(+)
>   create mode 100644 package/opengl/libopencl/Config.in
>   create mode 100644 package/opengl/libopencl/libopencl.mk
>
> diff --git a/package/opengl/Config.in b/package/opengl/Config.in
> index 20ee28b06e..cbc001427d 100644
> --- a/package/opengl/Config.in
> +++ b/package/opengl/Config.in
> @@ -1,5 +1,6 @@
>   source "package/opengl/libgl/Config.in"
>   source "package/opengl/libegl/Config.in"
>   source "package/opengl/libgles/Config.in"
> +source "package/opengl/libopencl/Config.in"
>   source "package/opengl/libopenvg/Config.in"
>   source "package/opengl/libopenmax/Config.in"
> diff --git a/package/opengl/libopencl/Config.in b/package/opengl/libopencl/Config.in
> new file mode 100644
> index 0000000000..57a3ad7d0d
> --- /dev/null
> +++ b/package/opengl/libopencl/Config.in
> @@ -0,0 +1,6 @@
> +config BR2_PACKAGE_HAS_LIBOPENCL
> +	bool
> +
> +config BR2_PACKAGE_PROVIDES_LIBOPENCL
> +	string
> +	depends on BR2_PACKAGE_HAS_LIBOPENCL
> diff --git a/package/opengl/libopencl/libopencl.mk b/package/opengl/libopencl/libopencl.mk
> new file mode 100644
> index 0000000000..e1c71f82d1
> --- /dev/null
> +++ b/package/opengl/libopencl/libopencl.mk
> @@ -0,0 +1,7 @@
> +################################################################################
> +#
> +# libopencl
> +#
> +################################################################################
> +
> +$(eval $(virtual-package))

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20181021/ab120b2b/attachment.html>

  reply	other threads:[~2018-10-21 10:46 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-20 22:14 [Buildroot] [PATCH 0/6] OpenCL support Thomas Petazzoni
2018-10-20 22:14 ` [Buildroot] [PATCH 1/6] package/opengl/opencl: new virtual package Thomas Petazzoni
2018-10-21 10:46   ` Valentin Korenblit [this message]
2018-10-21 14:29   ` Thomas Petazzoni
2018-10-20 22:14 ` [Buildroot] [PATCH 2/6] package/mesa3d: enable OpenCL support Thomas Petazzoni
2018-10-21 10:53   ` Valentin Korenblit
2018-10-21 11:10     ` Thomas Petazzoni
2018-10-20 22:14 ` [Buildroot] [PATCH 3/6] package/mesa3d-headers: install OpenCL headers when needed Thomas Petazzoni
2018-10-20 22:14 ` [Buildroot] [PATCH 4/6] package/nvidia-driver: use += where appropriate Thomas Petazzoni
2018-10-20 22:14 ` [Buildroot] [PATCH 5/6] package/nvidia-driver: become an OpenCL provider Thomas Petazzoni
2018-10-20 22:14 ` [Buildroot] [PATCH 6/6] package/clinfo: new package Thomas Petazzoni
2018-12-03 22:09 ` [Buildroot] [PATCH 0/6] OpenCL support Thomas Petazzoni

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=8e75c847-d754-d203-9893-1a1e81f164b8@gmail.com \
    --to=valentinkorenblit@gmail.com \
    --cc=buildroot@busybox.net \
    /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.