All of lore.kernel.org
 help / color / mirror / Atom feed
* Chase Maupin : linux-ti33x-psp: add am335x-evm support
@ 2012-03-01 21:28 Arago Project git
  2012-03-02 14:58 ` Koen Kooi
  0 siblings, 1 reply; 9+ messages in thread
From: Arago Project git @ 2012-03-01 21:28 UTC (permalink / raw)
  To: meta-ti

Module: meta-ti
Branch: master
Commit: 8172b803e73126c2e336050d43251538bdc4d09b
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=8172b803e73126c2e336050d43251538bdc4d09b

Author: Chase Maupin <Chase.Maupin@ti.com>
Date:   Tue Feb 28 17:28:14 2012 -0600

linux-ti33x-psp: add am335x-evm support

* Added a defconfig file for the am335x-evm and moved the common
  configs directory from the beaglebone directory to the top
  of the kernel files tree.

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>

---

 .../linux/linux-ti33x-psp-3.2/am335x-evm/defconfig | 2640 ++++++++++++++++++++
 .../{beaglebone => }/configs/empty                 |    0
 2 files changed, 2640 insertions(+), 0 deletions(-)

Diff:   http://arago-project.org/git/meta-ti.git?a=commitdiff;h=8172b803e73126c2e336050d43251538bdc4d09b


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

* Re: Chase Maupin : linux-ti33x-psp: add am335x-evm support
  2012-03-01 21:28 Chase Maupin : linux-ti33x-psp: add am335x-evm support Arago Project git
@ 2012-03-02 14:58 ` Koen Kooi
  2012-03-02 15:49   ` Maupin, Chase
  0 siblings, 1 reply; 9+ messages in thread
From: Koen Kooi @ 2012-03-02 14:58 UTC (permalink / raw)
  To: Chase Maupin; +Cc: meta-ti


Op 1 mrt. 2012, om 22:28 heeft Arago Project git het volgende geschreven:

> Module: meta-ti
> Branch: master
> Commit: 8172b803e73126c2e336050d43251538bdc4d09b
> URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=8172b803e73126c2e336050d43251538bdc4d09b
> 
> Author: Chase Maupin <Chase.Maupin@ti.com>
> Date:   Tue Feb 28 17:28:14 2012 -0600
> 
> linux-ti33x-psp: add am335x-evm support
> 
> * Added a defconfig file for the am335x-evm and moved the common
>  configs directory from the beaglebone directory to the top
>  of the kernel files tree.
> 
> Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> 
> ---
> 
> .../linux/linux-ti33x-psp-3.2/am335x-evm/defconfig | 2640 ++++++++++++++++++++
> .../{beaglebone => }/configs/empty                 |    0
> 2 files changed, 2640 insertions(+), 0 deletions(-)

As Gary points out, this breaks the beaglebone kernel build

regards,

Koen

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

* Re: Chase Maupin : linux-ti33x-psp: add am335x-evm support
  2012-03-02 14:58 ` Koen Kooi
@ 2012-03-02 15:49   ` Maupin, Chase
  2012-03-02 20:29     ` Koen Kooi
  0 siblings, 1 reply; 9+ messages in thread
From: Maupin, Chase @ 2012-03-02 15:49 UTC (permalink / raw)
  To: Koen Kooi; +Cc: meta-ti@yoctoproject.org

Koen,

Looks like my build was not clean.  I see now that when I clean everything even the am335x-evm build will fail to find the configs.  So now the question is why this happens.  I'm used to if the configs wasn't found in the beaglebone or am335x-evm directory, you would fall back to looking in the base linux-ti33x-psp-3.2 directory.  However, it looks like this fallback does not happen.  My reading of FILESPATH is that the linux/linux-ti33x-psp-3.2 directory is in the FILESPATH.

Sincerely,
Chase Maupin
Software Applications
ARM MPU

For support:
Forums - http://community.ti.com/forums/
Wiki - http://wiki.davincidsp.com/ 


