* [morty/master][PATCH] i2c-lld-rtos: Adding dependency to pruss-lld-rtos for am335x, am437x and am57xx
@ 2018-01-15 21:56 Mahesh Radhakrishnan
2018-01-16 3:22 ` Denys Dmytriyenko
0 siblings, 1 reply; 3+ messages in thread
From: Mahesh Radhakrishnan @ 2018-01-15 21:56 UTC (permalink / raw)
To: meta-ti
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
---
recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb b/recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb
index a178c27..674af36 100644
--- a/recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb
+++ b/recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb
@@ -26,8 +26,12 @@ PR = "r0"
DEPENDS_append = " osal-rtos \
"
DEPENDS_append_ti33x = " starterware-rtos \
+ pruss-lld-rtos \
"
DEPENDS_append_ti43x = " starterware-rtos \
+ pruss-lld-rtos \
+"
+DEPENDS_append_am57xx-evm = " pruss-lld-rtos \
"
# Build with make instead of XDC
--
1.9.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [morty/master][PATCH] i2c-lld-rtos: Adding dependency to pruss-lld-rtos for am335x, am437x and am57xx
2018-01-15 21:56 [morty/master][PATCH] i2c-lld-rtos: Adding dependency to pruss-lld-rtos for am335x, am437x and am57xx Mahesh Radhakrishnan
@ 2018-01-16 3:22 ` Denys Dmytriyenko
2018-01-23 22:37 ` Denys Dmytriyenko
0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2018-01-16 3:22 UTC (permalink / raw)
To: Mahesh Radhakrishnan; +Cc: meta-ti
Is this required for morty? Is it a bugfix?
On Mon, Jan 15, 2018 at 04:56:04PM -0500, Mahesh Radhakrishnan wrote:
> Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
> ---
> recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb b/recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb
> index a178c27..674af36 100644
> --- a/recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb
> +++ b/recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb
> @@ -26,8 +26,12 @@ PR = "r0"
> DEPENDS_append = " osal-rtos \
> "
> DEPENDS_append_ti33x = " starterware-rtos \
> + pruss-lld-rtos \
> "
> DEPENDS_append_ti43x = " starterware-rtos \
> + pruss-lld-rtos \
> +"
> +DEPENDS_append_am57xx-evm = " pruss-lld-rtos \
> "
>
> # Build with make instead of XDC
> --
> 1.9.1
>
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [morty/master][PATCH] i2c-lld-rtos: Adding dependency to pruss-lld-rtos for am335x, am437x and am57xx
2018-01-16 3:22 ` Denys Dmytriyenko
@ 2018-01-23 22:37 ` Denys Dmytriyenko
0 siblings, 0 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2018-01-23 22:37 UTC (permalink / raw)
To: Mahesh Radhakrishnan; +Cc: meta-ti
Mahesh, Jake,
Please clarify.
On Mon, Jan 15, 2018 at 10:22:44PM -0500, Denys Dmytriyenko wrote:
> Is this required for morty? Is it a bugfix?
>
>
> On Mon, Jan 15, 2018 at 04:56:04PM -0500, Mahesh Radhakrishnan wrote:
> > Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
> > ---
> > recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb | 4 ++++
> > 1 file changed, 4 insertions(+)
> >
> > diff --git a/recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb b/recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb
> > index a178c27..674af36 100644
> > --- a/recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb
> > +++ b/recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb
> > @@ -26,8 +26,12 @@ PR = "r0"
> > DEPENDS_append = " osal-rtos \
> > "
> > DEPENDS_append_ti33x = " starterware-rtos \
> > + pruss-lld-rtos \
> > "
> > DEPENDS_append_ti43x = " starterware-rtos \
> > + pruss-lld-rtos \
> > +"
> > +DEPENDS_append_am57xx-evm = " pruss-lld-rtos \
> > "
> >
> > # Build with make instead of XDC
> > --
> > 1.9.1
> >
> > --
> > _______________________________________________
> > 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] 3+ messages in thread
end of thread, other threads:[~2018-01-23 22:37 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-15 21:56 [morty/master][PATCH] i2c-lld-rtos: Adding dependency to pruss-lld-rtos for am335x, am437x and am57xx Mahesh Radhakrishnan
2018-01-16 3:22 ` Denys Dmytriyenko
2018-01-23 22:37 ` 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.