* [PATCH] am33x-cm3: remove the SRC_URI setting
@ 2013-04-18 17:39 Chase Maupin
2013-04-18 19:43 ` Denys Dmytriyenko
0 siblings, 1 reply; 5+ messages in thread
From: Chase Maupin @ 2013-04-18 17:39 UTC (permalink / raw)
To: meta-arago
* The base recipe SRC_URI has been updated so remove the setting
that overwrites this. This was preventing picking up the
init script required to load the firmware
Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
---
.../recipes-bsp/am335x-cm3/am33x-cm3_git.bbappend | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/meta-arago-distro/recipes-bsp/am335x-cm3/am33x-cm3_git.bbappend b/meta-arago-distro/recipes-bsp/am335x-cm3/am33x-cm3_git.bbappend
index 61547e3..826f250 100644
--- a/meta-arago-distro/recipes-bsp/am335x-cm3/am33x-cm3_git.bbappend
+++ b/meta-arago-distro/recipes-bsp/am335x-cm3/am33x-cm3_git.bbappend
@@ -1,4 +1,4 @@
-PR_append = "-arago0"
+PR_append = "-arago1"
PV = "05.06.00.00"
@@ -6,5 +6,3 @@ BRANCH = "master"
#This SRCREV corresponds to tag AM335xPSP_04.06.00.09-rc
SRCREV = "7c6075f28d9fdd633175cdbd8dc287613ce92e5d"
-
-SRC_URI = "git://arago-project.org/git/projects/am33x-cm3.git;protocol=git;branch=${BRANCH}"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] am33x-cm3: remove the SRC_URI setting
2013-04-18 17:39 [PATCH] am33x-cm3: remove the SRC_URI setting Chase Maupin
@ 2013-04-18 19:43 ` Denys Dmytriyenko
2013-04-18 21:02 ` Maupin, Chase
2013-04-19 11:50 ` Maupin, Chase
0 siblings, 2 replies; 5+ messages in thread
From: Denys Dmytriyenko @ 2013-04-18 19:43 UTC (permalink / raw)
To: Chase Maupin; +Cc: meta-arago
On Thu, Apr 18, 2013 at 12:39:41PM -0500, Chase Maupin wrote:
> * The base recipe SRC_URI has been updated so remove the setting
> that overwrites this. This was preventing picking up the
> init script required to load the firmware
>
> Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
> ---
> .../recipes-bsp/am335x-cm3/am33x-cm3_git.bbappend | 4 +---
> 1 files changed, 1 insertions(+), 3 deletions(-)
>
> diff --git a/meta-arago-distro/recipes-bsp/am335x-cm3/am33x-cm3_git.bbappend b/meta-arago-distro/recipes-bsp/am335x-cm3/am33x-cm3_git.bbappend
> index 61547e3..826f250 100644
> --- a/meta-arago-distro/recipes-bsp/am335x-cm3/am33x-cm3_git.bbappend
> +++ b/meta-arago-distro/recipes-bsp/am335x-cm3/am33x-cm3_git.bbappend
> @@ -1,4 +1,4 @@
> -PR_append = "-arago0"
> +PR_append = "-arago1"
>
> PV = "05.06.00.00"
>
> @@ -6,5 +6,3 @@ BRANCH = "master"
>
> #This SRCREV corresponds to tag AM335xPSP_04.06.00.09-rc
> SRCREV = "7c6075f28d9fdd633175cdbd8dc287613ce92e5d"
Not a part of your patch, but can we sync up on the commit ID or release
version? meta-ti uses once commit ID and sets PV as 04.06.00.07 and meta-arago
changes it to 04.06.00.09-rc.
Can we update those - git has tags for 04.06.00.08 and 04.06.00.10-rc1 besides
the other two mentioned.
> -
> -SRC_URI = "git://arago-project.org/git/projects/am33x-cm3.git;protocol=git;branch=${BRANCH}"
> --
> 1.7.0.4
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] am33x-cm3: remove the SRC_URI setting
2013-04-18 19:43 ` Denys Dmytriyenko
@ 2013-04-18 21:02 ` Maupin, Chase
2013-04-19 11:50 ` Maupin, Chase
1 sibling, 0 replies; 5+ messages in thread
From: Maupin, Chase @ 2013-04-18 21:02 UTC (permalink / raw)
To: Dmytriyenko, Denys; +Cc: meta-arago@arago-project.org
Yes. I'll make a patch to sync meta-ti tomorrow.
Sincerely,
Chase Maupin
Integration Team Manager
Linux Core Product Development
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: Dmytriyenko, Denys
> Sent: Thursday, April 18, 2013 2:43 PM
> To: Maupin, Chase
> Cc: meta-arago@arago-project.org
> Subject: Re: [meta-arago] [PATCH] am33x-cm3: remove the SRC_URI
> setting
>
> On Thu, Apr 18, 2013 at 12:39:41PM -0500, Chase Maupin wrote:
> > * The base recipe SRC_URI has been updated so remove the
> setting
> > that overwrites this. This was preventing picking up the
> > init script required to load the firmware
> >
> > Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
> > ---
> > .../recipes-bsp/am335x-cm3/am33x-cm3_git.bbappend | 4 +---
> > 1 files changed, 1 insertions(+), 3 deletions(-)
> >
> > diff --git a/meta-arago-distro/recipes-bsp/am335x-cm3/am33x-
> cm3_git.bbappend b/meta-arago-distro/recipes-bsp/am335x-
> cm3/am33x-cm3_git.bbappend
> > index 61547e3..826f250 100644
> > --- a/meta-arago-distro/recipes-bsp/am335x-cm3/am33x-
> cm3_git.bbappend
> > +++ b/meta-arago-distro/recipes-bsp/am335x-cm3/am33x-
> cm3_git.bbappend
> > @@ -1,4 +1,4 @@
> > -PR_append = "-arago0"
> > +PR_append = "-arago1"
> >
> > PV = "05.06.00.00"
> >
> > @@ -6,5 +6,3 @@ BRANCH = "master"
> >
> > #This SRCREV corresponds to tag AM335xPSP_04.06.00.09-rc
> > SRCREV = "7c6075f28d9fdd633175cdbd8dc287613ce92e5d"
>
> Not a part of your patch, but can we sync up on the commit ID or
> release
> version? meta-ti uses once commit ID and sets PV as 04.06.00.07
> and meta-arago
> changes it to 04.06.00.09-rc.
> Can we update those - git has tags for 04.06.00.08 and
> 04.06.00.10-rc1 besides
> the other two mentioned.
>
> > -
> > -SRC_URI = "git://arago-project.org/git/projects/am33x-
> cm3.git;protocol=git;branch=${BRANCH}"
> > --
> > 1.7.0.4
> >
> > _______________________________________________
> > meta-arago mailing list
> > meta-arago@arago-project.org
> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> >
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] am33x-cm3: remove the SRC_URI setting
2013-04-18 19:43 ` Denys Dmytriyenko
2013-04-18 21:02 ` Maupin, Chase
@ 2013-04-19 11:50 ` Maupin, Chase
2013-04-19 16:10 ` Cooper Jr., Franklin
1 sibling, 1 reply; 5+ messages in thread
From: Maupin, Chase @ 2013-04-19 11:50 UTC (permalink / raw)
To: Dmytriyenko, Denys; +Cc: meta-arago@arago-project.org
Looking at this further I see that the current bbappend is to line up with the 05.06.00.00 version of the kernel, which has not been pushed to meta-ti.
My assumption is that we are only wanting to keep one version of linux-am335x kernel at a time. So for this I would like Franklin's input:
1. Does he have a new version of the kernel for 05.07.00.00 pending?
2. Can we update the version in meta-ti along with the corresponding firmware recipe and remove these from meta-arago?
> -----Original Message-----
> From: Dmytriyenko, Denys
> Sent: Thursday, April 18, 2013 2:43 PM
> To: Maupin, Chase
> Cc: meta-arago@arago-project.org
> Subject: Re: [meta-arago] [PATCH] am33x-cm3: remove the SRC_URI
> setting
>
> On Thu, Apr 18, 2013 at 12:39:41PM -0500, Chase Maupin wrote:
> > * The base recipe SRC_URI has been updated so remove the
> setting
> > that overwrites this. This was preventing picking up the
> > init script required to load the firmware
> >
> > Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
> > ---
> > .../recipes-bsp/am335x-cm3/am33x-cm3_git.bbappend | 4 +---
> > 1 files changed, 1 insertions(+), 3 deletions(-)
> >
> > diff --git a/meta-arago-distro/recipes-bsp/am335x-cm3/am33x-
> cm3_git.bbappend b/meta-arago-distro/recipes-bsp/am335x-
> cm3/am33x-cm3_git.bbappend
> > index 61547e3..826f250 100644
> > --- a/meta-arago-distro/recipes-bsp/am335x-cm3/am33x-
> cm3_git.bbappend
> > +++ b/meta-arago-distro/recipes-bsp/am335x-cm3/am33x-
> cm3_git.bbappend
> > @@ -1,4 +1,4 @@
> > -PR_append = "-arago0"
> > +PR_append = "-arago1"
> >
> > PV = "05.06.00.00"
> >
> > @@ -6,5 +6,3 @@ BRANCH = "master"
> >
> > #This SRCREV corresponds to tag AM335xPSP_04.06.00.09-rc
> > SRCREV = "7c6075f28d9fdd633175cdbd8dc287613ce92e5d"
>
> Not a part of your patch, but can we sync up on the commit ID or
> release
> version? meta-ti uses once commit ID and sets PV as 04.06.00.07
> and meta-arago
> changes it to 04.06.00.09-rc.
> Can we update those - git has tags for 04.06.00.08 and
> 04.06.00.10-rc1 besides
> the other two mentioned.
>
> > -
> > -SRC_URI = "git://arago-project.org/git/projects/am33x-
> cm3.git;protocol=git;branch=${BRANCH}"
> > --
> > 1.7.0.4
> >
> > _______________________________________________
> > meta-arago mailing list
> > meta-arago@arago-project.org
> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> >
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] am33x-cm3: remove the SRC_URI setting
2013-04-19 11:50 ` Maupin, Chase
@ 2013-04-19 16:10 ` Cooper Jr., Franklin
0 siblings, 0 replies; 5+ messages in thread
From: Cooper Jr., Franklin @ 2013-04-19 16:10 UTC (permalink / raw)
To: Maupin, Chase, Dmytriyenko, Denys; +Cc: meta-arago@arago-project.org
> -----Original Message-----
> From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> bounces@arago-project.org] On Behalf Of Maupin, Chase
> Sent: Friday, April 19, 2013 6:51 AM
> To: Dmytriyenko, Denys
> Cc: meta-arago@arago-project.org
> Subject: Re: [meta-arago] [PATCH] am33x-cm3: remove the SRC_URI setting
>
> Looking at this further I see that the current bbappend is to line up with the
> 05.06.00.00 version of the kernel, which has not been pushed to meta-ti.
>
> My assumption is that we are only wanting to keep one version of linux-
> am335x kernel at a time. So for this I would like Franklin's input:
>
> 1. Does he have a new version of the kernel for 05.07.00.00 pending?
Yes
> 2. Can we update the version in meta-ti along with the corresponding
> firmware recipe and remove these from meta-arago?
I plan on submitting patches soon that moves kernel and u-boot recipes from meta-arago to meta-ti. These recipes will replace the u-boot and kernel used in SDK 05.06.
>
> > -----Original Message-----
> > From: Dmytriyenko, Denys
> > Sent: Thursday, April 18, 2013 2:43 PM
> > To: Maupin, Chase
> > Cc: meta-arago@arago-project.org
> > Subject: Re: [meta-arago] [PATCH] am33x-cm3: remove the SRC_URI
> > setting
> >
> > On Thu, Apr 18, 2013 at 12:39:41PM -0500, Chase Maupin wrote:
> > > * The base recipe SRC_URI has been updated so remove the
> > setting
> > > that overwrites this. This was preventing picking up the
> > > init script required to load the firmware
> > >
> > > Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
> > > ---
> > > .../recipes-bsp/am335x-cm3/am33x-cm3_git.bbappend | 4 +---
> > > 1 files changed, 1 insertions(+), 3 deletions(-)
> > >
> > > diff --git a/meta-arago-distro/recipes-bsp/am335x-cm3/am33x-
> > cm3_git.bbappend b/meta-arago-distro/recipes-bsp/am335x-
> > cm3/am33x-cm3_git.bbappend
> > > index 61547e3..826f250 100644
> > > --- a/meta-arago-distro/recipes-bsp/am335x-cm3/am33x-
> > cm3_git.bbappend
> > > +++ b/meta-arago-distro/recipes-bsp/am335x-cm3/am33x-
> > cm3_git.bbappend
> > > @@ -1,4 +1,4 @@
> > > -PR_append = "-arago0"
> > > +PR_append = "-arago1"
> > >
> > > PV = "05.06.00.00"
> > >
> > > @@ -6,5 +6,3 @@ BRANCH = "master"
> > >
> > > #This SRCREV corresponds to tag AM335xPSP_04.06.00.09-rc SRCREV =
> > > "7c6075f28d9fdd633175cdbd8dc287613ce92e5d"
> >
> > Not a part of your patch, but can we sync up on the commit ID or
> > release version? meta-ti uses once commit ID and sets PV as
> > 04.06.00.07 and meta-arago changes it to 04.06.00.09-rc.
> > Can we update those - git has tags for 04.06.00.08 and
> > 04.06.00.10-rc1 besides
> > the other two mentioned.
> >
> > > -
> > > -SRC_URI = "git://arago-project.org/git/projects/am33x-
> > cm3.git;protocol=git;branch=${BRANCH}"
> > > --
> > > 1.7.0.4
> > >
> > > _______________________________________________
> > > meta-arago mailing list
> > > meta-arago@arago-project.org
> > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> > >
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-04-19 16:10 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-18 17:39 [PATCH] am33x-cm3: remove the SRC_URI setting Chase Maupin
2013-04-18 19:43 ` Denys Dmytriyenko
2013-04-18 21:02 ` Maupin, Chase
2013-04-19 11:50 ` Maupin, Chase
2013-04-19 16:10 ` Cooper Jr., Franklin
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.