All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 02/11 v5] package/khrplatform-registry: new package
Date: Wed, 21 Jan 2015 18:32:22 +0100	[thread overview]
Message-ID: <20150121173222.GB4375@free.fr> (raw)
In-Reply-To: <2749165.eXeClDSXxM@aquila>

J?r?me, All,

On 2015-01-21 10:06 +0100, J?r?me Pouiller spake thusly:
> On Monday 19 January 2015 21:40:32 Yann E. MORIN wrote:
> > Khronos is the group behind OpenGL and its siblings, OpenMAX and all
> > other Open-something.
> > 
> > Khronos maintains the Registry, in which the reference headers for the
> > different Open-something are maintained.
> > 
> > khrplatform is the header used by most other Khronos headers.
> > 
> > Note: there is no version for that file, so we rely on the hash to
> > decide whether we have to re-download it or not. That's unfortunate,
> > however, as an old build will not be reproducible in the future... :-(
> > 
> > Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> > ---
> >  package/opengl/Config.in                           |  3 +++
> >  package/opengl/khronos-registry/Config.in          |  1 +
> >  .../opengl/khronos-registry/khronos-registry.mk    |  1 +
> >  .../khrplatform-registry/Config.in                 |  7 ++++++
> >  .../khrplatform-registry/khrplatform-registry.hash |  2 ++
> >  .../khrplatform-registry/khrplatform-registry.mk   | 25 ++++++++++++++++++++++
> >  6 files changed, 39 insertions(+)
> >  create mode 100644 package/opengl/khronos-registry/Config.in
> >  create mode 100644 package/opengl/khronos-registry/khronos-registry.mk
> >  create mode 100644 package/opengl/khronos-registry/khrplatform-registry/Config.in
> >  create mode 100644 package/opengl/khronos-registry/khrplatform-registry/khrplatform-registry.hash
> >  create mode 100644 package/opengl/khronos-registry/khrplatform-registry/khrplatform-registry.mk
> Until now, there are no packages two levels of subdirectories (ie. 
> packages/1/2/real_package). IMHO, it would be better to place
> 'khronos-registry' directly in 'package'.

Well, i do not mind squeezing the directory depth, but I still think
they should at least be in package/opengl , like:

    package/opengl/khronos-registry-khrplatform/
    package/opengl/khronos-registry-opengl/
    package/opengl/khronos-registry-openkode/
    package/opengl/khronos-registry-openmax/

I am not too focused on the names, although I'd like to keep them to
look like something that relates to 'Khronos' and 'registry', something
like khr-reg-something would be as good. ;-)

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

  reply	other threads:[~2015-01-21 17:32 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-19 20:40 [Buildroot] [PATCH 0/11 v5] NVidia GPU binary blobs for x86 and ARM (branch yem/gfx) Yann E. MORIN
2015-01-19 20:40 ` [Buildroot] [PATCH 01/11 v5] package/python-lxml: new package Yann E. MORIN
2015-01-19 20:40 ` [Buildroot] [PATCH 02/11 v5] package/khrplatform-registry: " Yann E. MORIN
2015-01-21  9:06   ` Jérôme Pouiller
2015-01-21 17:32     ` Yann E. MORIN [this message]
2015-01-19 20:40 ` [Buildroot] [PATCH 03/11 v5] package/openkode-registry: " Yann E. MORIN
2015-01-19 20:40 ` [Buildroot] [PATCH 04/11 v5] package/opengl-registry: " Yann E. MORIN
2015-01-20 13:51   ` Jérôme Pouiller
2015-01-21 17:34     ` Yann E. MORIN
2015-01-21 17:42       ` Jérôme Pouiller
2015-01-21 17:51         ` Yann E. MORIN
2015-01-20 17:12   ` Nicolas Serafini
2015-01-21 17:36     ` Yann E. MORIN
2015-01-22  7:12       ` Nicolas Serafini
2015-01-23 12:39         ` Yann E. MORIN
2015-01-23 13:24           ` Ben Ben
2015-01-21 22:40     ` Yann E. MORIN
2015-01-19 20:40 ` [Buildroot] [PATCH 05/11 v5] package/openmax-registry: " Yann E. MORIN
2015-01-19 20:40 ` [Buildroot] [PATCH 06/11 v5] package/nvidia-driver: add NVidia's OpenGL binary blob Yann E. MORIN
2015-01-20 14:00   ` Jérôme Pouiller
2015-01-21 17:40     ` Yann E. MORIN
2015-01-19 20:40 ` [Buildroot] [PATCH 07/11 v5] package/nvidia-driver: build the kernel module Yann E. MORIN
2015-01-19 20:40 ` [Buildroot] [PATCH 08/11 v5] package/nvidia-tegra23-binaries: new package Yann E. MORIN
2015-01-19 20:40 ` [Buildroot] [PATCH 09/11 v5] package.nvidia-tegra23-binaries: add gstreamer plugins Yann E. MORIN
2015-01-19 20:40 ` [Buildroot] [PATCH 10/11 v5] package/nvidia-tegra23-binaries: provides JPEG Yann E. MORIN
2015-01-20 17:05   ` Nicolas Serafini
2015-01-21 17:42     ` Yann E. MORIN
2015-01-19 20:40 ` [Buildroot] [PATCH 11/11 v5] package/nvidia-tegra23-codecs: new package Yann E. MORIN

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=20150121173222.GB4375@free.fr \
    --to=yann.morin.1998@free.fr \
    --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.