RE: [U-Boot] dtc: invalid option -- 'i'

2013-08-22 Thread Sharma Bhupesh-B45370
> -Original Message-
> From: Tom Rini [mailto:tom.r...@gmail.com] On Behalf Of Tom Rini
> Sent: Thursday, August 22, 2013 11:33 PM
> To: Sharma Bhupesh-B45370
> Cc: 'ubuntu-us...@lists.ubuntu.com'; 'u-boot'; 'FengHua'; 'ubuntu-
> de...@lists.ubuntu.com'
> Subject: Re: [U-Boot] dtc: invalid option -- 'i'
> 
> On Thu, Aug 22, 2013 at 05:55:46PM +, Sharma Bhupesh-B45370 wrote:
> >
> > > -Original Message-
> > > From: Tom Rini [mailto:tom.r...@gmail.com] On Behalf Of Tom Rini
> > > Sent: Thursday, August 22, 2013 6:22 PM
> > > To: Sharma Bhupesh-B45370
> > > Cc: 'u-boot'; 'ubuntu-us...@lists.ubuntu.com'; 'ubuntu-
> > > de...@lists.ubuntu.com'
> > > Subject: Re: [U-Boot] dtc: invalid option -- 'i'
> > >
> > > On Thu, Aug 22, 2013 at 07:11:39AM +, Sharma Bhupesh-B45370
> wrote:
> > >
> > > > Hi List,
> > > >
> > > > I am using a 64-bit ubuntu machine running a 12.04 LTS.
> > > > I see that the DTC (Device Tree Compiler) version is 1.3.0
> > > >
> > > > $ dtc -v
> > > > Version: DTC 1.3.0
> > > >
> > > > When I try to  compile the latest u-boot 'master' branch (updated
> > > > yesterday), I get the following error with dtc:
> > > >
> > > > dtc: invalid option -- 'i'
> > > >
> > > > followed by a Usage suggestion.
> > > >
> > > > I checked that a newer DTC version 1.4.0 is available from Linaro,
> > > > but I can't find an updated version for ubuntu and apt-get returns
> > > > me a
> > > message:
> > > >
> > > > device-tree-compiler is already the newest version
> > > >
> > > > Any pointers to what I could be doing wrong here?
> > >
> > > What target are you building for as it should have run the 'checkdtc'
> > > rule and told you that you need to install DTC 1.4.0.  And yes for
> > > Ubuntu you'll need to build your own.
> > >
> >
> > Hi Tom,
> >
> > I am trying to build the new support code of ARMv8 (using patches from
> > David Fengua), using:
> >
> > $ make vexpress_aemv8a
> 
> Ah, OK, I'll make sure that it invokes the checkdtc rule as well.
> 
> > I will try building a DTC 1.4.0 for u-buntu by myself, but if we are
> > saying that latest u-boot requires DTC 1.4.0 to work well, aren't we
> > breaking u-boot compilation on older systems like ubuntu/fedora which
> > have older DTC versions?
> 
> We are, quite intentionally.  I should have spelled it out in the -rc1
> release notes, but certainly will in the v2013.10 release itself.  We've
> wanted to do these changes for a while (as the rules for invoking dtc got
> quite complex for handling all the versions) but were able to get a new
> release out of upstream before changing things around.  FWIW,
> Fedora/related has packages available.
> 

I believe some mention of this limitation in the release note would have been
great. Yes, fedora has newer packages available, but ubuntu is still adding
1.4.0 DTC support (to newer versions) and I don't know what are the timelines 
to back-port it
on LTS releases like 12.0.4

Thanks for your help.
Regards,
Bhupesh 


-- 
ubuntu-devel mailing list
ubuntu-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel


RE: [U-Boot] dtc: invalid option -- 'i'

2013-08-22 Thread Sharma Bhupesh-B45370

> -Original Message-
> From: Tom Rini [mailto:tom.r...@gmail.com] On Behalf Of Tom Rini
> Sent: Thursday, August 22, 2013 6:22 PM
> To: Sharma Bhupesh-B45370
> Cc: 'u-boot'; 'ubuntu-us...@lists.ubuntu.com'; 'ubuntu-
> de...@lists.ubuntu.com'
> Subject: Re: [U-Boot] dtc: invalid option -- 'i'
> 
> On Thu, Aug 22, 2013 at 07:11:39AM +, Sharma Bhupesh-B45370 wrote:
> 
> > Hi List,
> >
> > I am using a 64-bit ubuntu machine running a 12.04 LTS.
> > I see that the DTC (Device Tree Compiler) version is 1.3.0
> >
> > $ dtc -v
> > Version: DTC 1.3.0
> >
> > When I try to  compile the latest u-boot 'master' branch (updated
> > yesterday), I get the following error with dtc:
> >
> > dtc: invalid option -- 'i'
> >
> > followed by a Usage suggestion.
> >
> > I checked that a newer DTC version 1.4.0 is available from Linaro, but
> > I can't find an updated version for ubuntu and apt-get returns me a
> message:
> >
> > device-tree-compiler is already the newest version
> >
> > Any pointers to what I could be doing wrong here?
> 
> What target are you building for as it should have run the 'checkdtc'
> rule and told you that you need to install DTC 1.4.0.  And yes for Ubuntu
> you'll need to build your own.
> 

