All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [zeus/master][PATCH 1/4] sgx-um, rogue-umlibs, gc320-libs: RRECOMMENDS on corresponding drivers
@ 2020-02-20 18:47 Denys Dmytriyenko
  2020-02-20 18:47 ` [zeus/master][PATCH 2/4] omap-a15: add gc320 machine feature Denys Dmytriyenko
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Denys Dmytriyenko @ 2020-02-20 18:47 UTC (permalink / raw
  To: meta-ti; +Cc: Denys Dmytriyenko

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb           | 2 ++
 recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5371573.bb | 4 +++-
 recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb       | 2 ++
 3 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb b/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
index e8c2f011..d6ecd229 100644
--- a/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
+++ b/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
@@ -12,6 +12,8 @@ BRANCH = "ti-${PV}"
 SRC_URI = "git://git.ti.com/graphics/ti-gc320-libs.git;protocol=git;branch=${BRANCH}"
 SRCREV = "c0afab259de59909cfe74c01f3f7fbaa147f94b5"
 
+RRECOMMENDS_${PN} = "ti-gc320-driver"
+
 # There's only hardfp version available
 python __anonymous() {
     tunes = d.getVar("TUNE_FEATURES")
diff --git a/recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5371573.bb b/recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5371573.bb
index 9cb863a5..67290756 100644
--- a/recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5371573.bb
+++ b/recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5371573.bb
@@ -27,7 +27,7 @@ PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 virtual/libgbm"
 DEPENDS += "libdrm wayland expat"
 RDEPENDS_${PN} += "bash"
 RDEPENDS_${PN} += "python-core"
-RDEPENDS_${PN} += "ti-img-rogue-driver wayland expat"
+RDEPENDS_${PN} += "wayland expat"
 
 RPROVIDES_${PN} = "libegl libgles1 libgles2 libgbm"
 RPROVIDES_${PN}-dev = "libegl-dev libgles1-dev libgles2-dev libgbm-dev"
@@ -41,6 +41,8 @@ RCONFLICTS_${PN} = "libegl libgles1 libgles2 libgbm"
 RCONFLICTS_${PN}-dev = "libegl-dev libgles1-dev libgles2-dev libgbm-dev"
 RCONFLICTS_${PN}-dbg = "libegl-dbg libgles1-dbg libgles2-dbg"
 
+RRECOMMENDS_${PN} += "ti-img-rogue-driver"
+
 S = "${WORKDIR}/git"
 
 do_install () {
diff --git a/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb b/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb
index ecf3ffcc..8b0b3058 100644
--- a/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb
+++ b/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb
@@ -43,6 +43,8 @@ RCONFLICTS_${PN}-dbg = "libegl-dbg libgles1-dbg libgles2-dbg libgbm-dbg"
 # The actual SONAME is libGLESv2.so.2, so need to explicitly specify RPROVIDES for .so.1 here
 RPROVIDES_${PN} += "libGLESv2.so.1"
 
+RRECOMMENDS_${PN} += "ti-sgx-ddk-km"
+
 S = "${WORKDIR}/git"
 
 do_install () {
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [zeus/master][PATCH 2/4] omap-a15: add gc320 machine feature
  2020-02-20 18:47 [zeus/master][PATCH 1/4] sgx-um, rogue-umlibs, gc320-libs: RRECOMMENDS on corresponding drivers Denys Dmytriyenko
@ 2020-02-20 18:47 ` Denys Dmytriyenko
  2020-02-20 18:47 ` [zeus/master][PATCH 3/4] vis: mark as compatible with dra7xx family Denys Dmytriyenko
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: Denys Dmytriyenko @ 2020-02-20 18:47 UTC (permalink / raw
  To: meta-ti; +Cc: Denys Dmytriyenko

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 conf/machine/include/omap-a15.inc                  | 2 +-
 recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/machine/include/omap-a15.inc b/conf/machine/include/omap-a15.inc
index cc055365..a220828a 100644
--- a/conf/machine/include/omap-a15.inc
+++ b/conf/machine/include/omap-a15.inc
@@ -36,4 +36,4 @@ MACHINE_GUI_CLASS = "smallscreen"
 UBI_VOLNAME = "rootfs"
 
 # List common SoC features, may need to add touchscreen for specific machines
-MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet gpu mmip dsp"
+MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet gpu mmip dsp gc320"
diff --git a/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb b/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
index d6ecd229..9487e724 100644
--- a/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
+++ b/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://git.ti.com/graphics/ti-gc320-libs"
 LICENSE = "TI-TSPA"
 LIC_FILES_CHKSUM = "file://Manifest.html;md5=a9121e8936ace09820d23f7626daaca5"
 
-COMPATIBLE_MACHINE = "dra7xx"
+COMPATIBLE_MACHINE = "omap-a15"
 
 CLEANBROKEN = "1"
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [zeus/master][PATCH 3/4] vis: mark as compatible with dra7xx family
  2020-02-20 18:47 [zeus/master][PATCH 1/4] sgx-um, rogue-umlibs, gc320-libs: RRECOMMENDS on corresponding drivers Denys Dmytriyenko
  2020-02-20 18:47 ` [zeus/master][PATCH 2/4] omap-a15: add gc320 machine feature Denys Dmytriyenko