> -----Original Message-----
> From: Koen Kooi [mailto:koen@dominion.thruhere.net]
> Sent: Friday, March 02, 2012 8:58 AM
> To: Maupin, Chase
> Cc: meta-ti@yoctoproject.org
> Subject: Re: [meta-ti] Chase Maupin : linux-ti33x-psp: add am335x-
> evm support
> 
> 
> Op 1 mrt. 2012, om 22:28 heeft Arago Project git het volgende
> geschreven:
> 
> > Module: meta-ti
> > Branch: master
> > Commit: 8172b803e73126c2e336050d43251538bdc4d09b
> > URL:    http://arago-project.org/git/meta-
> ti.git?a=commit;h=8172b803e73126c2e336050d43251538bdc4d09b
> >
> > Author: Chase Maupin <Chase.Maupin@ti.com>
> > Date:   Tue Feb 28 17:28:14 2012 -0600
> >
> > linux-ti33x-psp: add am335x-evm support
> >
> > * Added a defconfig file for the am335x-evm and moved the common
> >  configs directory from the beaglebone directory to the top
> >  of the kernel files tree.
> >
> > Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
> > Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> >
> > ---
> >
> > .../linux/linux-ti33x-psp-3.2/am335x-evm/defconfig | 2640
> ++++++++++++++++++++
> > .../{beaglebone => }/configs/empty                 |    0
> > 2 files changed, 2640 insertions(+), 0 deletions(-)
> 
> As Gary points out, this breaks the beaglebone kernel build
> 
> regards,
> 
> Koen


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

* Re: Chase Maupin : linux-ti33x-psp: add am335x-evm support
  2012-03-02 15:49   ` Maupin, Chase
@ 2012-03-02 20:29     ` Koen Kooi
  2012-03-02 20:31       ` Maupin, Chase
  0 siblings, 1 reply; 9+ messages in thread
From: Koen Kooi @ 2012-03-02 20:29 UTC (permalink / raw)
  To: Maupin, Chase; +Cc: meta-ti@yoctoproject.org

Any ETA on a fix? If it will take a few days I suggest reverting the cset that moved the configs/ dir so I won't have to deal with the weekend workers hitting this bug :)

regards,

Koen

Op 2 mrt. 2012, om 16:49 heeft Maupin, Chase het volgende geschreven:

> Koen,
> 
> Looks like my build was not clean.  I see now that when I clean everything even the am335x-evm build will fail to find the configs.  So now the question is why this happens.  I'm used to if the configs wasn't found in the beaglebone or am335x-evm directory, you would fall back to looking in the base linux-ti33x-psp-3.2 directory.  However, it looks like this fallback does not happen.  My reading of FILESPATH is that the linux/linux-ti33x-psp-3.2 directory is in the FILESPATH.
> 
> Sincerely,
> Chase Maupin
> Software Applications
> ARM MPU
> 
> For support:
> Forums - http://community.ti.com/forums/
> Wiki - http://wiki.davincidsp.com/ 
> 
> 
>> -----Original Message-----
>> From: Koen Kooi [mailto:koen@dominion.thruhere.net]
>> Sent: Friday, March 02, 2012 8:58 AM
>> To: Maupin, Chase
>> Cc: meta-ti@yoctoproject.org
>> Subject: Re: [meta-ti] Chase Maupin : linux-ti33x-psp: add am335x-
>> evm support
>> 
>> 
>> Op 1 mrt. 2012, om 22:28 heeft Arago Project git het volgende
>> geschreven:
>> 
>>> Module: meta-ti
>>> Branch: master
>>> Commit: 8172b803e73126c2e336050d43251538bdc4d09b
>>> URL:    http://arago-project.org/git/meta-
>> ti.git?a=commit;h=8172b803e73126c2e336050d43251538bdc4d09b
>>> 
>>> Author: Chase Maupin <Chase.Maupin@ti.com>
>>> Date:   Tue Feb 28 17:28:14 2012 -0600
>>> 
>>> linux-ti33x-psp: add am335x-evm support
>>> 
>>> * Added a defconfig file for the am335x-evm and moved the common
>>> configs directory from the beaglebone directory to the top
>>> of the kernel files tree.
>>> 
>>> Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
>>> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
>>> 
>>> ---
>>> 
>>> .../linux/linux-ti33x-psp-3.2/am335x-evm/defconfig | 2640
>> ++++++++++++++++++++
>>> .../{beaglebone => }/configs/empty                 |    0
>>> 2 files changed, 2640 insertions(+), 0 deletions(-)
>> 
>> As Gary points out, this breaks the beaglebone kernel build
>> 
>> regards,
>> 
>> Koen



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

* Re: Chase Maupin : linux-ti33x-psp: add am335x-evm support
  2012-03-02 20:29     ` Koen Kooi
@ 2012-03-02 20:31       ` Maupin, Chase
  2012-03-02 22:14         ` Denys Dmytriyenko
  0 siblings, 1 reply; 9+ messages in thread
From: Maupin, Chase @ 2012-03-02 20:31 UTC (permalink / raw)
  To: Koen Kooi; +Cc: meta-ti@yoctoproject.org

I'll make a patch this afternoon to put configs in both directories.  Still don't know why it isn't finding the normal configs directory and keeps looking in the MACHINE directory.

Sincerely,
Chase Maupin
Software Applications
ARM MPU
e-mail: chase.maupin@ti.com
phone: (214) 567-2950

For support:
Forums - http://community.ti.com/forums/
Wiki - http://wiki.davincidsp.com/ 


> -----Original Message-----
> From: Koen Kooi [mailto:koen@dominion.thruhere.net]
> Sent: Friday, March 02, 2012 2:30 PM
> To: Maupin, Chase
> Cc: meta-ti@yoctoproject.org
> Subject: Re: [meta-ti] Chase Maupin : linux-ti33x-psp: add am335x-
> evm support
> 
> Any ETA on a fix? If it will take a few days I suggest reverting
> the cset that moved the configs/ dir so I won't have to deal with
> the weekend workers hitting this bug :)
> 
> regards,
> 
> Koen
> 
> Op 2 mrt. 2012, om 16:49 heeft Maupin, Chase het volgende
> geschreven:
> 
> > Koen,
> >
> > Looks like my build was not clean.  I see now that when I clean
> everything even the am335x-evm build will fail to find the configs.
> So now the question is why this happens.  I'm used to if the
> configs wasn't found in the beaglebone or am335x-evm directory, you
> would fall back to looking in the base linux-ti33x-psp-3.2
> directory.  However, it looks like this fallback does not happen.
> My reading of FILESPATH is that the linux/linux-ti33x-psp-3.2
> directory is in the FILESPATH.
> >
> > Sincerely,
> > Chase Maupin
> > Software Applications
> > ARM MPU
> >
> > For support:
> > Forums - http://community.ti.com/forums/
> > Wiki - http://wiki.davincidsp.com/
> >
> >
> >> -----Original Message-----
> >> From: Koen Kooi [mailto:koen@dominion.thruhere.net]
> >> Sent: Friday, March 02, 2012 8:58 AM
> >> To: Maupin, Chase
> >> Cc: meta-ti@yoctoproject.org
> >> Subject: Re: [meta-ti] Chase Maupin : linux-ti33x-psp: add
> am335x-
> >> evm support
> >>
> >>
> >> Op 1 mrt. 2012, om 22:28 heeft Arago Project git het volgende
> >> geschreven:
> >>
> >>> Module: meta-ti
> >>> Branch: master
> >>> Commit: 8172b803e73126c2e336050d43251538bdc4d09b
> >>> URL:    http://arago-project.org/git/meta-
> >> ti.git?a=commit;h=8172b803e73126c2e336050d43251538bdc4d09b
> >>>
> >>> Author: Chase Maupin <Chase.Maupin@ti.com>
> >>> Date:   Tue Feb 28 17:28:14 2012 -0600
> >>>
> >>> linux-ti33x-psp: add am335x-evm support
> >>>
> >>> * Added a defconfig file for the am335x-evm and moved the
> common
> >>> configs directory from the beaglebone directory to the top
> >>> of the kernel files tree.
> >>>
> >>> Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
> >>> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> >>>
> >>> ---
> >>>
> >>> .../linux/linux-ti33x-psp-3.2/am335x-evm/defconfig | 2640
> >> ++++++++++++++++++++
> >>> .../{beaglebone => }/configs/empty                 |    0
> >>> 2 files changed, 2640 insertions(+), 0 deletions(-)
> >>
> >> As Gary points out, this breaks the beaglebone kernel build
> >>
> >> regards,
> >>
> >> Koen



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

* Re: Chase Maupin : linux-ti33x-psp: add am335x-evm support
  2012-03-02 20:31       ` Maupin, Chase
@ 2012-03-02 22:14         ` Denys Dmytriyenko
  2012-03-03  8:23           ` Denys Dmytriyenko
  0 siblings, 1 reply; 9+ messages in thread
From: Denys Dmytriyenko @ 2012-03-02 22:14 UTC (permalink / raw)
  To: Maupin, Chase; +Cc: meta-ti@yoctoproject.org

On Fri, Mar 02, 2012 at 08:31:36PM +0000, Maupin, Chase wrote:
> I'll make a patch this afternoon to put configs in both directories.  Still 
> don't know why it isn't finding the normal configs directory and keeps 
> looking in the MACHINE directory.

I've been trying to debug it and looks like it's broken in bitbake's fetcher, 
which is not very obvious, but it tries to unpack there and for some reason 
defaults to machine-specific directory. Maybe it doesn't like * in the path... 
I'll keep looking into it for now, but if I can't fix it, I'll push a 
workaround.

-- 
Denys


> > -----Original Message-----
> > From: Koen Kooi [mailto:koen@dominion.thruhere.net]
> > Sent: Friday, March 02, 2012 2:30 PM
> > To: Maupin, Chase
> > Cc: meta-ti@yoctoproject.org
> > Subject: Re: [meta-ti] Chase Maupin : linux-ti33x-psp: add am335x-
> > evm support
> > 
> > Any ETA on a fix? If it will take a few days I suggest reverting
> > the cset that moved the configs/ dir so I won't have to deal with
> > the weekend workers hitting this bug :)
> > 
> > regards,
> > 
> > Koen
> > 
> > Op 2 mrt. 2012, om 16:49 heeft Maupin, Chase het volgende
> > geschreven:
> > 
> > > Koen,
> > >
> > > Looks like my build was not clean.  I see now that when I clean
> > everything even the am335x-evm build will fail to find the configs.
> > So now the question is why this happens.  I'm used to if the
> > configs wasn't found in the beaglebone or am335x-evm directory, you
> > would fall back to looking in the base linux-ti33x-psp-3.2
> > directory.  However, it looks like this fallback does not happen.
> > My reading of FILESPATH is that the linux/linux-ti33x-psp-3.2
> > directory is in the FILESPATH.
> > >
> > > Sincerely,
> > > Chase Maupin
> > > Software Applications
> > > ARM MPU
> > >
> > > For support:
> > > Forums - http://community.ti.com/forums/
> > > Wiki - http://wiki.davincidsp.com/
> > >
> > >
> > >> -----Original Message-----
> > >> From: Koen Kooi [mailto:koen@dominion.thruhere.net]
> > >> Sent: Friday, March 02, 2012 8:58 AM
> > >> To: Maupin, Chase
> > >> Cc: meta-ti@yoctoproject.org
> > >> Subject: Re: [meta-ti] Chase Maupin : linux-ti33x-psp: add
> > am335x-
> > >> evm support
> > >>
> > >>
> > >> Op 1 mrt. 2012, om 22:28 heeft Arago Project git het volgende
> > >> geschreven:
> > >>
> > >>> Module: meta-ti
> > >>> Branch: master
> > >>> Commit: 8172b803e73126c2e336050d43251538bdc4d09b
> > >>> URL:    http://arago-project.org/git/meta-
> > >> ti.git?a=commit;h=8172b803e73126c2e336050d43251538bdc4d09b
> > >>>
> > >>> Author: Chase Maupin <Chase.Maupin@ti.com>
> > >>> Date:   Tue Feb 28 17:28:14 2012 -0600
> > >>>
> > >>> linux-ti33x-psp: add am335x-evm support
> > >>>
> > >>> * Added a defconfig file for the am335x-evm and moved the
> > common
> > >>> configs directory from the beaglebone directory to the top
> > >>> of the kernel files tree.
> > >>>
> > >>> Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
> > >>> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> > >>>
> > >>> ---
> > >>>
> > >>> .../linux/linux-ti33x-psp-3.2/am335x-evm/defconfig | 2640
> > >> ++++++++++++++++++++
> > >>> .../{beaglebone => }/configs/empty                 |    0
> > >>> 2 files changed, 2640 insertions(+), 0 deletions(-)
> > >>
> > >> As Gary points out, this breaks the beaglebone kernel build
> > >>
> > >> regards,
> > >>
> > >> Koen
> 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
> 


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

* Re: Chase Maupin : linux-ti33x-psp: add am335x-evm support
  2012-03-02 22:14         ` Denys Dmytriyenko
