* vpe-tests: Add DEPENDS for the recipe
@ 2015-02-05 10:10 Karthik Ramanan
2015-02-05 15:14 ` Denys Dmytriyenko
0 siblings, 1 reply; 4+ messages in thread
From: Karthik Ramanan @ 2015-02-05 10:10 UTC (permalink / raw)
To: meta-ti
Signed-off-by: Karthik Ramanan <a0393906@ti.com>
---
recipes-bsp/vpe-tests/vpe-tests_git.bb | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/recipes-bsp/vpe-tests/vpe-tests_git.bb b/recipes-bsp/vpe-tests/vpe-tests_git.bb
index a8ee7f8..ee91dea 100644
--- a/recipes-bsp/vpe-tests/vpe-tests_git.bb
+++ b/recipes-bsp/vpe-tests/vpe-tests_git.bb
@@ -3,6 +3,10 @@ DESCRIPTION = "VPE test program"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=74d2f71d8898c54e3d1c9d0058c484aa"
+DEPENDS = "virtual/kernel"
+
+PR="r1"
+
COMPATIBLE_MACHINE = "dra7xx"
SRCREV = "e3d8db1aa935775f9d196ad7428e0cd9864a36ca"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: vpe-tests: Add DEPENDS for the recipe
2015-02-05 10:10 vpe-tests: Add DEPENDS for the recipe Karthik Ramanan
@ 2015-02-05 15:14 ` Denys Dmytriyenko
2015-02-05 15:24 ` Devshatwar, Nikhil
0 siblings, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2015-02-05 15:14 UTC (permalink / raw)
To: Karthik Ramanan; +Cc: meta-ti
On Thu, Feb 05, 2015 at 03:40:50PM +0530, Karthik Ramanan wrote:
> Signed-off-by: Karthik Ramanan <a0393906@ti.com>
> ---
> recipes-bsp/vpe-tests/vpe-tests_git.bb | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/recipes-bsp/vpe-tests/vpe-tests_git.bb b/recipes-bsp/vpe-tests/vpe-tests_git.bb
> index a8ee7f8..ee91dea 100644
> --- a/recipes-bsp/vpe-tests/vpe-tests_git.bb
> +++ b/recipes-bsp/vpe-tests/vpe-tests_git.bb
> @@ -3,6 +3,10 @@ DESCRIPTION = "VPE test program"
> LICENSE = "BSD"
> LIC_FILES_CHKSUM = "file://COPYING;md5=74d2f71d8898c54e3d1c9d0058c484aa"
>
> +DEPENDS = "virtual/kernel"
Should it also RDEPENDS on vpdma-fw?
> +PR="r1"
> +
> COMPATIBLE_MACHINE = "dra7xx"
>
> SRCREV = "e3d8db1aa935775f9d196ad7428e0cd9864a36ca"
> --
> 1.7.9.5
>
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: vpe-tests: Add DEPENDS for the recipe
2015-02-05 15:14 ` Denys Dmytriyenko
@ 2015-02-05 15:24 ` Devshatwar, Nikhil
2015-02-05 15:39 ` Denys Dmytriyenko
0 siblings, 1 reply; 4+ messages in thread
From: Devshatwar, Nikhil @ 2015-02-05 15:24 UTC (permalink / raw)
To: Dmytriyenko, Denys, R, Karthik; +Cc: meta-ti@yoctoproject.org
> -----Original Message-----
> From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-
> bounces@yoctoproject.org] On Behalf Of Dmytriyenko, Denys
> Sent: Thursday, February 05, 2015 8:45 PM
> To: R, Karthik
> Cc: meta-ti@yoctoproject.org
> Subject: Re: [meta-ti] vpe-tests: Add DEPENDS for the recipe
>
> On Thu, Feb 05, 2015 at 03:40:50PM +0530, Karthik Ramanan wrote:
> > Signed-off-by: Karthik Ramanan <a0393906@ti.com>
> > ---
> > recipes-bsp/vpe-tests/vpe-tests_git.bb | 4 ++++
> > 1 file changed, 4 insertions(+)
> >
> > diff --git a/recipes-bsp/vpe-tests/vpe-tests_git.bb b/recipes-
> bsp/vpe-tests/vpe-tests_git.bb
> > index a8ee7f8..ee91dea 100644
> > --- a/recipes-bsp/vpe-tests/vpe-tests_git.bb
> > +++ b/recipes-bsp/vpe-tests/vpe-tests_git.bb
> > @@ -3,6 +3,10 @@ DESCRIPTION = "VPE test program"
> > LICENSE = "BSD"
> > LIC_FILES_CHKSUM =
> "file://COPYING;md5=74d2f71d8898c54e3d1c9d0058c484aa"
> >
> > +DEPENDS = "virtual/kernel"
>
> Should it also RDEPENDS on vpdma-fw?
This is a generic v4l2 m2m test application
Even though it is used for testing VPE, it does not mandate that has to be run only on VPE
It works with other m2m devices also, so ideally the vpdma-fw dependency is not needed.
>
>
> > +PR="r1"
> > +
> > COMPATIBLE_MACHINE = "dra7xx"
> >
> > SRCREV = "e3d8db1aa935775f9d196ad7428e0cd9864a36ca"
> > --
> > 1.7.9.5
> >
> > --
> > _______________________________________________
> > meta-ti mailing list
> > meta-ti@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-ti
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: vpe-tests: Add DEPENDS for the recipe
2015-02-05 15:24 ` Devshatwar, Nikhil
@ 2015-02-05 15:39 ` Denys Dmytriyenko
0 siblings, 0 replies; 4+ messages in thread
From: Denys Dmytriyenko @ 2015-02-05 15:39 UTC (permalink / raw)
To: Devshatwar, Nikhil; +Cc: meta-ti@yoctoproject.org, R, Karthik
On Thu, Feb 05, 2015 at 10:24:37AM -0500, Devshatwar, Nikhil wrote:
> > -----Original Message-----
> > From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-
> > bounces@yoctoproject.org] On Behalf Of Dmytriyenko, Denys
> > Sent: Thursday, February 05, 2015 8:45 PM
> > To: R, Karthik
> > Cc: meta-ti@yoctoproject.org
> > Subject: Re: [meta-ti] vpe-tests: Add DEPENDS for the recipe
> >
> > On Thu, Feb 05, 2015 at 03:40:50PM +0530, Karthik Ramanan wrote:
> > > Signed-off-by: Karthik Ramanan <a0393906@ti.com>
> > > ---
> > > recipes-bsp/vpe-tests/vpe-tests_git.bb | 4 ++++
> > > 1 file changed, 4 insertions(+)
> > >
> > > diff --git a/recipes-bsp/vpe-tests/vpe-tests_git.bb b/recipes-
> > bsp/vpe-tests/vpe-tests_git.bb
> > > index a8ee7f8..ee91dea 100644
> > > --- a/recipes-bsp/vpe-tests/vpe-tests_git.bb
> > > +++ b/recipes-bsp/vpe-tests/vpe-tests_git.bb
> > > @@ -3,6 +3,10 @@ DESCRIPTION = "VPE test program"
> > > LICENSE = "BSD"
> > > LIC_FILES_CHKSUM =
> > "file://COPYING;md5=74d2f71d8898c54e3d1c9d0058c484aa"
> > >
> > > +DEPENDS = "virtual/kernel"
> >
> > Should it also RDEPENDS on vpdma-fw?
>
> This is a generic v4l2 m2m test application
> Even though it is used for testing VPE, it does not mandate that has to be run only on VPE
> It works with other m2m devices also, so ideally the vpdma-fw dependency is not needed.
Ok, thanks.
> > > +PR="r1"
> > > +
> > > COMPATIBLE_MACHINE = "dra7xx"
> > >
> > > SRCREV = "e3d8db1aa935775f9d196ad7428e0cd9864a36ca"
> > > --
> > > 1.7.9.5
> > >
> > > --
> > > _______________________________________________
> > > meta-ti mailing list
> > > meta-ti@yoctoproject.org
> > > https://lists.yoctoproject.org/listinfo/meta-ti
> > --
> > _______________________________________________
> > meta-ti mailing list
> > meta-ti@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-ti
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-02-05 15:39 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-05 10:10 vpe-tests: Add DEPENDS for the recipe Karthik Ramanan
2015-02-05 15:14 ` Denys Dmytriyenko
2015-02-05 15:24 ` Devshatwar, Nikhil
2015-02-05 15:39 ` 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.