@ 2020-02-20 18:47 ` Denys Dmytriyenko
  2020-02-20 18:47 ` [zeus/master][PATCH 4/4] layer.conf: drop ti-ipc from SIGGEN_EXCLUDERECIPES_ABISAFE for now Denys Dmytriyenko
  2020-02-24 17:12 ` [meta-ti] [zeus/master][PATCH 1/4] sgx-um, rogue-umlibs, gc320-libs: RRECOMMENDS on corresponding drivers Andrew F. Davis
  3 siblings, 0 replies; 6+ messages in thread
From: Denys Dmytriyenko @ 2020-02-20 18:47 UTC (permalink / raw
  To: meta-ti; +Cc: Denys Dmytriyenko

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 recipes-bsp/vis-fw/vis_01.50.07.15.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-bsp/vis-fw/vis_01.50.07.15.bb b/recipes-bsp/vis-fw/vis_01.50.07.15.bb
index 5b9834c2..6eaf8de7 100644
--- a/recipes-bsp/vis-fw/vis_01.50.07.15.bb
+++ b/recipes-bsp/vis-fw/vis_01.50.07.15.bb
@@ -2,12 +2,12 @@ DESCRIPTION = "Radio Application Firmware"
 LICENSE = "TI-TSPA"
 LIC_FILES_CHKSUM = "file://${S}/J6_VIS_DEMO_LINUX_BINARY_01.50.07.15-Manifest.html;md5=a59aa54b9470f555cf086b91dca0afa3"
 
-COMPATIBLE_MACHINE = "dra7xx-evm"
+COMPATIBLE_MACHINE = "dra7xx"
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
 PR = "r1"
 
-SRC_URI = "http://downloads.ti.com/dsps/dsps_public_sw/glsdk/vis/01_50_07_15/exports/vis-${MACHINE}-01.50.07.15.tar.gz;protocol=http"
+SRC_URI = "http://downloads.ti.com/dsps/dsps_public_sw/glsdk/vis/01_50_07_15/exports/vis-dra7xx-evm-01.50.07.15.tar.gz;protocol=http"
 
 SRC_URI[md5sum] = "fe8b00e398fb3b7ada0c15b601867acb"
 SRC_URI[sha256sum] = "6e2aa47ae892910616ebdc96646af778af9a59ca0657716ab4fa4b24a9afae69"
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [zeus/master][PATCH 4/4] layer.conf: drop ti-ipc from SIGGEN_EXCLUDERECIPES_ABISAFE for now
  2020-02-20 18:47 [zeus/master][PATCH 1/4] sgx-um, rogue-umlibs, gc320-libs: RRECOMMENDS on corresponding drivers Denys Dmytriyenko
  2020-02-20 18:47 ` [zeus/master][PATCH 2/4] omap-a15: add gc320 machine feature Denys Dmytriyenko
  2020-02-20 18:47 ` [zeus/master][PATCH 3/4] vis: mark as compatible with dra7xx family Denys Dmytriyenko
@ 2020-02-20 18:47 ` Denys Dmytriyenko
  2020-02-24 17:12 ` [meta-ti] [zeus/master][PATCH 1/4] sgx-um, rogue-umlibs, gc320-libs: RRECOMMENDS on corresponding drivers Andrew F. Davis
  3 siblings, 0 replies; 6+ messages in thread
From: Denys Dmytriyenko @ 2020-02-20 18:47 UTC (permalink / raw
  To: meta-ti; +Cc: Denys Dmytriyenko

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 conf/layer.conf | 2 --
 1 file changed, 2 deletions(-)

diff --git a/conf/layer.conf b/conf/layer.conf
index 824443d4..d82b2384 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -17,8 +17,6 @@ LAYERDEPENDS_meta-ti = "core"
 SIGGEN_EXCLUDERECIPES_ABISAFE += " \
     ti-sgx-ddk-km \
     ti-sgx-ddk-um \
-    ti-ipc \
-    ti-ipc-rtos \
     cmem-mod \
     hplib-mod \
     gdbserverproxy-module-drv \
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [meta-ti] [zeus/master][PATCH 1/4] sgx-um, rogue-umlibs, gc320-libs: RRECOMMENDS on corresponding drivers
  2020-02-20 18:47 [zeus/master][PATCH 1/4] sgx-um, rogue-umlibs, gc320-libs: RRECOMMENDS on corresponding drivers Denys Dmytriyenko
                   ` (2 preceding siblings ...)
  2020-02-20 18:47 ` [zeus/master][PATCH 4/4] layer.conf: drop ti-ipc from SIGGEN_EXCLUDERECIPES_ABISAFE for now Denys Dmytriyenko
@ 2020-02-24 17:12 ` Andrew F. Davis
  2020-02-24 22:43   ` Denys Dmytriyenko
  3 siblings, 1 reply; 6+ messages in thread
From: Andrew F. Davis @ 2020-02-24 17:12 UTC (permalink / raw
  To: denys, meta-ti; +Cc: meta-ti

On 2/20/20 1:47 PM, Denys Dmytriyenko via Lists.Yoctoproject.Org wrote:
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> ---
>  recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb           | 2 ++
>  recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5371573.bb | 4 +++-
>  recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb       | 2 ++
>  3 files changed, 7 insertions(+), 1 deletion(-)
> 
> diff --git a/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb b/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
> index e8c2f011..d6ecd229 100644
> --- a/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
> +++ b/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
> @@ -12,6 +12,8 @@ BRANCH = "ti-${PV}"
>  SRC_URI = "git://git.ti.com/graphics/ti-gc320-libs.git;protocol=git;branch=${BRANCH}"
>  SRCREV = "c0afab259de59909cfe74c01f3f7fbaa147f94b5"
>  
> +RRECOMMENDS_${PN} = "ti-gc320-driver"
> +


Do RRECOMMENDS pull in the package by default? If I just include in my
image "ti-gc320-libs" then I'll also get "ti-gc320-driver" automatically
in my image also right?

Andrew


>  # There's only hardfp version available
>  python __anonymous() {
>      tunes = d.getVar("TUNE_FEATURES")
> diff --git a/recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5371573.bb b/recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5371573.bb
> index 9cb863a5..67290756 100644
> --- a/recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5371573.bb
> +++ b/recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5371573.bb
> @@ -27,7 +27,7 @@ PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 virtual/libgbm"
>  DEPENDS += "libdrm wayland expat"
>  RDEPENDS_${PN} += "bash"
>  RDEPENDS_${PN} += "python-core"
> -RDEPENDS_${PN} += "ti-img-rogue-driver wayland expat"
> +RDEPENDS_${PN} += "wayland expat"
>  
>  RPROVIDES_${PN} = "libegl libgles1 libgles2 libgbm"
>  RPROVIDES_${PN}-dev = "libegl-dev libgles1-dev libgles2-dev libgbm-dev"
> @@ -41,6 +41,8 @@ RCONFLICTS_${PN} = "libegl libgles1 libgles2 libgbm"
>  RCONFLICTS_${PN}-dev = "libegl-dev libgles1-dev libgles2-dev libgbm-dev"
>  RCONFLICTS_${PN}-dbg = "libegl-dbg libgles1-dbg libgles2-dbg"
>  
> +RRECOMMENDS_${PN} += "ti-img-rogue-driver"
> +
>  S = "${WORKDIR}/git"
>  
>  do_install () {
> diff --git a/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb b/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb
> index ecf3ffcc..8b0b3058 100644
> --- a/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb
> +++ b/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb
> @@ -43,6 +43,8 @@ RCONFLICTS_${PN}-dbg = "libegl-dbg libgles1-dbg libgles2-dbg libgbm-dbg"
>  # The actual SONAME is libGLESv2.so.2, so need to explicitly specify RPROVIDES for .so.1 here
>  RPROVIDES_${PN} += "libGLESv2.so.1"
>  
> +RRECOMMENDS_${PN} += "ti-sgx-ddk-km"
> +
>  S = "${WORKDIR}/git"
>  
>  do_install () {
> 
> 
> 
> 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [meta-ti] [zeus/master][PATCH 1/4] sgx-um, rogue-umlibs, gc320-libs: RRECOMMENDS on corresponding drivers
  2020-02-24 17:12 ` [meta-ti] [zeus/master][PATCH 1/4] sgx-um, rogue-umlibs, gc320-libs: RRECOMMENDS on corresponding drivers Andrew F. Davis