@ 2012-03-03  8:23           ` Denys Dmytriyenko
  2012-03-03 11:16             ` William Mills
  0 siblings, 1 reply; 9+ messages in thread
From: Denys Dmytriyenko @ 2012-03-03  8:23 UTC (permalink / raw)
  To: Maupin, Chase; +Cc: meta-ti@yoctoproject.org

On Fri, Mar 02, 2012 at 05:14:39PM -0500, Denys Dmytriyenko wrote:
> On Fri, Mar 02, 2012 at 08:31:36PM +0000, Maupin, Chase wrote:
> > I'll make a patch this afternoon to put configs in both directories.  Still 
> > don't know why it isn't finding the normal configs directory and keeps 
> > looking in the MACHINE directory.
> 
> I've been trying to debug it and looks like it's broken in bitbake's fetcher, 
> which is not very obvious, but it tries to unpack there and for some reason 
> defaults to machine-specific directory. Maybe it doesn't like * in the path... 
> I'll keep looking into it for now, but if I can't fix it, I'll push a 
> workaround.

Ok, please test the latest "fix":

    BitBake's fetch2 unpack() seems to be picky about multi-kernel's
    file://configs/* and defaults to only looking into machine-specific
    location. This fixes the issue, as tested by building these platforms:
    beaglebone, am335x-evm and am180x-evm.

Seems to build those platforms, when multi-kernel configs reside in 
machine-specific directories and outside. But more testing is definitely 
needed.

As a side note, sstate seems to be really broken, as building the first 
machine in a clean setup works fine, but then trying to build a second machine 
in the same setup leads to weird breakages in perl, gcc-cross-initial, 
gcc-cross-intermediate, then binutils etc. Even though both machines are 
armv7a and supposed to share those packages w/o rebuilding them... Cleaning 
sstate and/or entire build takes too much time and is really painful 
switching between platforms.

-- 
Denys


> > > -----Original Message-----
> > > From: Koen Kooi [mailto:koen@dominion.thruhere.net]
> > > Sent: Friday, March 02, 2012 2:30 PM
> > > To: Maupin, Chase
> > > Cc: meta-ti@yoctoproject.org
> > > Subject: Re: [meta-ti] Chase Maupin : linux-ti33x-psp: add am335x-
> > > evm support
> > > 
> > > Any ETA on a fix? If it will take a few days I suggest reverting
> > > the cset that moved the configs/ dir so I won't have to deal with
> > > the weekend workers hitting this bug :)
> > > 
> > > regards,
> > > 
> > > Koen
> > > 
> > > Op 2 mrt. 2012, om 16:49 heeft Maupin, Chase het volgende
> > > geschreven:
> > > 
> > > > Koen,
> > > >
> > > > Looks like my build was not clean.  I see now that when I clean
> > > everything even the am335x-evm build will fail to find the configs.
> > > So now the question is why this happens.  I'm used to if the
> > > configs wasn't found in the beaglebone or am335x-evm directory, you
> > > would fall back to looking in the base linux-ti33x-psp-3.2
> > > directory.  However, it looks like this fallback does not happen.
> > > My reading of FILESPATH is that the linux/linux-ti33x-psp-3.2
> > > directory is in the FILESPATH.
> > > >
> > > > Sincerely,
> > > > Chase Maupin
> > > > Software Applications
> > > > ARM MPU
> > > >
> > > > For support:
> > > > Forums - http://community.ti.com/forums/
> > > > Wiki - http://wiki.davincidsp.com/
> > > >
> > > >
> > > >> -----Original Message-----
> > > >> From: Koen Kooi [mailto:koen@dominion.thruhere.net]
> > > >> Sent: Friday, March 02, 2012 8:58 AM
> > > >> To: Maupin, Chase
> > > >> Cc: meta-ti@yoctoproject.org
> > > >> Subject: Re: [meta-ti] Chase Maupin : linux-ti33x-psp: add
> > > am335x-
> > > >> evm support
> > > >>
> > > >>
> > > >> Op 1 mrt. 2012, om 22:28 heeft Arago Project git het volgende
> > > >> geschreven:
> > > >>
> > > >>> Module: meta-ti
> > > >>> Branch: master
> > > >>> Commit: 8172b803e73126c2e336050d43251538bdc4d09b
> > > >>> URL:    http://arago-project.org/git/meta-
> > > >> ti.git?a=commit;h=8172b803e73126c2e336050d43251538bdc4d09b
> > > >>>
> > > >>> Author: Chase Maupin <Chase.Maupin@ti.com>
> > > >>> Date:   Tue Feb 28 17:28:14 2012 -0600
> > > >>>
> > > >>> linux-ti33x-psp: add am335x-evm support
> > > >>>
> > > >>> * Added a defconfig file for the am335x-evm and moved the
> > > common
> > > >>> configs directory from the beaglebone directory to the top
> > > >>> of the kernel files tree.
> > > >>>
> > > >>> Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
> > > >>> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> > > >>>
> > > >>> ---
> > > >>>
> > > >>> .../linux/linux-ti33x-psp-3.2/am335x-evm/defconfig | 2640
> > > >> ++++++++++++++++++++
> > > >>> .../{beaglebone => }/configs/empty                 |    0
> > > >>> 2 files changed, 2640 insertions(+), 0 deletions(-)
> > > >>
> > > >> As Gary points out, this breaks the beaglebone kernel build
> > > >>
> > > >> regards,
> > > >>
> > > >> Koen
> > 
> > _______________________________________________
> > 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] 9+ messages in thread

* Re: Chase Maupin : linux-ti33x-psp: add am335x-evm support
  2012-03-03  8:23           ` Denys Dmytriyenko
@ 2012-03-03 11:16             ` William Mills
  2012-03-04  6:04               ` Denys Dmytriyenko
  0 siblings, 1 reply; 9+ messages in thread
From: William Mills @ 2012-03-03 11:16 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: meta-ti@yoctoproject.org

On 03/03/2012 03:23 AM, Denys Dmytriyenko wrote:
> As a side note, sstate seems to be really broken, as building the first
> machine in a clean setup works fine, but then trying to build a second machine
> in the same setup leads to weird breakages in perl, gcc-cross-initial,
> gcc-cross-intermediate, then binutils etc. Even though both machines are
> armv7a and supposed to share those packages w/o rebuilding them... Cleaning
> sstate and/or entire build takes too much time and is really painful
> switching between platforms.
>

Please report this on oe-core list if you have not already.


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

* Re: Chase Maupin : linux-ti33x-psp: add am335x-evm support
  2012-03-03 11:16             ` William Mills
@ 2012-03-04  6:04               ` Denys Dmytriyenko
  0 siblings, 0 replies; 9+ messages in thread
From: Denys Dmytriyenko @ 2012-03-04  6:04 UTC (permalink / raw)
  To: William Mills; +Cc: meta-ti@yoctoproject.org

On Sat, Mar 03, 2012 at 06:16:20AM -0500, William Mills wrote:
> On 03/03/2012 03:23 AM, Denys Dmytriyenko wrote:
> >As a side note, sstate seems to be really broken, as building the first
> >machine in a clean setup works fine, but then trying to build a second machine
> >in the same setup leads to weird breakages in perl, gcc-cross-initial,
> >gcc-cross-intermediate, then binutils etc. Even though both machines are
> >armv7a and supposed to share those packages w/o rebuilding them... Cleaning
> >sstate and/or entire build takes too much time and is really painful
> >switching between platforms.
> >
> 
> Please report this on oe-core list if you have not already.

I will, once I collect the logs and more details.

-- 
Denys


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

end of thread, other threads:[~2012-03-04  6:04 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-01 21:28 Chase Maupin : linux-ti33x-psp: add am335x-evm support Arago Project git
2012-03-02 14:58 ` Koen Kooi
2012-03-02 15:49   ` Maupin, Chase
2012-03-02 20:29     ` Koen Kooi
2012-03-02 20:31       ` Maupin, Chase
2012-03-02 22:14         ` Denys Dmytriyenko
2012-03-03  8:23           ` Denys Dmytriyenko
2012-03-03 11:16             ` William Mills
2012-03-04  6:04               ` 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.