* [daisy][PATCH v2] dra7xx: add "mmip" to MACHINE_FEATURES @ 2014-10-08 12:10 Jacob Stiffler 2014-10-09 3:13 ` Denys Dmytriyenko 0 siblings, 1 reply; 6+ messages in thread From: Jacob Stiffler @ 2014-10-08 12:10 UTC (permalink / raw) To: meta-ti Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> --- conf/machine/include/dra7xx.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/include/dra7xx.inc b/conf/machine/include/dra7xx.inc index 857e1b3..a7c8782 100644 --- a/conf/machine/include/dra7xx.inc +++ b/conf/machine/include/dra7xx.inc @@ -1,4 +1,4 @@ require conf/machine/include/omap-a15.inc SOC_FAMILY_append = ":dra7xx" -MACHINE_FEATURES += "pci" +MACHINE_FEATURES += "pci mmip" -- 1.7.9.5 ^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [daisy][PATCH v2] dra7xx: add "mmip" to MACHINE_FEATURES 2014-10-08 12:10 [daisy][PATCH v2] dra7xx: add "mmip" to MACHINE_FEATURES Jacob Stiffler @ 2014-10-09 3:13 ` Denys Dmytriyenko 2014-10-10 19:14 ` Denys Dmytriyenko 0 siblings, 1 reply; 6+ messages in thread From: Denys Dmytriyenko @ 2014-10-09 3:13 UTC (permalink / raw) To: Jacob Stiffler; +Cc: meta-ti Ah, this causes some grief to dra7xx and am57x builds due to gstreamer conflicts. I guess we need to play with preferred provider settings some more. I'll look into it tomorrow... On Wed, Oct 08, 2014 at 08:10:44AM -0400, Jacob Stiffler wrote: > Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> > --- > conf/machine/include/dra7xx.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/conf/machine/include/dra7xx.inc b/conf/machine/include/dra7xx.inc > index 857e1b3..a7c8782 100644 > --- a/conf/machine/include/dra7xx.inc > +++ b/conf/machine/include/dra7xx.inc > @@ -1,4 +1,4 @@ > require conf/machine/include/omap-a15.inc > SOC_FAMILY_append = ":dra7xx" > > -MACHINE_FEATURES += "pci" > +MACHINE_FEATURES += "pci mmip" > -- > 1.7.9.5 > > -- > _______________________________________________ > meta-ti mailing list > meta-ti@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-ti ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [daisy][PATCH v2] dra7xx: add "mmip" to MACHINE_FEATURES 2014-10-09 3:13 ` Denys Dmytriyenko @ 2014-10-10 19:14 ` Denys Dmytriyenko 2014-10-13 12:15 ` Stiffler, Jacob 0 siblings, 1 reply; 6+ messages in thread From: Denys Dmytriyenko @ 2014-10-10 19:14 UTC (permalink / raw) To: Jacob Stiffler; +Cc: meta-ti Unofrtunately, I spent my time fixing the devkit and toolchain issues, so I don't have much time to look into this one. It is failing in devkit packaging step due to conflicts between different variants of gstreamer. I'll probably revert this change for now and will deal with it when I'm back. Jake, let me know if you have a fix for it before that. Thanks. -- Denys On Wed, Oct 08, 2014 at 11:13:16PM -0400, Denys Dmytriyenko wrote: > Ah, this causes some grief to dra7xx and am57x builds due to gstreamer > conflicts. I guess we need to play with preferred provider settings some more. > I'll look into it tomorrow... > > > On Wed, Oct 08, 2014 at 08:10:44AM -0400, Jacob Stiffler wrote: > > Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> > > --- > > conf/machine/include/dra7xx.inc | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/conf/machine/include/dra7xx.inc b/conf/machine/include/dra7xx.inc > > index 857e1b3..a7c8782 100644 > > --- a/conf/machine/include/dra7xx.inc > > +++ b/conf/machine/include/dra7xx.inc > > @@ -1,4 +1,4 @@ > > require conf/machine/include/omap-a15.inc > > SOC_FAMILY_append = ":dra7xx" > > > > -MACHINE_FEATURES += "pci" > > +MACHINE_FEATURES += "pci mmip" > > -- > > 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] 6+ messages in thread
* Re: [daisy][PATCH v2] dra7xx: add "mmip" to MACHINE_FEATURES 2014-10-10 19:14 ` Denys Dmytriyenko @ 2014-10-13 12:15 ` Stiffler, Jacob 2014-10-30 13:12 ` Stiffler, Jacob 0 siblings, 1 reply; 6+ messages in thread From: Stiffler, Jacob @ 2014-10-13 12:15 UTC (permalink / raw) To: Dmytriyenko, Denys; +Cc: meta-ti@yoctoproject.org Denys, What is the error you see? And what are you building? I have not seen any issues when building for "arago-amsdk-image" - Jake -----Original Message----- From: Dmytriyenko, Denys Sent: Friday, October 10, 2014 3:15 PM To: Stiffler, Jacob Cc: meta-ti@yoctoproject.org Subject: Re: [meta-ti] [daisy][PATCH v2] dra7xx: add "mmip" to MACHINE_FEATURES Unofrtunately, I spent my time fixing the devkit and toolchain issues, so I don't have much time to look into this one. It is failing in devkit packaging step due to conflicts between different variants of gstreamer. I'll probably revert this change for now and will deal with it when I'm back. Jake, let me know if you have a fix for it before that. Thanks. -- Denys On Wed, Oct 08, 2014 at 11:13:16PM -0400, Denys Dmytriyenko wrote: > Ah, this causes some grief to dra7xx and am57x builds due to gstreamer > conflicts. I guess we need to play with preferred provider settings some more. > I'll look into it tomorrow... > > > On Wed, Oct 08, 2014 at 08:10:44AM -0400, Jacob Stiffler wrote: > > Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> > > --- > > conf/machine/include/dra7xx.inc | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/conf/machine/include/dra7xx.inc b/conf/machine/include/dra7xx.inc > > index 857e1b3..a7c8782 100644 > > --- a/conf/machine/include/dra7xx.inc > > +++ b/conf/machine/include/dra7xx.inc > > @@ -1,4 +1,4 @@ > > require conf/machine/include/omap-a15.inc > > SOC_FAMILY_append = ":dra7xx" > > > > -MACHINE_FEATURES += "pci" > > +MACHINE_FEATURES += "pci mmip" > > -- > > 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] 6+ messages in thread
* Re: [daisy][PATCH v2] dra7xx: add "mmip" to MACHINE_FEATURES 2014-10-13 12:15 ` Stiffler, Jacob @ 2014-10-30 13:12 ` Stiffler, Jacob 2014-10-30 20:08 ` Denys Dmytriyenko 0 siblings, 1 reply; 6+ messages in thread From: Stiffler, Jacob @ 2014-10-30 13:12 UTC (permalink / raw) To: Dmytriyenko, Denys; +Cc: meta-ti@yoctoproject.org ping -----Original Message----- From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-bounces@yoctoproject.org] On Behalf Of Stiffler, Jacob Sent: Monday, October 13, 2014 8:16 AM To: Dmytriyenko, Denys Cc: meta-ti@yoctoproject.org Subject: Re: [meta-ti] [daisy][PATCH v2] dra7xx: add "mmip" to MACHINE_FEATURES Denys, What is the error you see? And what are you building? I have not seen any issues when building for "arago-amsdk-image" - Jake -----Original Message----- From: Dmytriyenko, Denys Sent: Friday, October 10, 2014 3:15 PM To: Stiffler, Jacob Cc: meta-ti@yoctoproject.org Subject: Re: [meta-ti] [daisy][PATCH v2] dra7xx: add "mmip" to MACHINE_FEATURES Unofrtunately, I spent my time fixing the devkit and toolchain issues, so I don't have much time to look into this one. It is failing in devkit packaging step due to conflicts between different variants of gstreamer. I'll probably revert this change for now and will deal with it when I'm back. Jake, let me know if you have a fix for it before that. Thanks. -- Denys On Wed, Oct 08, 2014 at 11:13:16PM -0400, Denys Dmytriyenko wrote: > Ah, this causes some grief to dra7xx and am57x builds due to gstreamer > conflicts. I guess we need to play with preferred provider settings some more. > I'll look into it tomorrow... > > > On Wed, Oct 08, 2014 at 08:10:44AM -0400, Jacob Stiffler wrote: > > Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> > > --- > > conf/machine/include/dra7xx.inc | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/conf/machine/include/dra7xx.inc b/conf/machine/include/dra7xx.inc > > index 857e1b3..a7c8782 100644 > > --- a/conf/machine/include/dra7xx.inc > > +++ b/conf/machine/include/dra7xx.inc > > @@ -1,4 +1,4 @@ > > require conf/machine/include/omap-a15.inc > > SOC_FAMILY_append = ":dra7xx" > > > > -MACHINE_FEATURES += "pci" > > +MACHINE_FEATURES += "pci mmip" > > -- > > 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 -- _______________________________________________ meta-ti mailing list meta-ti@yoctoproject.org https://lists.yoctoproject.org/listinfo/meta-ti ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [daisy][PATCH v2] dra7xx: add "mmip" to MACHINE_FEATURES 2014-10-30 13:12 ` Stiffler, Jacob @ 2014-10-30 20:08 ` Denys Dmytriyenko 0 siblings, 0 replies; 6+ messages in thread From: Denys Dmytriyenko @ 2014-10-30 20:08 UTC (permalink / raw) To: Stiffler, Jacob; +Cc: meta-ti@yoctoproject.org Jake, I was looking into this since last week and it appeared to be a bigger problem than what I expected in the beginning. I'm in the process of fixing the way we do gstreamer in Arago and will be sending patches soon, that fix this issue. -- Denys On Thu, Oct 30, 2014 at 09:12:35AM -0400, Stiffler, Jacob wrote: > ping > > -----Original Message----- > From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-bounces@yoctoproject.org] On Behalf Of Stiffler, Jacob > Sent: Monday, October 13, 2014 8:16 AM > To: Dmytriyenko, Denys > Cc: meta-ti@yoctoproject.org > Subject: Re: [meta-ti] [daisy][PATCH v2] dra7xx: add "mmip" to MACHINE_FEATURES > > Denys, > > What is the error you see? And what are you building? > > I have not seen any issues when building for "arago-amsdk-image" > > > - Jake > > -----Original Message----- > From: Dmytriyenko, Denys > Sent: Friday, October 10, 2014 3:15 PM > To: Stiffler, Jacob > Cc: meta-ti@yoctoproject.org > Subject: Re: [meta-ti] [daisy][PATCH v2] dra7xx: add "mmip" to MACHINE_FEATURES > > Unofrtunately, I spent my time fixing the devkit and toolchain issues, so I don't have much time to look into this one. It is failing in devkit packaging step due to conflicts between different variants of gstreamer. I'll probably revert this change for now and will deal with it when I'm back. Jake, let me know if you have a fix for it before that. Thanks. > > -- > Denys > > > On Wed, Oct 08, 2014 at 11:13:16PM -0400, Denys Dmytriyenko wrote: > > Ah, this causes some grief to dra7xx and am57x builds due to gstreamer > > conflicts. I guess we need to play with preferred provider settings some more. > > I'll look into it tomorrow... > > > > > > On Wed, Oct 08, 2014 at 08:10:44AM -0400, Jacob Stiffler wrote: > > > Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> > > > --- > > > conf/machine/include/dra7xx.inc | 2 +- > > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > > > diff --git a/conf/machine/include/dra7xx.inc b/conf/machine/include/dra7xx.inc > > > index 857e1b3..a7c8782 100644 > > > --- a/conf/machine/include/dra7xx.inc > > > +++ b/conf/machine/include/dra7xx.inc > > > @@ -1,4 +1,4 @@ > > > require conf/machine/include/omap-a15.inc > > > SOC_FAMILY_append = ":dra7xx" > > > > > > -MACHINE_FEATURES += "pci" > > > +MACHINE_FEATURES += "pci mmip" > > > -- > > > 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 > -- > _______________________________________________ > meta-ti mailing list > meta-ti@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-ti ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2014-10-30 20:08 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2014-10-08 12:10 [daisy][PATCH v2] dra7xx: add "mmip" to MACHINE_FEATURES Jacob Stiffler 2014-10-09 3:13 ` Denys Dmytriyenko 2014-10-10 19:14 ` Denys Dmytriyenko 2014-10-13 12:15 ` Stiffler, Jacob 2014-10-30 13:12 ` Stiffler, Jacob 2014-10-30 20:08 ` 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.