Message ID | 1369769087-6106-3-git-send-email-eric@eukrea.com |
---|---|
State | Changes Requested, archived |
Delegated to: | Otavio Salvador |
Headers | show |
diff --git a/recipes-graphics/amd-gpu-x11-bin/amd-gpu-bin-mx51_11.09.01.bb b/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 = "GPU driver and apps for frambuffer on mx51" + +PR = "r0" + +RCONFLICTS_${PN} = "amd-gpu-x11-bin-mx51" + +include amd-gpu-mx51.inc + +SRC_URI[md5sum] = "9f9b5f67b595721a08793aae8bd8fc46" +SRC_URI[sha256sum] = "f0db68a764b5fb199729e7435f606b8d12b61ca97990336c647b7e81f4a584d9" + +COMPATIBLE_MACHINE = "(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 = "r12" LIC_FILES_CHKSUM = "file://usr/include/VG/openvg.h;endline=30;md5=b0109611dd76961057d4c45ae6519802" DEPENDS = "virtual/libx11 libxrender" +RCONFLICTS_${PN} = "amd-gpu-bin-mx51" + include amd-gpu-mx51.inc SRC_URI[md5sum] = "54391a4e670b597d06d01253fb217cad"
On Tue, May 28, 2013 at 4:24 PM, Eric Bénard <eric@eukrea.com> wrote: > this provides the GPU libraries for framebuffer > > Signed-off-by: Eric Bénard <eric@eukrea.com> > --- > .../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.bbb/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 = "GPU driver and apps for frambuffer on mx51" > + > +PR = "r0" > This is not needed anymore as we use PRServer now. > +RCONFLICTS_${PN} = "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] = "9f9b5f67b595721a08793aae8bd8fc46" > +SRC_URI[sha256sum] = > "f0db68a764b5fb199729e7435f606b8d12b61ca97990336c647b7e81f4a584d9" > + > +COMPATIBLE_MACHINE = "(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 = "r12" > LIC_FILES_CHKSUM = > "file://usr/include/VG/openvg.h;endline=30;md5=b0109611dd76961057d4c45ae6519802" > DEPENDS = "virtual/libx11 libxrender" > > +RCONFLICTS_${PN} = "amd-gpu-bin-mx51" > Same here. > include amd-gpu-mx51.inc > > SRC_URI[md5sum] = "54391a4e670b597d06d01253fb217cad" > -- > 1.7.10.4 > > _______________________________________________ > meta-freescale mailing list > meta-freescale@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-freescale >
this provides the GPU libraries for framebuffer Signed-off-by: Eric Bénard <eric@eukrea.com> --- .../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