@ 2020-02-24 22:43   ` Denys Dmytriyenko
  0 siblings, 0 replies; 6+ messages in thread
From: Denys Dmytriyenko @ 2020-02-24 22:43 UTC (permalink / raw
  To: Andrew F. Davis; +Cc: meta-ti, meta-ti

On Mon, Feb 24, 2020 at 12:12:06PM -0500, Andrew F. Davis wrote:
> On 2/20/20 1:47 PM, Denys Dmytriyenko via Lists.Yoctoproject.Org wrote:
> > Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> > ---
> >  recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb           | 2 ++
> >  recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5371573.bb | 4 +++-
> >  recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb       | 2 ++
> >  3 files changed, 7 insertions(+), 1 deletion(-)
> > 
> > diff --git a/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb b/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
> > index e8c2f011..d6ecd229 100644
> > --- a/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
> > +++ b/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb
> > @@ -12,6 +12,8 @@ BRANCH = "ti-${PV}"
> >  SRC_URI = "git://git.ti.com/graphics/ti-gc320-libs.git;protocol=git;branch=${BRANCH}"
> >  SRCREV = "c0afab259de59909cfe74c01f3f7fbaa147f94b5"
> >  
> > +RRECOMMENDS_${PN} = "ti-gc320-driver"
> > +
> 
> 
> Do RRECOMMENDS pull in the package by default? If I just include in my
> image "ti-gc320-libs" then I'll also get "ti-gc320-driver" automatically
> in my image also right?

Yes.

> Andrew
> 
> 
> >  # There's only hardfp version available
> >  python __anonymous() {
> >      tunes = d.getVar("TUNE_FEATURES")
> > diff --git a/recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5371573.bb b/recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5371573.bb
> > index 9cb863a5..67290756 100644
> > --- a/recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5371573.bb
> > +++ b/recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5371573.bb
> > @@ -27,7 +27,7 @@ PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 virtual/libgbm"
> >  DEPENDS += "libdrm wayland expat"
> >  RDEPENDS_${PN} += "bash"
> >  RDEPENDS_${PN} += "python-core"
> > -RDEPENDS_${PN} += "ti-img-rogue-driver wayland expat"
> > +RDEPENDS_${PN} += "wayland expat"
> >  
> >  RPROVIDES_${PN} = "libegl libgles1 libgles2 libgbm"
> >  RPROVIDES_${PN}-dev = "libegl-dev libgles1-dev libgles2-dev libgbm-dev"
> > @@ -41,6 +41,8 @@ RCONFLICTS_${PN} = "libegl libgles1 libgles2 libgbm"
> >  RCONFLICTS_${PN}-dev = "libegl-dev libgles1-dev libgles2-dev libgbm-dev"
> >  RCONFLICTS_${PN}-dbg = "libegl-dbg libgles1-dbg libgles2-dbg"
> >  
> > +RRECOMMENDS_${PN} += "ti-img-rogue-driver"
> > +
> >  S = "${WORKDIR}/git"
> >  
> >  do_install () {
> > diff --git a/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb b/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb
> > index ecf3ffcc..8b0b3058 100644
> > --- a/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb
> > +++ b/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb
> > @@ -43,6 +43,8 @@ RCONFLICTS_${PN}-dbg = "libegl-dbg libgles1-dbg libgles2-dbg libgbm-dbg"
> >  # The actual SONAME is libGLESv2.so.2, so need to explicitly specify RPROVIDES for .so.1 here
> >  RPROVIDES_${PN} += "libGLESv2.so.1"
> >  
> > +RRECOMMENDS_${PN} += "ti-sgx-ddk-km"
> > +
> >  S = "${WORKDIR}/git"
> >  
> >  do_install () {
> > 
> > 
> > 
> > 

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-02-24 22:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-20 18:47 [zeus/master][PATCH 1/4] sgx-um, rogue-umlibs, gc320-libs: RRECOMMENDS on corresponding drivers Denys Dmytriyenko
2020-02-20 18:47 ` [zeus/master][PATCH 2/4] omap-a15: add gc320 machine feature Denys Dmytriyenko
2020-02-20 18:47 ` [zeus/master][PATCH 3/4] vis: mark as compatible with dra7xx family Denys Dmytriyenko
2020-02-20 18:47 ` [zeus/master][PATCH 4/4] layer.conf: drop ti-ipc from SIGGEN_EXCLUDERECIPES_ABISAFE for now Denys Dmytriyenko
2020-02-24 17:12 ` [meta-ti] [zeus/master][PATCH 1/4] sgx-um, rogue-umlibs, gc320-libs: RRECOMMENDS on corresponding drivers Andrew F. Davis
2020-02-24 22:43   ` Denys Dmytriyenko

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.