> -----Original Message----- > From: Dmytriyenko, Denys > Sent: Monday, April 01, 2013 4:13 PM > To: Maupin, Chase > Cc: Cooper Jr., Franklin; [email protected] > Subject: Re: [meta-ti] [PATCH] ti33x: remove sgx until latest > kernels are supported > > On Mon, Apr 01, 2013 at 05:10:35PM -0400, Maupin, Chase wrote: > > > -----Original Message----- > > > From: Cooper Jr., Franklin > > > Sent: Monday, April 01, 2013 3:21 PM > > > To: Maupin, Chase; Dmytriyenko, Denys > > > Cc: [email protected] > > > Subject: RE: [meta-ti] [PATCH] ti33x: remove sgx until latest > > > kernels are supported > > > > > > > > > > > > > -----Original Message----- > > > > From: [email protected] [mailto:meta-ti- > > > > [email protected]] On Behalf Of Maupin, Chase > > > > Sent: Monday, April 01, 2013 1:24 PM > > > > To: Dmytriyenko, Denys > > > > Cc: [email protected] > > > > Subject: Re: [meta-ti] [PATCH] ti33x: remove sgx until > latest > > > kernels are > > > > supported > > > > > > > > > -----Original Message----- > > > > > From: Dmytriyenko, Denys > > > > > Sent: Monday, April 01, 2013 12:56 PM > > > > > To: Maupin, Chase > > > > > Cc: [email protected] > > > > > Subject: Re: [meta-ti] [PATCH] ti33x: remove sgx until > latest > > > kernels > > > > > are supported > > > > > > > > > > On Mon, Apr 01, 2013 at 11:26:07AM -0500, Chase Maupin > wrote: > > > > > > * Remove the sgx feature from the ti33x devices until > the > > > > > update > > > > > > to a later version of the graphics SDK and drivers > > > enables > > > > > SGX > > > > > > support for later kernels such a v3.8 > > > > > > > > > > But we still have 3.2 supported and AM-SDK is using it... > > > > > > > > > > > > > I would expect that they won't pick up this change in their > > > tree. Is there a > > > > way to "add" it back from a distro centric conf file? > > > What is the difference between meta-arago including this > change > > > compared to meta-ti? Meta-ti doesn't "use" the sgx value so I > am > > > assuming your issue is that meta-arago uses this variable to > > > build a filesystem. > > > > > > Anyway this "sgx" value should be left in meta-ti. > > > > Fair enough. I'll either submit a patch to meta-arago to > remove the > > components, or assuming your other sgx patches get picked up > I'll see about > > updating to the latest graphics SDK which should work with v3.8 > kernels (at > > least build) > > Second option would be the best - I'll give those new sgx patches > some > attention tonight...
Thanks. > > > > > > > > Signed-off-by: Chase Maupin <[email protected]> > > > > > > --- > > > > > > conf/machine/include/ti33x.inc | 2 +- > > > > > > 1 files changed, 1 insertions(+), 1 deletions(-) > > > > > > > > > > > > diff --git a/conf/machine/include/ti33x.inc > > > > > b/conf/machine/include/ti33x.inc > > > > > > index 12b80c6..e8aa2ba 100644 > > > > > > --- a/conf/machine/include/ti33x.inc > > > > > > +++ b/conf/machine/include/ti33x.inc > > > > > > @@ -34,4 +34,4 @@ UBOOT_LOADADDRESS = "0x80008000" > > > > > > EXTRA_IMAGEDEPENDS += "u-boot" > > > > > > > > > > > > # List common SoC features, may need to add > touchscreen > > > for > > > > > specific machines > > > > > > -MACHINE_FEATURES = "kernel26 apm usbgadget usbhost > vfat > > > ext2 > > > > > screen alsa ethernet sgx" > > > > > > +MACHINE_FEATURES = "kernel26 apm usbgadget usbhost > vfat > > > ext2 > > > > > screen alsa ethernet" > > > > > > -- > > > > > > 1.7.0.4 > > > > > > > > > > > > _______________________________________________ > > > > > > meta-ti mailing list > > > > > > [email protected] > > > > > > https://lists.yoctoproject.org/listinfo/meta-ti > > > > _______________________________________________ > > > > meta-ti mailing list > > > > [email protected] > > > > https://lists.yoctoproject.org/listinfo/meta-ti _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
