| Refresh |
This website lore-kernel.gnuweeb.org/all/1345642019.3907.120.camel@ted/T/ is currently offline. Cloudflare\'s Always Online™ shows a snapshot of this web page from the Internet Archive\'s Wayback Machine. To check for the live version, click Refresh. |
* [PATCH] routerstationpro: move board off 3.0 and onto the 3.4 kernel @ 2012-07-27 17:10 Paul Gortmaker 2012-07-27 22:24 ` Darren Hart 2012-08-16 22:27 ` Saul Wold 0 siblings, 2 replies; 11+ messages in thread From: Paul Gortmaker @ 2012-07-27 17:10 UTC (permalink / raw) To: yocto The updated patch series to support this target is in place on the BSP specific branch in the 3.4 kernel tree now[1], so we can move it ahead off of the old 3.0 kernel. [1] https://lists.yoctoproject.org/pipermail/linux-yocto/2012-July/000023.html Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> diff --git a/meta-yocto/conf/machine/routerstationpro.conf b/meta-yocto/conf/machine/routerstationpro.conf index 3c2f56f..adf36a9 100644 --- a/meta-yocto/conf/machine/routerstationpro.conf +++ b/meta-yocto/conf/machine/routerstationpro.conf @@ -10,7 +10,7 @@ KERNEL_IMAGETYPE = "vmlinux" KERNEL_ALT_IMAGETYPE = "vmlinux.bin" PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" -PREFERRED_VERSION_linux-yocto ?= "3.0%" +PREFERRED_VERSION_linux-yocto ?= "3.4%" PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" XSERVER = "xserver-kdrive-fbdev" diff --git a/meta-yocto/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-yocto/recipes-kernel/linux/linux-yocto_3.4.bbappend index 2ff467b..1c8d26a 100644 --- a/meta-yocto/recipes-kernel/linux/linux-yocto_3.4.bbappend +++ b/meta-yocto/recipes-kernel/linux/linux-yocto_3.4.bbappend @@ -4,11 +4,11 @@ KBRANCH_mpc8315e-rdb = "standard/fsl-mpc8315e-rdb" KBRANCH_beagleboard = "standard/beagleboard" SRCREV_machine_atom-pc ?= "a8291fa6f723b0182d2b7033b5d59f412ba7cf72" -SRCREV_machine_routerstationpro ?= "a8291fa6f723b0182d2b7033b5d59f412ba7cf72" +SRCREV_machine_routerstationpro ?= "27019633ccdaa88dc55101615d936d1d74db9a1e" SRCREV_machine_mpc8315e-rdb ?= "47d3076aa7e2a640a1dab8d663529a784709f697" SRCREV_machine_beagleboard ?= "a8291fa6f723b0182d2b7033b5d59f412ba7cf72" COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb" -# COMPATIBLE_MACHINE_routerstationpro = "routerstationpro" +COMPATIBLE_MACHINE_routerstationpro = "routerstationpro" # COMPATIBLE_MACHINE_beagleboard = "beagleboard" COMPATIBLE_MACHINE_atom-pc = "atom-pc" -- 1.7.11.1 ^ permalink raw reply related [flat|nested] 11+ messages in thread
* Re: [PATCH] routerstationpro: move board off 3.0 and onto the 3.4 kernel 2012-07-27 17:10 [PATCH] routerstationpro: move board off 3.0 and onto the 3.4 kernel Paul Gortmaker @ 2012-07-27 22:24 ` Darren Hart 2012-08-15 20:18 ` Paul Gortmaker 2012-08-16 22:27 ` Saul Wold 1 sibling, 1 reply; 11+ messages in thread From: Darren Hart @ 2012-07-27 22:24 UTC (permalink / raw) To: Paul Gortmaker; +Cc: yocto On 07/27/2012 10:10 AM, Paul Gortmaker wrote: > The updated patch series to support this target is in place > on the BSP specific branch in the 3.4 kernel tree now[1], so > we can move it ahead off of the old 3.0 kernel. > > [1] https://lists.yoctoproject.org/pipermail/linux-yocto/2012-July/000023.html > > Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Acked-by: Darren Hart <dvhart@linux.intel.com> > > diff --git a/meta-yocto/conf/machine/routerstationpro.conf b/meta-yocto/conf/machine/routerstationpro.conf > index 3c2f56f..adf36a9 100644 > --- a/meta-yocto/conf/machine/routerstationpro.conf > +++ b/meta-yocto/conf/machine/routerstationpro.conf > @@ -10,7 +10,7 @@ KERNEL_IMAGETYPE = "vmlinux" > KERNEL_ALT_IMAGETYPE = "vmlinux.bin" > > PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" > -PREFERRED_VERSION_linux-yocto ?= "3.0%" > +PREFERRED_VERSION_linux-yocto ?= "3.4%" > PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" > XSERVER = "xserver-kdrive-fbdev" > > diff --git a/meta-yocto/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-yocto/recipes-kernel/linux/linux-yocto_3.4.bbappend > index 2ff467b..1c8d26a 100644 > --- a/meta-yocto/recipes-kernel/linux/linux-yocto_3.4.bbappend > +++ b/meta-yocto/recipes-kernel/linux/linux-yocto_3.4.bbappend > @@ -4,11 +4,11 @@ KBRANCH_mpc8315e-rdb = "standard/fsl-mpc8315e-rdb" > KBRANCH_beagleboard = "standard/beagleboard" > > SRCREV_machine_atom-pc ?= "a8291fa6f723b0182d2b7033b5d59f412ba7cf72" > -SRCREV_machine_routerstationpro ?= "a8291fa6f723b0182d2b7033b5d59f412ba7cf72" > +SRCREV_machine_routerstationpro ?= "27019633ccdaa88dc55101615d936d1d74db9a1e" > SRCREV_machine_mpc8315e-rdb ?= "47d3076aa7e2a640a1dab8d663529a784709f697" > SRCREV_machine_beagleboard ?= "a8291fa6f723b0182d2b7033b5d59f412ba7cf72" > > COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb" > -# COMPATIBLE_MACHINE_routerstationpro = "routerstationpro" > +COMPATIBLE_MACHINE_routerstationpro = "routerstationpro" > # COMPATIBLE_MACHINE_beagleboard = "beagleboard" > COMPATIBLE_MACHINE_atom-pc = "atom-pc" > -- Darren Hart Intel Open Source Technology Center Yocto Project - Technical Lead - Linux Kernel ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH] routerstationpro: move board off 3.0 and onto the 3.4 kernel 2012-07-27 22:24 ` Darren Hart @ 2012-08-15 20:18 ` Paul Gortmaker 2012-08-15 21:22 ` Darren Hart 2012-08-15 21:23 ` Darren Hart 0 siblings, 2 replies; 11+ messages in thread From: Paul Gortmaker @ 2012-08-15 20:18 UTC (permalink / raw) To: yocto; +Cc: Darren Hart On 12-07-27 06:24 PM, Darren Hart wrote: > > > On 07/27/2012 10:10 AM, Paul Gortmaker wrote: >> The updated patch series to support this target is in place >> on the BSP specific branch in the 3.4 kernel tree now[1], so >> we can move it ahead off of the old 3.0 kernel. >> >> [1] https://lists.yoctoproject.org/pipermail/linux-yocto/2012-July/000023.html >> >> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> > > Acked-by: Darren Hart <dvhart@linux.intel.com> Hi All, Just checking this didn't fall through the cracks since it has been two weeks. Thanks, Paul. -- > >> >> diff --git a/meta-yocto/conf/machine/routerstationpro.conf b/meta-yocto/conf/machine/routerstationpro.conf >> index 3c2f56f..adf36a9 100644 >> --- a/meta-yocto/conf/machine/routerstationpro.conf >> +++ b/meta-yocto/conf/machine/routerstationpro.conf >> @@ -10,7 +10,7 @@ KERNEL_IMAGETYPE = "vmlinux" >> KERNEL_ALT_IMAGETYPE = "vmlinux.bin" >> >> PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" >> -PREFERRED_VERSION_linux-yocto ?= "3.0%" >> +PREFERRED_VERSION_linux-yocto ?= "3.4%" >> PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" >> XSERVER = "xserver-kdrive-fbdev" >> >> diff --git a/meta-yocto/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-yocto/recipes-kernel/linux/linux-yocto_3.4.bbappend >> index 2ff467b..1c8d26a 100644 >> --- a/meta-yocto/recipes-kernel/linux/linux-yocto_3.4.bbappend >> +++ b/meta-yocto/recipes-kernel/linux/linux-yocto_3.4.bbappend >> @@ -4,11 +4,11 @@ KBRANCH_mpc8315e-rdb = "standard/fsl-mpc8315e-rdb" >> KBRANCH_beagleboard = "standard/beagleboard" >> >> SRCREV_machine_atom-pc ?= "a8291fa6f723b0182d2b7033b5d59f412ba7cf72" >> -SRCREV_machine_routerstationpro ?= "a8291fa6f723b0182d2b7033b5d59f412ba7cf72" >> +SRCREV_machine_routerstationpro ?= "27019633ccdaa88dc55101615d936d1d74db9a1e" >> SRCREV_machine_mpc8315e-rdb ?= "47d3076aa7e2a640a1dab8d663529a784709f697" >> SRCREV_machine_beagleboard ?= "a8291fa6f723b0182d2b7033b5d59f412ba7cf72" >> >> COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb" >> -# COMPATIBLE_MACHINE_routerstationpro = "routerstationpro" >> +COMPATIBLE_MACHINE_routerstationpro = "routerstationpro" >> # COMPATIBLE_MACHINE_beagleboard = "beagleboard" >> COMPATIBLE_MACHINE_atom-pc = "atom-pc" >> > ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH] routerstationpro: move board off 3.0 and onto the 3.4 kernel
2012-08-15 20:18 ` Paul Gortmaker
@ 2012-08-15 21:22 ` Darren Hart
2012-08-15 21:23 ` Darren Hart
1 sibling, 0 replies; 11+ messages in thread
From: Darren Hart @ 2012-08-15 21:22 UTC (permalink / raw)
To: Paul Gortmaker; +Cc: yocto
On 08/15/2012 01:18 PM, Paul Gortmaker wrote:
> On 12-07-27 06:24 PM, Darren Hart wrote:
>>
>>
>> On 07/27/2012 10:10 AM, Paul Gortmaker wrote:
>>> The updated patch series to support this target is in place
>>> on the BSP specific branch in the 3.4 kernel tree now[1], so
>>> we can move it ahead off of the old 3.0 kernel.
>>>
>>> [1] https://lists.yoctoproject.org/pipermail/linux-yocto/2012-July/000023.html
>>>
>>> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
>>
>> Acked-by: Darren Hart <dvhart@linux.intel.com>
>
> Hi All,
>
> Just checking this didn't fall through the cracks since it has
> been two weeks.
Saul, RP, can one of you pull this in?
Thanks,
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Technical Lead - Linux Kernel
^ permalink raw reply [flat|nested] 11+ messages in thread* Re: [PATCH] routerstationpro: move board off 3.0 and onto the 3.4 kernel
2012-08-15 20:18 ` Paul Gortmaker
2012-08-15 21:22 ` Darren Hart
@ 2012-08-15 21:23 ` Darren Hart
1 sibling, 0 replies; 11+ messages in thread
From: Darren Hart @ 2012-08-15 21:23 UTC (permalink / raw)
To: Paul Gortmaker; +Cc: yocto, Wold, Saul
On 08/15/2012 01:18 PM, Paul Gortmaker wrote:
> On 12-07-27 06:24 PM, Darren Hart wrote:
>>
>>
>> On 07/27/2012 10:10 AM, Paul Gortmaker wrote:
>>> The updated patch series to support this target is in place
>>> on the BSP specific branch in the 3.4 kernel tree now[1], so
>>> we can move it ahead off of the old 3.0 kernel.
>>>
>>> [1] https://lists.yoctoproject.org/pipermail/linux-yocto/2012-July/000023.html
>>>
>>> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
>>
>> Acked-by: Darren Hart <dvhart@linux.intel.com>
>
> Hi All,
>
> Just checking this didn't fall through the cracks since it has
> been two weeks.
(Always funny, this time with Saul and RP actually CC'd)
Saul, RP, can one of you pull this in?
Thanks,
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Technical Lead - Linux Kernel
^ permalink raw reply [flat|nested] 11+ messages in thread* Re: [PATCH] routerstationpro: move board off 3.0 and onto the 3.4 kernel
2012-07-27 17:10 [PATCH] routerstationpro: move board off 3.0 and onto the 3.4 kernel Paul Gortmaker
2012-07-27 22:24 ` Darren Hart
@ 2012-08-16 22:27 ` Saul Wold
2012-08-17 13:36 ` Paul Gortmaker
2012-08-17 15:24 ` [PATCH v2] " Paul Gortmaker
1 sibling, 2 replies; 11+ messages in thread
From: Saul Wold @ 2012-08-16 22:27 UTC (permalink / raw)
To: Paul Gortmaker; +Cc: yocto
On 07/27/2012 10:10 AM, Paul Gortmaker wrote:
> The updated patch series to support this target is in place
> on the BSP specific branch in the 3.4 kernel tree now[1], so
> we can move it ahead off of the old 3.0 kernel.
>
> [1] https://lists.yoctoproject.org/pipermail/linux-yocto/2012-July/000023.html
>
> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
>
> diff --git a/meta-yocto/conf/machine/routerstationpro.conf b/meta-yocto/conf/machine/routerstationpro.conf
> index 3c2f56f..adf36a9 100644
> --- a/meta-yocto/conf/machine/routerstationpro.conf
> +++ b/meta-yocto/conf/machine/routerstationpro.conf
> @@ -10,7 +10,7 @@ KERNEL_IMAGETYPE = "vmlinux"
> KERNEL_ALT_IMAGETYPE = "vmlinux.bin"
>
> PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
> -PREFERRED_VERSION_linux-yocto ?= "3.0%"
> +PREFERRED_VERSION_linux-yocto ?= "3.4%"
> PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
> XSERVER = "xserver-kdrive-fbdev"
>
> diff --git a/meta-yocto/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-yocto/recipes-kernel/linux/linux-yocto_3.4.bbappend
> index 2ff467b..1c8d26a 100644
> --- a/meta-yocto/recipes-kernel/linux/linux-yocto_3.4.bbappend
> +++ b/meta-yocto/recipes-kernel/linux/linux-yocto_3.4.bbappend
> @@ -4,11 +4,11 @@ KBRANCH_mpc8315e-rdb = "standard/fsl-mpc8315e-rdb"
> KBRANCH_beagleboard = "standard/beagleboard"
>
> SRCREV_machine_atom-pc ?= "a8291fa6f723b0182d2b7033b5d59f412ba7cf72"
> -SRCREV_machine_routerstationpro ?= "a8291fa6f723b0182d2b7033b5d59f412ba7cf72"
> +SRCREV_machine_routerstationpro ?= "27019633ccdaa88dc55101615d936d1d74db9a1e"
> SRCREV_machine_mpc8315e-rdb ?= "47d3076aa7e2a640a1dab8d663529a784709f697"
> SRCREV_machine_beagleboard ?= "a8291fa6f723b0182d2b7033b5d59f412ba7cf72"
>
> COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb"
> -# COMPATIBLE_MACHINE_routerstationpro = "routerstationpro"
> +COMPATIBLE_MACHINE_routerstationpro = "routerstationpro"
> # COMPATIBLE_MACHINE_beagleboard = "beagleboard"
> COMPATIBLE_MACHINE_atom-pc = "atom-pc"
>
Yup, this got lost, sorry about that. It will need to be rebased
against the patchset that Bruce put up, as I am working with that set also.
Also, changes to meta-yocto should go to poky@yoctoproject.org.
Sau!
^ permalink raw reply [flat|nested] 11+ messages in thread* Re: [PATCH] routerstationpro: move board off 3.0 and onto the 3.4 kernel 2012-08-16 22:27 ` Saul Wold @ 2012-08-17 13:36 ` Paul Gortmaker 2012-08-20 16:34 ` Darren Hart 2012-08-17 15:24 ` [PATCH v2] " Paul Gortmaker 1 sibling, 1 reply; 11+ messages in thread From: Paul Gortmaker @ 2012-08-17 13:36 UTC (permalink / raw) To: Saul Wold; +Cc: yocto On 12-08-16 06:27 PM, Saul Wold wrote: > On 07/27/2012 10:10 AM, Paul Gortmaker wrote: >> The updated patch series to support this target is in place >> on the BSP specific branch in the 3.4 kernel tree now[1], so >> we can move it ahead off of the old 3.0 kernel. >> >> [1] https://lists.yoctoproject.org/pipermail/linux-yocto/2012-July/000023.html >> >> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> >> >> diff --git a/meta-yocto/conf/machine/routerstationpro.conf b/meta-yocto/conf/machine/routerstationpro.conf >> index 3c2f56f..adf36a9 100644 >> --- a/meta-yocto/conf/machine/routerstationpro.conf >> +++ b/meta-yocto/conf/machine/routerstationpro.conf >> @@ -10,7 +10,7 @@ KERNEL_IMAGETYPE = "vmlinux" >> KERNEL_ALT_IMAGETYPE = "vmlinux.bin" >> >> PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" >> -PREFERRED_VERSION_linux-yocto ?= "3.0%" >> +PREFERRED_VERSION_linux-yocto ?= "3.4%" >> PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" >> XSERVER = "xserver-kdrive-fbdev" >> >> diff --git a/meta-yocto/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-yocto/recipes-kernel/linux/linux-yocto_3.4.bbappend >> index 2ff467b..1c8d26a 100644 >> --- a/meta-yocto/recipes-kernel/linux/linux-yocto_3.4.bbappend >> +++ b/meta-yocto/recipes-kernel/linux/linux-yocto_3.4.bbappend >> @@ -4,11 +4,11 @@ KBRANCH_mpc8315e-rdb = "standard/fsl-mpc8315e-rdb" >> KBRANCH_beagleboard = "standard/beagleboard" >> >> SRCREV_machine_atom-pc ?= "a8291fa6f723b0182d2b7033b5d59f412ba7cf72" >> -SRCREV_machine_routerstationpro ?= "a8291fa6f723b0182d2b7033b5d59f412ba7cf72" >> +SRCREV_machine_routerstationpro ?= "27019633ccdaa88dc55101615d936d1d74db9a1e" >> SRCREV_machine_mpc8315e-rdb ?= "47d3076aa7e2a640a1dab8d663529a784709f697" >> SRCREV_machine_beagleboard ?= "a8291fa6f723b0182d2b7033b5d59f412ba7cf72" >> >> COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb" >> -# COMPATIBLE_MACHINE_routerstationpro = "routerstationpro" >> +COMPATIBLE_MACHINE_routerstationpro = "routerstationpro" >> # COMPATIBLE_MACHINE_beagleboard = "beagleboard" >> COMPATIBLE_MACHINE_atom-pc = "atom-pc" >> > > Yup, this got lost, sorry about that. It will need to be rebased > against the patchset that Bruce put up, as I am working with that set also. I'll resend with the latest SRCREV. Too bad SRCREV="latest" isn't the default, it would save a lot of churn, at least in dev cycles where there is no excuse for not wanting the latest... > > Also, changes to meta-yocto should go to poky@yoctoproject.org. Is there something akin to a maintainers file or similar that adds some clarity as to what goes where? I'm looking at the list summaries here: https://lists.yoctoproject.org/ and it isn't helping me understand what bits I should send where. Thanks, Paul. -- > > Sau! > ^ permalink raw reply [flat|nested] 11+ messages in thread
* [PATCH v2] routerstationpro: move board off 3.0 and onto the 3.4 kernel 2012-08-16 22:27 ` Saul Wold 2012-08-17 13:36 ` Paul Gortmaker @ 2012-08-17 15:24 ` Paul Gortmaker 2012-08-22 13:26 ` [poky] " Richard Purdie 1 sibling, 1 reply; 11+ messages in thread From: Paul Gortmaker @ 2012-08-17 15:24 UTC (permalink / raw) To: poky; +Cc: yocto, Darren Hart The updated patch series to support this target is in place on the BSP specific branch in the 3.4 kernel tree now[1], so we can move it ahead off of the old 3.0 kernel. [1] https://lists.yoctoproject.org/pipermail/linux-yocto/2012-July/000023.html Cc: Bruce Ashfield <bruce.ashfield@windriver.com> Cc: Saul Wold <sgw@linux.intel.com> Acked-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> --- [v2: update to the SRCREV-of-the-day. Note that if anyone sees build failures with this, you are also missing the meta SRCREV update in linux-yocto_3.4.bb from Bruce. Yay SRCREV. ] meta-yocto/conf/machine/routerstationpro.conf | 2 +- meta-yocto/recipes-kernel/linux/linux-yocto_3.4.bbappend | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-yocto/conf/machine/routerstationpro.conf b/meta-yocto/conf/machine/routerstationpro.conf index 3c2f56f..adf36a9 100644 --- a/meta-yocto/conf/machine/routerstationpro.conf +++ b/meta-yocto/conf/machine/routerstationpro.conf @@ -10,7 +10,7 @@ KERNEL_IMAGETYPE = "vmlinux" KERNEL_ALT_IMAGETYPE = "vmlinux.bin" PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" -PREFERRED_VERSION_linux-yocto ?= "3.0%" +PREFERRED_VERSION_linux-yocto ?= "3.4%" PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" XSERVER = "xserver-kdrive-fbdev" diff --git a/meta-yocto/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-yocto/recipes-kernel/linux/linux-yocto_3.4.bbappend index 2ff467b..fe8e97c 100644 --- a/meta-yocto/recipes-kernel/linux/linux-yocto_3.4.bbappend +++ b/meta-yocto/recipes-kernel/linux/linux-yocto_3.4.bbappend @@ -4,11 +4,11 @@ KBRANCH_mpc8315e-rdb = "standard/fsl-mpc8315e-rdb" KBRANCH_beagleboard = "standard/beagleboard" SRCREV_machine_atom-pc ?= "a8291fa6f723b0182d2b7033b5d59f412ba7cf72" -SRCREV_machine_routerstationpro ?= "a8291fa6f723b0182d2b7033b5d59f412ba7cf72" +SRCREV_machine_routerstationpro ?= "2c4707476e4295ee58c3e7963b9028ab98bf41e5" SRCREV_machine_mpc8315e-rdb ?= "47d3076aa7e2a640a1dab8d663529a784709f697" SRCREV_machine_beagleboard ?= "a8291fa6f723b0182d2b7033b5d59f412ba7cf72" COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb" -# COMPATIBLE_MACHINE_routerstationpro = "routerstationpro" +COMPATIBLE_MACHINE_routerstationpro = "routerstationpro" # COMPATIBLE_MACHINE_beagleboard = "beagleboard" COMPATIBLE_MACHINE_atom-pc = "atom-pc" -- 1.7.12.rc2 ^ permalink raw reply related [flat|nested] 11+ messages in thread
* Re: [PATCH] routerstationpro: move board off 3.0 and onto the 3.4 kernel 2012-08-17 13:36 ` Paul Gortmaker @ 2012-08-20 16:34 ` Darren Hart 0 siblings, 0 replies; 11+ messages in thread From: Darren Hart @ 2012-08-20 16:34 UTC (permalink / raw) To: Paul Gortmaker; +Cc: yocto On 08/17/2012 06:36 AM, Paul Gortmaker wrote: > On 12-08-16 06:27 PM, Saul Wold wrote: >> On 07/27/2012 10:10 AM, Paul Gortmaker wrote: >>> The updated patch series to support this target is in place >>> on the BSP specific branch in the 3.4 kernel tree now[1], so >>> we can move it ahead off of the old 3.0 kernel. >>> >>> [1] https://lists.yoctoproject.org/pipermail/linux-yocto/2012-July/000023.html >>> >>> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> >>> >>> diff --git a/meta-yocto/conf/machine/routerstationpro.conf b/meta-yocto/conf/machine/routerstationpro.conf >>> index 3c2f56f..adf36a9 100644 >>> --- a/meta-yocto/conf/machine/routerstationpro.conf >>> +++ b/meta-yocto/conf/machine/routerstationpro.conf >>> @@ -10,7 +10,7 @@ KERNEL_IMAGETYPE = "vmlinux" >>> KERNEL_ALT_IMAGETYPE = "vmlinux.bin" >>> >>> PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" >>> -PREFERRED_VERSION_linux-yocto ?= "3.0%" >>> +PREFERRED_VERSION_linux-yocto ?= "3.4%" >>> PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" >>> XSERVER = "xserver-kdrive-fbdev" >>> >>> diff --git a/meta-yocto/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-yocto/recipes-kernel/linux/linux-yocto_3.4.bbappend >>> index 2ff467b..1c8d26a 100644 >>> --- a/meta-yocto/recipes-kernel/linux/linux-yocto_3.4.bbappend >>> +++ b/meta-yocto/recipes-kernel/linux/linux-yocto_3.4.bbappend >>> @@ -4,11 +4,11 @@ KBRANCH_mpc8315e-rdb = "standard/fsl-mpc8315e-rdb" >>> KBRANCH_beagleboard = "standard/beagleboard" >>> >>> SRCREV_machine_atom-pc ?= "a8291fa6f723b0182d2b7033b5d59f412ba7cf72" >>> -SRCREV_machine_routerstationpro ?= "a8291fa6f723b0182d2b7033b5d59f412ba7cf72" >>> +SRCREV_machine_routerstationpro ?= "27019633ccdaa88dc55101615d936d1d74db9a1e" >>> SRCREV_machine_mpc8315e-rdb ?= "47d3076aa7e2a640a1dab8d663529a784709f697" >>> SRCREV_machine_beagleboard ?= "a8291fa6f723b0182d2b7033b5d59f412ba7cf72" >>> >>> COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb" >>> -# COMPATIBLE_MACHINE_routerstationpro = "routerstationpro" >>> +COMPATIBLE_MACHINE_routerstationpro = "routerstationpro" >>> # COMPATIBLE_MACHINE_beagleboard = "beagleboard" >>> COMPATIBLE_MACHINE_atom-pc = "atom-pc" >>> >> >> Yup, this got lost, sorry about that. It will need to be rebased >> against the patchset that Bruce put up, as I am working with that set also. > > I'll resend with the latest SRCREV. Too bad SRCREV="latest" isn't > the default, it would save a lot of churn, at least in dev cycles > where there is no excuse for not wanting the latest... I hear you on this, unfortunately the problem with using anything other than specific commit ids is that they require a network lookup :-( >> Also, changes to meta-yocto should go to poky@yoctoproject.org. > > Is there something akin to a maintainers file or similar that > adds some clarity as to what goes where? I'm looking at the > list summaries here: https://lists.yoctoproject.org/ and it > isn't helping me understand what bits I should send where. > A continual source of confusion unfortunately. But you're right, I don't see anything in poky or meta-yocto that state where the patches should be sent like other layers do with README or MAINTAINERS. I've sent a patch to that effect. -- Darren Hart Intel Open Source Technology Center Yocto Project - Technical Lead - Linux Kernel ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH v2] routerstationpro: move board off 3.0 and onto the 3.4 kernel
2012-08-17 15:24 ` [PATCH v2] " Paul Gortmaker
@ 2012-08-22 13:26 ` Richard Purdie
0 siblings, 0 replies; 11+ messages in thread
From: Richard Purdie @ 2012-08-22 13:26 UTC (permalink / raw)
To: Paul Gortmaker; +Cc: yocto, Darren Hart, poky
On Fri, 2012-08-17 at 11:24 -0400, Paul Gortmaker wrote:
> The updated patch series to support this target is in place
> on the BSP specific branch in the 3.4 kernel tree now[1], so
> we can move it ahead off of the old 3.0 kernel.
>
> [1] https://lists.yoctoproject.org/pipermail/linux-yocto/2012-July/000023.html
>
> Cc: Bruce Ashfield <bruce.ashfield@windriver.com>
> Cc: Saul Wold <sgw@linux.intel.com>
> Acked-by: Darren Hart <dvhart@linux.intel.com>
> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
> ---
>
> [v2: update to the SRCREV-of-the-day. Note that if anyone sees
> build failures with this, you are also missing the meta SRCREV
> update in linux-yocto_3.4.bb from Bruce. Yay SRCREV. ]
>
> meta-yocto/conf/machine/routerstationpro.conf | 2 +-
> meta-yocto/recipes-kernel/linux/linux-yocto_3.4.bbappend | 4 ++--
> 2 files changed, 3 insertions(+), 3 deletions(-)
Merged to master, thanks. I had to manually apply the patch.
Cheers,
Richard
^ permalink raw reply [flat|nested] 11+ messages in thread* Re: [poky] [PATCH v2] routerstationpro: move board off 3.0 and onto the 3.4 kernel
@ 2012-08-22 13:26 ` Richard Purdie
0 siblings, 0 replies; 11+ messages in thread
From: Richard Purdie @ 2012-08-22 13:26 UTC (permalink / raw)
To: Paul Gortmaker; +Cc: yocto, Darren Hart, poky
On Fri, 2012-08-17 at 11:24 -0400, Paul Gortmaker wrote:
> The updated patch series to support this target is in place
> on the BSP specific branch in the 3.4 kernel tree now[1], so
> we can move it ahead off of the old 3.0 kernel.
>
> [1] https://lists.yoctoproject.org/pipermail/linux-yocto/2012-July/000023.html
>
> Cc: Bruce Ashfield <bruce.ashfield@windriver.com>
> Cc: Saul Wold <sgw@linux.intel.com>
> Acked-by: Darren Hart <dvhart@linux.intel.com>
> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
> ---
>
> [v2: update to the SRCREV-of-the-day. Note that if anyone sees
> build failures with this, you are also missing the meta SRCREV
> update in linux-yocto_3.4.bb from Bruce. Yay SRCREV. ]
>
> meta-yocto/conf/machine/routerstationpro.conf | 2 +-
> meta-yocto/recipes-kernel/linux/linux-yocto_3.4.bbappend | 4 ++--
> 2 files changed, 3 insertions(+), 3 deletions(-)
Merged to master, thanks. I had to manually apply the patch.
Cheers,
Richard
^ permalink raw reply [flat|nested] 11+ messages in threadend of thread, other threads:[~2012-08-22 13:27 UTC | newest] Thread overview: 11+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2012-07-27 17:10 [PATCH] routerstationpro: move board off 3.0 and onto the 3.4 kernel Paul Gortmaker 2012-07-27 22:24 ` Darren Hart 2012-08-15 20:18 ` Paul Gortmaker 2012-08-15 21:22 ` Darren Hart 2012-08-15 21:23 ` Darren Hart 2012-08-16 22:27 ` Saul Wold 2012-08-17 13:36 ` Paul Gortmaker 2012-08-20 16:34 ` Darren Hart 2012-08-17 15:24 ` [PATCH v2] " Paul Gortmaker 2012-08-22 13:26 ` Richard Purdie 2012-08-22 13:26 ` [poky] " Richard Purdie
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.