From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oa0-f48.google.com (mail-oa0-f48.google.com [209.85.219.48]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 45414E004CF for ; Wed, 29 May 2013 10:36:08 -0700 (PDT) Received: by mail-oa0-f48.google.com with SMTP id i4so11925155oah.35 for ; Wed, 29 May 2013 10:36:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=ImMPCmNoUzhuPlCa3a7H2gwaJvqXOQUg+wO9Hh5hm/0=; b=EP1U7zOkETUC5pikQt0hdlwPV6C8t4CqErN/+kzWSHtzrGkI6kH2uKx7cDkZEEnmJr xkCnxlW5JHYlX7UG71GW9oNzbkisdmp9fSnb+zWsilFAgkk+Gru+KrQ1SGhEvgiNlBbi NOh+kE9NkYM5GOrM4mKIbu0BIYIv2XUsdn3MT0TKMRTJvpB9dgxJfHmbKDBHQsVB3kDY 4utOdvCmyCXYPoUyl9EQJuUTxz1y6dwjo+pdu550TC00eQc+fARhOMSkezHRetXogx88 qFGbcHMWsMeMER10kBFvhKyRVsqEWMtpYLyAeQttqcPapd0HPCkPOgrdrVRZpiQztnBh 73rg== MIME-Version: 1.0 X-Received: by 10.60.94.70 with SMTP id da6mr2290093oeb.63.1369848967729; Wed, 29 May 2013 10:36:07 -0700 (PDT) Sender: otavio.salvador@gmail.com Received: by 10.182.108.167 with HTTP; Wed, 29 May 2013 10:36:07 -0700 (PDT) In-Reply-To: <1369769087-6106-3-git-send-email-eric@eukrea.com> References: <1369769087-6106-1-git-send-email-eric@eukrea.com> <1369769087-6106-3-git-send-email-eric@eukrea.com> Date: Wed, 29 May 2013 14:36:07 -0300 X-Google-Sender-Auth: CGg3oKSc3D2gQK6xFgYqFSOv0_M Message-ID: From: Otavio Salvador To: =?ISO-8859-1?Q?Eric_B=E9nard?= Cc: "meta-freescale@yoctoproject.org" Subject: Re: [meta-fsl-arm][PATCH v2 3/3] amd-gpu-bin-mx51: new recipe X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 May 2013 17:36:08 -0000 Content-Type: multipart/alternative; boundary=089e012287c01e696b04ddded1e2 --089e012287c01e696b04ddded1e2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Tue, May 28, 2013 at 4:24 PM, Eric B=E9nard wrote: > this provides the GPU libraries for framebuffer > > Signed-off-by: Eric B=E9nard > --- > .../amd-gpu-x11-bin/amd-gpu-bin-mx51_11.09.01.bb | 15 > +++++++++++++++ > .../amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb | 2 ++ > 2 files changed, 17 insertions(+) > create mode 100644 recipes-graphics/amd-gpu-x11-bin/ > amd-gpu-bin-mx51_11.09.01.bb > > diff --git a/recipes-graphics/amd-gpu-x11-bin/amd-gpu-bin-mx51_11.09.01.b= bb/recipes-graphics/amd-gpu-x11-bin/ > amd-gpu-bin-mx51_11.09.01.bb > new file mode 100644 > index 0000000..442bacc > --- /dev/null > +++ b/recipes-graphics/amd-gpu-x11-bin/amd-gpu-bin-mx51_11.09.01.bb > @@ -0,0 +1,15 @@ > +# Copyright (C) 2011, 2012 Freescale > +# Released under the MIT license (see COPYING.MIT for the terms) > + > +DESCRIPTION =3D "GPU driver and apps for frambuffer on mx51" > + > +PR =3D "r0" > This is not needed anymore as we use PRServer now. > +RCONFLICTS_${PN} =3D "amd-gpu-x11-bin-mx51" > This should be moved after SRC_URI as it is a runtime thing. > +include amd-gpu-mx51.inc > + > +SRC_URI[md5sum] =3D "9f9b5f67b595721a08793aae8bd8fc46" > +SRC_URI[sha256sum] =3D > "f0db68a764b5fb199729e7435f606b8d12b61ca97990336c647b7e81f4a584d9" > + > +COMPATIBLE_MACHINE =3D "(mx5)" > diff --git a/recipes-graphics/amd-gpu-x11-bin/ > amd-gpu-x11-bin-mx51_11.09.01.bb b/recipes-graphics/amd-gpu-x11-bin/ > amd-gpu-x11-bin-mx51_11.09.01.bb > index 68f472d..6502c2e 100644 > --- a/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb > +++ b/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb > @@ -8,6 +8,8 @@ PR =3D "r12" > LIC_FILES_CHKSUM =3D > "file://usr/include/VG/openvg.h;endline=3D30;md5=3Db0109611dd76961057d4c4= 5ae6519802" > DEPENDS =3D "virtual/libx11 libxrender" > > +RCONFLICTS_${PN} =3D "amd-gpu-bin-mx51" > Same here. > include amd-gpu-mx51.inc > > SRC_URI[md5sum] =3D "54391a4e670b597d06d01253fb217cad" > -- > 1.7.10.4 > > _______________________________________________ > meta-freescale mailing list > meta-freescale@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-freescale > --=20 Otavio Salvador O.S. Systems http://www.ossystems.com.br http://projetos.ossystems.com.br Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750 --089e012287c01e696b04ddded1e2 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable



On Tue, May 28, 2013 at 4:24 PM, Eric B=E9nard &l= t;eric@eukrea.com&= gt; wrote:
this provides the GPU libraries for framebuf= fer

Signed-off-by: Eric B=E9nard <eric@eu= krea.com>
---
=A0.../amd-gpu-x11-bin/amd-gpu-bin-mx51_11.09.01.bb =A0 =A0 =A0 =A0| =A0 15 ++++= +++++++++++
=A0.../amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb =A0 =A0| =A0 =A02 ++=
=A02 files changed, 17 insertions(+)
=A0create mode 100644 recipes-graphics/amd-gpu-x11-bin/amd-gpu-bin-mx51_11.09.01.bb<= /a>

diff --git a/recipes-graphics/amd-gpu-x11-bin/
amd-gpu-bin-mx51_11.09.01.bb b/rec= ipes-graphics/amd-gpu-x11-bin/amd-gpu-bin-mx51_11.09.01.bb
new file mode 100644
index 0000000..442bacc
--- /dev/null
+++ b/recipes-graphics/amd-gpu-x11-bin/amd-gpu-bin-mx51_11.09.01.bb
@@ -0,0 +1,15 @@
+# Copyright (C) 2011, 2012 Freescale
+# Released under the MIT license (see COPYING.MIT for the terms)
+
+DESCRIPTION =3D "GPU driver and apps for frambuffer on mx51"
+
+PR =3D "r0"

This is no= t needed anymore as we use PRServer now.
=A0
+RCONFLICTS_${PN} =3D "amd-gpu-x11-bin-mx51"

This should be moved after SRC_URI as it is a runtime= thing.
=A0
+include amd-gpu-mx51.inc
+
+SRC_URI[md5sum] =3D "9f9b5f67b595721a08793aae8bd8fc46"
+SRC_URI[sha256sum] =3D "f0db68a764b5fb199729e7435f606b8d12b61ca979903= 36c647b7e81f4a584d9"
+
+COMPATIBLE_MACHINE =3D "(mx5)"
diff --git a/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb b/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb
index 68f472d..6502c2e 100644
--- a/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb
+++ b/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb
@@ -8,6 +8,8 @@ PR =3D "r12"
=A0LIC_FILES_CHKSUM =3D "file://usr/include/VG/openvg.h;endline=3D30;m= d5=3Db0109611dd76961057d4c45ae6519802"
=A0DEPENDS =3D "virtual/libx11 libxrender"

+RCONFLICTS_${PN} =3D "amd-gpu-bin-mx51"
Same here.
=A0
=A0include amd-gpu-mx51.inc

=A0SRC_URI[md5sum] =3D "54391a4e670b597d06d01253fb217cad"
--
1.7.10.4

_______________________________________________
meta-freescale mailing list
meta-freescale@yoctoproj= ect.org
https://lists.yoctoproject.org/listinfo/meta-freescale



-- Otavio Salvador =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 O= .S. Systems
ht= tp://www.ossystems.com.br =A0 =A0 =A0 =A0http://projetos.ossystems.com.br
Mobile: +55 (53) 9981-7854 =A0 =A0 =A0 =A0 =A0 =A0Mobile: +1 (347) 903-9750=
--089e012287c01e696b04ddded1e2--