Hi Tom,

I am trying to build the new support code of ARMv8 (using patches from David 
Fengua), using:

$ make vexpress_aemv8a

I will try building a DTC 1.4.0 for u-buntu by myself, but if we are saying 
that latest u-boot
requires DTC 1.4.0 to work well, aren't we breaking u-boot compilation on older 
systems like
ubuntu/fedora which have older DTC versions?

Regards,
Bhupesh


-- 
ubuntu-devel mailing list
ubuntu-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel


Re: [U-Boot] dtc: invalid option -- 'i'

2013-08-22 Thread Tom Rini
On Thu, Aug 22, 2013 at 05:55:46PM +, Sharma Bhupesh-B45370 wrote:
> 
> > -Original Message-
> > From: Tom Rini [mailto:tom.r...@gmail.com] On Behalf Of Tom Rini
> > Sent: Thursday, August 22, 2013 6:22 PM
> > To: Sharma Bhupesh-B45370
> > Cc: 'u-boot'; 'ubuntu-us...@lists.ubuntu.com'; 'ubuntu-
> > de...@lists.ubuntu.com'
> > Subject: Re: [U-Boot] dtc: invalid option -- 'i'
> > 
> > On Thu, Aug 22, 2013 at 07:11:39AM +, Sharma Bhupesh-B45370 wrote:
> > 
> > > Hi List,
> > >
> > > I am using a 64-bit ubuntu machine running a 12.04 LTS.
> > > I see that the DTC (Device Tree Compiler) version is 1.3.0
> > >
> > > $ dtc -v
> > > Version: DTC 1.3.0
> > >
> > > When I try to  compile the latest u-boot 'master' branch (updated
> > > yesterday), I get the following error with dtc:
> > >
> > > dtc: invalid option -- 'i'
> > >
> > > followed by a Usage suggestion.
> > >
> > > I checked that a newer DTC version 1.4.0 is available from Linaro, but
> > > I can't find an updated version for ubuntu and apt-get returns me a
> > message:
> > >
> > > device-tree-compiler is already the newest version
> > >
> > > Any pointers to what I could be doing wrong here?
> > 
> > What target are you building for as it should have run the 'checkdtc'
> > rule and told you that you need to install DTC 1.4.0.  And yes for Ubuntu
> > you'll need to build your own.
> > 
> 
> Hi Tom,
> 
> I am trying to build the new support code of ARMv8 (using patches from
> David Fengua), using:
> 
> $ make vexpress_aemv8a

Ah, OK, I'll make sure that it invokes the checkdtc rule as well.

> I will try building a DTC 1.4.0 for u-buntu by myself, but if we are
> saying that latest u-boot requires DTC 1.4.0 to work well, aren't we
> breaking u-boot compilation on older systems like ubuntu/fedora which
> have older DTC versions?

We are, quite intentionally.  I should have spelled it out in the -rc1
release notes, but certainly will in the v2013.10 release itself.  We've
wanted to do these changes for a while (as the rules for invoking dtc
got quite complex for handling all the versions) but were able to get a
new release out of upstream before changing things around.  FWIW,
Fedora/related has packages available.

-- 
Tom


signature.asc
Description: Digital signature
-- 
ubuntu-devel mailing list
ubuntu-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel


Patch pilot report, 2013-08-23.

2013-08-22 Thread Luke Yelavich
Patch pilot report:

Queue at start: 67

Bug #1215640 - Synced

Bug #1215536 - Synced

Bug #1215532 - Synced

Bug #1215519 - Synced

https://code.launchpad.net/~jderose/ubuntu/saucy/gnome-settings-daemon/tune-syndaemon2:
We already carry a lot of patches against gnome-settings-daemon, and since this 
changes the upstream default, I feel that this is better discussed with GNOME 
upstream to work out why the default is how it is, and whether its worth 
changing. Marked as needs information.

Bug #1215435 - Would sync, but bug #1179782 is getting in the way.

Bug #1215413 -Synced

Bug #1215377 - Synced

Bug #1215372 - Synced

https://code.launchpad.net/~timo-jyrinki/ubuntu/saucy/qtcreator/add_workaround_back
 - Uploaded

https://code.launchpad.net/~noskcaj/ubuntu/saucy/libpng/libpng - Uploaded

https://code.launchpad.net/~israeldahl/ubuntu/saucy/lmms/lmms_0.4.15 - Uploaded

Queue at end: 56

Luke

-- 
ubuntu-devel mailing list
ubuntu-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel


Re: vUDS Scheduling

2013-08-22 Thread Laura Czajkowski

On 22/08/13 14:31, Jonathan Carter (highvoltage) wrote:

Hi Jono

On 19/08/2013 22:01, Jono Bacon wrote:

We discussed this a number of times previously and I already accepted
and apologized that this was an oversight. I assure you we will seek
to rectify this in the future.


Please announce it on ubuntu-devel-annou...@lists.ubuntu.com

It's the one place where Ubuntu developers will expect to hear about 
any developer related news.


-Jonathan

Also the Ubuntu announce list was also created just for these types of 
events


Laura

--
Laura Czajkowski
https://wiki.ubuntu.com/czajkowski
LoCo Council Member
Community Council Member


--
ubuntu-devel mailing list
ubuntu-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel


Re: vUDS Scheduling

2013-08-22 Thread Jonathan Carter (highvoltage)

Hi Jono

On 19/08/2013 22:01, Jono Bacon wrote:

We discussed this a number of times previously and I already accepted
and apologized that this was an oversight. I assure you we will seek
to rectify this in the future.


Please announce it on ubuntu-devel-annou...@lists.ubuntu.com

It's the one place where Ubuntu developers will expect to hear about any 
developer related news.


-Jonathan

--
ubuntu-devel mailing list
ubuntu-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel


Re: dtc: invalid option -- 'i'

2013-08-22 Thread Robie Basak
On Thu, Aug 22, 2013 at 07:11:39AM +, Sharma Bhupesh-B45370 wrote:
> I am using a 64-bit ubuntu machine running a 12.04 LTS.
> I see that the DTC (Device Tree Compiler) version is 1.3.0

It looks like 1.4.0 was released in Debian a couple of weeks ago:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713991

https://bugs.launchpad.net/ubuntu/+source/device-tree-compiler/+bug/1194183

Can we sync this to Ubuntu before feature freeze? It looks like libfdt1
is used by qemu, so we just need to take care not to break anything.

This won't help with 12.04 without a separate backport, but at least
we'll have it in Saucy as a start.

Serge: thoughts?

Robie

-- 
ubuntu-devel mailing list
ubuntu-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel


Re: [U-Boot] dtc: invalid option -- 'i'

2013-08-22 Thread Tom Rini
On Thu, Aug 22, 2013 at 07:11:39AM +, Sharma Bhupesh-B45370 wrote:

> Hi List,
> 
> I am using a 64-bit ubuntu machine running a 12.04 LTS.
> I see that the DTC (Device Tree Compiler) version is 1.3.0
> 
> $ dtc -v
> Version: DTC 1.3.0
> 
> When I try to  compile the latest u-boot 'master' branch (updated yesterday), 
> I get the
> following error with dtc:
> 
> dtc: invalid option -- 'i'
> 
> followed by a Usage suggestion.
> 
> I checked that a newer DTC version 1.4.0 is available from Linaro, but I 
> can't find
> an updated version for ubuntu and apt-get returns me a message:
> 
> device-tree-compiler is already the newest version
> 
> Any pointers to what I could be doing wrong here?

What target are you building for as it should have run the 'checkdtc'
rule and told you that you need to install DTC 1.4.0.  And yes for
Ubuntu you'll need to build your own.

-- 
Tom


signature.asc
Description: Digital signature
-- 
ubuntu-devel mailing list
ubuntu-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel


dtc: invalid option -- 'i'

2013-08-22 Thread Sharma Bhupesh-B45370
Hi List,

I am using a 64-bit ubuntu machine running a 12.04 LTS.
I see that the DTC (Device Tree Compiler) version is 1.3.0

$ dtc -v
Version: DTC 1.3.0

When I try to  compile the latest u-boot 'master' branch (updated yesterday), I 
get the
following error with dtc:

dtc: invalid option -- 'i'

followed by a Usage suggestion.

I checked that a newer DTC version 1.4.0 is available from Linaro, but I can't 
find
an updated version for ubuntu and apt-get returns me a message:

device-tree-compiler is already the newest version

Any pointers to what I could be doing wrong here?

Regards,
Bhupesh


-- 
ubuntu-devel mailing list
ubuntu-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel