Re: [meta-ti] [RESEND: PATCH 2/3] keystone2: u-boot: update to add gph support

2013-05-07 Thread Denys Dmytriyenko
On Tue, May 07, 2013 at 06:51:00PM -0400, Karicheri, Muralidharan wrote: > >> > >> See below about pointing SRC_URI to an internal git server. > >> > >> > >> > >> > >> > >> > BRANCH = "master" > >> > >> > > >> > >> > -# DEV.MCSDK-03.00.00.07 > >> > >> > -SRCREV = "82f40e857d853165310d0753e79235aef

Re: [meta-ti] [RESEND: PATCH 2/3] keystone2: u-boot: update to add gph support

2013-05-07 Thread Karicheri, Muralidharan
>> > >> See below about pointing SRC_URI to an internal git server. >> > >> >> > >> >> > >> > BRANCH = "master" >> > >> > >> > >> > -# DEV.MCSDK-03.00.00.07 >> > >> > -SRCREV = "82f40e857d853165310d0753e79235aefb65d7ba" >> > >> >> > >> Please use the format above - it avoid unnecessary breakages w

Re: [meta-ti] [PATCH] keystone-evm: upgrade kernel to 3.8.4

2013-05-07 Thread Denys Dmytriyenko
Maxin, Thank you for your contribution! Our developers were also working on the kernel upgrade changes and I was waiting for their recipe patches to be sent to the list. Sorry for any misunderstanding. Hope to see more contributions from you in the future. -- Denys On Tue, May 07, 2013 at 0

Re: [meta-ti] [RESEND: PATCH 2/3] keystone2: u-boot: update to add gph support

2013-05-07 Thread Denys Dmytriyenko
On Tue, May 07, 2013 at 06:07:10PM -0400, Karicheri, Muralidharan wrote: > >> > -COMPATIBLE_MACHINE = "keystone" > >> > +COMPATIBLE_MACHINE = "keystone-evm" > >> > >> This is also not needed - you are changing recipe compatibility from a > >> broader > >> Keystone SOC to a more strict Keystone EV

Re: [meta-ti] [RESEND: PATCH 2/3] keystone2: u-boot: update to add gph support

2013-05-07 Thread Karicheri, Muralidharan
>> -Original Message- >> From: Dmytriyenko, Denys >> Sent: Tuesday, May 07, 2013 5:52 PM >> To: Karicheri, Muralidharan >> Cc: meta-ti@yoctoproject.org >> Subject: Re: [meta-ti] [RESEND: PATCH 2/3] keystone2: u-boot: update to add >> gph >> support >> >> On Tue, May 07, 2013 at 05:24:18

Re: [meta-ti] [RESEND: PATCH 3/3] keystone2: linux: add support for building 3.8.4 based Linux kernel

2013-05-07 Thread Denys Dmytriyenko
On Tue, May 07, 2013 at 05:24:19PM -0400, Murali Karicheri wrote: > This also allow support for switching between release tag and tip of the > master/master for nightly builds. > > Signed-off-by: Murali Karicheri > --- > .../linux/linux-keystone-3.8.4/defconfig |1 + > recipes-kern

Re: [meta-ti] [RESEND: PATCH 2/3] keystone2: u-boot: update to add gph support

2013-05-07 Thread Denys Dmytriyenko
On Tue, May 07, 2013 at 05:24:18PM -0400, Murali Karicheri wrote: > This patch add support for > 1) switch between release and nightly builds > 2) support for building gph images > > Also fixed the COMPATIBLE_MACHINE to keystone-evm > > Signed-off-by: Murali Karicheri > --- > recipes-bsp/u-bo

Re: [meta-ti] [RESEND: PATCH 1/3] keystone2: boot-monitor: update to pull code from tip of the master

2013-05-07 Thread Denys Dmytriyenko
On Tue, May 07, 2013 at 05:24:17PM -0400, Murali Karicheri wrote: > This patch is needed to switch between release tag (when doing release > build) and tip of the master (when building nightly) > > Signed-off-by: Murali Karicheri > --- > recipes-bsp/boot-monitor/boot-monitor_git.bb |6 --

[meta-ti] [RESEND: PATCH 3/3] keystone2: linux: add support for building 3.8.4 based Linux kernel

2013-05-07 Thread Murali Karicheri
This also allow support for switching between release tag and tip of the master/master for nightly builds. Signed-off-by: Murali Karicheri --- .../linux/linux-keystone-3.8.4/defconfig |1 + recipes-kernel/linux/linux-keystone_3.8.4.bb | 41 2 files chan

[meta-ti] [RESEND: PATCH 2/3] keystone2: u-boot: update to add gph support

2013-05-07 Thread Murali Karicheri
This patch add support for 1) switch between release and nightly builds 2) support for building gph images Also fixed the COMPATIBLE_MACHINE to keystone-evm Signed-off-by: Murali Karicheri --- recipes-bsp/u-boot/u-boot-keystone_2013.01.bb | 79 +++-- 1 file changed, 74 i

[meta-ti] [RESEND: PATCH 1/3] keystone2: boot-monitor: update to pull code from tip of the master

2013-05-07 Thread Murali Karicheri
This patch is needed to switch between release tag (when doing release build) and tip of the master (when building nightly) Signed-off-by: Murali Karicheri --- recipes-bsp/boot-monitor/boot-monitor_git.bb |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/bo

[meta-ti] [PATCH 3/3] keystone2: linux: add support for building 3.8.4 based Linux kernel

2013-05-07 Thread Murali Karicheri
This also allow support for switching between release tag and tip of the master/master for nightly builds. Signed-off-by: Murali Karicheri --- .../linux/linux-keystone-3.8.4/defconfig |1 + recipes-kernel/linux/linux-keystone_3.8.4.bb | 41 2 files chan

[meta-ti] [PATCH 2/3] keystone2: u-boot: update to add gph support

2013-05-07 Thread Murali Karicheri
This patch add support for 1) switch between release and nightly builds 2) support for building gph images Also fixed the COMPATIBLE_MACHINE to keystone-evm Signed-off-by: Murali Karicheri --- recipes-bsp/u-boot/u-boot-keystone_2013.01.bb | 79 +++-- 1 file changed, 74 i

[meta-ti] [PATCH 1/3] keystone2: boot-monitor: update to pull code from tip of the master

2013-05-07 Thread Murali Karicheri
This patch is needed to switch between release tag (when doing release build) and tip of the master (when building nightly) Signed-off-by: Murali Karicheri --- recipes-bsp/boot-monitor/boot-monitor_git.bb |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/bo

[meta-ti] [nightly] Distroless meta-ti/master minimal build 2013-05-07_12-21-55

2013-05-07 Thread Denys Dmytriyenko
Title: Status for 05/07/13 Status for 05/07/13 BUILD_ID: build-2013-05-07_12-22-59 Clean Build: true Clean Sources: false Repository Revisions Repository Git URL Branch Commit ID Layers bitbake git://git.openembedded.

[meta-ti] [PATCH] am-sysinfo: remove an old outdated svn version

2013-05-07 Thread Denys Dmytriyenko
From: Denys Dmytriyenko The recipe has been moved to meta-arago-extras long time ago. Moreover, SCM has changed from svn to git, so this recipe is quite outdated. Signed-off-by: Denys Dmytriyenko --- recipes-bsp/ti/am-sysinfo_svn.bb | 23 --- 1 file changed, 23 deletions(-)

[meta-ti] Franklin S. Cooper Jr : am33x-cm3: Split init script into its own package

2013-05-07 Thread Arago Project git
Module: meta-ti Branch: danny Commit: 2091fb4ea2d570eb1787c3d3f03882edba4952f0 URL: http://arago-project.org/git/meta-ti.git?a=commit;h=2091fb4ea2d570eb1787c3d3f03882edba4952f0 Author: Franklin S. Cooper Jr Date: Mon May 6 23:26:03 2013 -0500 am33x-cm3: Split init script into its own pack

[meta-ti] Franklin S. Cooper Jr : am33x-cm3: Split init script into its own package

2013-05-07 Thread Arago Project git
Module: meta-ti Branch: master Commit: dca9b52adc066da860c961fe704094687101d986 URL: http://arago-project.org/git/meta-ti.git?a=commit;h=dca9b52adc066da860c961fe704094687101d986 Author: Franklin S. Cooper Jr Date: Mon May 6 23:26:03 2013 -0500 am33x-cm3: Split init script into its own pac

[meta-ti] Denys Dmytriyenko : linux-ti-staging: add package-specifier for RDEPENDS variable

2013-05-07 Thread Arago Project git
Module: meta-ti Branch: danny Commit: 03397a66d819c1fab116e92219fc442c55cabbd6 URL: http://arago-project.org/git/meta-ti.git?a=commit;h=03397a66d819c1fab116e92219fc442c55cabbd6 Author: Denys Dmytriyenko Date: Mon May 6 18:45:33 2013 -0400 linux-ti-staging: add package-specifier for RDEPEN

[meta-ti] Denys Dmytriyenko : linux-ti-staging: add package-specifier for RDEPENDS variable

2013-05-07 Thread Arago Project git
Module: meta-ti Branch: master Commit: 11e989cd264c7730f5661fe758048942537dbcbd URL: http://arago-project.org/git/meta-ti.git?a=commit;h=11e989cd264c7730f5661fe758048942537dbcbd Author: Denys Dmytriyenko Date: Mon May 6 18:45:33 2013 -0400 linux-ti-staging: add package-specifier for RDEPE

[meta-ti] [PATCH] keystone-evm: upgrade kernel to 3.8.4

2013-05-07 Thread maxin.john
From: "Maxin B. John" Update to latest supported kernel version for TI keystone-evm. Signed-off-by: Maxin B. John --- conf/machine/include/keystone.inc |2 +- .../{linux-keystone-3.6.6 => linux-keystone-3.8.4}/defconfig|7 +++ .../linux/{linux-keys

Re: [meta-ti] Building and booting AM335x Starter Kit

2013-05-07 Thread Måns Andersson
I'm using the latest from the danny branch of both meta-ti and poky, and I'm using the linux-ti-staging kernel. poky: 2806646a263527ec0487ea160afd4bdc0a3c1703 meta-ti: f2afcfee588adb594bc46a36d4e4443adb1be64f // Måns -Original Message- From: Denys Dmytriyenko [mailto:de...@ti.com] Sent: