* [PATCH 0/1] linux-yocto-tiny: Bump SRCREV and PV to 3.0.18
@ 2012-02-27 5:04 Darren Hart
2012-02-27 5:04 ` [PATCH 1/1] " Darren Hart
0 siblings, 1 reply; 5+ messages in thread
From: Darren Hart @ 2012-02-27 5:04 UTC (permalink / raw)
To: Yocto Project, Bruce Ashfield, Tom Zanussi
The following changes since commit 6cf61b30aaaee43dd8ea8037d583db413250beb0:
arch-armv7.inc: fix quoting (2012-02-26 23:01:42 +0000)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib dvhart/tiny
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dvhart/tiny
Darren Hart (1):
linux-yocto-tiny: Bump SRCREV and PV to 3.0.18
meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
--
1.7.6.5
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 1/1] linux-yocto-tiny: Bump SRCREV and PV to 3.0.18
2012-02-27 5:04 [PATCH 0/1] linux-yocto-tiny: Bump SRCREV and PV to 3.0.18 Darren Hart
@ 2012-02-27 5:04 ` Darren Hart
2012-02-27 5:08 ` Bruce Ashfield
0 siblings, 1 reply; 5+ messages in thread
From: Darren Hart @ 2012-02-27 5:04 UTC (permalink / raw)
To: Yocto Project, Bruce Ashfield, Tom Zanussi
Bring linux-yocto-tiny inline with the other 3.0 linux-yocto-* recipes.
Built and booted for qemux86.
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
---
meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb
index 061476c..fe4033b 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb
@@ -5,10 +5,10 @@ require recipes-kernel/linux/linux-yocto.inc
KMACHINE = "yocto/standard/base"
KBRANCH = "${KMACHINE}"
-LINUX_VERSION ?= "3.0.12"
+LINUX_VERSION ?= "3.0.18"
-SRCREV_machine ?= "f389d310965a56091f688b28ea8be6d9cbb7fbbe"
-SRCREV_meta ?= "04a52a32cbdf0972033b97b83eaa83eb275dfdc9"
+SRCREV_machine ?= "5df0b4c2538399aed543133b3855f809adf08ab8"
+SRCREV_meta ?= "b78a519841bd8b477cad599af8d38df6760445c1"
PR = "r1"
PV = "${LINUX_VERSION}+git${SRCPV}"
--
1.7.6.5
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH 1/1] linux-yocto-tiny: Bump SRCREV and PV to 3.0.18
2012-02-27 5:04 ` [PATCH 1/1] " Darren Hart
@ 2012-02-27 5:08 ` Bruce Ashfield
2012-02-27 5:13 ` Darren Hart
0 siblings, 1 reply; 5+ messages in thread
From: Bruce Ashfield @ 2012-02-27 5:08 UTC (permalink / raw)
To: Darren Hart; +Cc: Yocto Project
On 12-02-27 12:04 AM, Darren Hart wrote:
> Bring linux-yocto-tiny inline with the other 3.0 linux-yocto-* recipes.
> Built and booted for qemux86.
I'm just about to pull the trigger (i.e. a matter of hours) on 3.0.22. If
you want to wait for that, or let this stand, either is fine with me, but
I thought I'd warn :)
Cheers,
Bruce
>
> Signed-off-by: Darren Hart<dvhart@linux.intel.com>
> ---
> meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb | 6 +++---
> 1 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb
> index 061476c..fe4033b 100644
> --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb
> +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb
> @@ -5,10 +5,10 @@ require recipes-kernel/linux/linux-yocto.inc
> KMACHINE = "yocto/standard/base"
> KBRANCH = "${KMACHINE}"
>
> -LINUX_VERSION ?= "3.0.12"
> +LINUX_VERSION ?= "3.0.18"
>
> -SRCREV_machine ?= "f389d310965a56091f688b28ea8be6d9cbb7fbbe"
> -SRCREV_meta ?= "04a52a32cbdf0972033b97b83eaa83eb275dfdc9"
> +SRCREV_machine ?= "5df0b4c2538399aed543133b3855f809adf08ab8"
> +SRCREV_meta ?= "b78a519841bd8b477cad599af8d38df6760445c1"
>
> PR = "r1"
> PV = "${LINUX_VERSION}+git${SRCPV}"
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 1/1] linux-yocto-tiny: Bump SRCREV and PV to 3.0.18
2012-02-27 5:08 ` Bruce Ashfield
@ 2012-02-27 5:13 ` Darren Hart
2012-02-27 5:18 ` Bruce Ashfield
0 siblings, 1 reply; 5+ messages in thread
From: Darren Hart @ 2012-02-27 5:13 UTC (permalink / raw)
To: Bruce Ashfield; +Cc: Yocto Project
On 02/26/2012 09:08 PM, Bruce Ashfield wrote:
> On 12-02-27 12:04 AM, Darren Hart wrote:
>> Bring linux-yocto-tiny inline with the other 3.0 linux-yocto-* recipes.
>> Built and booted for qemux86.
>
> I'm just about to pull the trigger (i.e. a matter of hours) on 3.0.22. If
> you want to wait for that, or let this stand, either is fine with me, but
> I thought I'd warn :)
>
If you do 3.0.22, would you just bump this recipe too along with the
other linux-yocto*3.0 recipes?
Thanks,
Darren
> Cheers,
>
> Bruce
>
>>
>> Signed-off-by: Darren Hart<dvhart@linux.intel.com>
>> ---
>> meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb | 6 +++---
>> 1 files changed, 3 insertions(+), 3 deletions(-)
>>
>> diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb
>> index 061476c..fe4033b 100644
>> --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb
>> +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb
>> @@ -5,10 +5,10 @@ require recipes-kernel/linux/linux-yocto.inc
>> KMACHINE = "yocto/standard/base"
>> KBRANCH = "${KMACHINE}"
>>
>> -LINUX_VERSION ?= "3.0.12"
>> +LINUX_VERSION ?= "3.0.18"
>>
>> -SRCREV_machine ?= "f389d310965a56091f688b28ea8be6d9cbb7fbbe"
>> -SRCREV_meta ?= "04a52a32cbdf0972033b97b83eaa83eb275dfdc9"
>> +SRCREV_machine ?= "5df0b4c2538399aed543133b3855f809adf08ab8"
>> +SRCREV_meta ?= "b78a519841bd8b477cad599af8d38df6760445c1"
>>
>> PR = "r1"
>> PV = "${LINUX_VERSION}+git${SRCPV}"
>
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 1/1] linux-yocto-tiny: Bump SRCREV and PV to 3.0.18
2012-02-27 5:13 ` Darren Hart
@ 2012-02-27 5:18 ` Bruce Ashfield
0 siblings, 0 replies; 5+ messages in thread
From: Bruce Ashfield @ 2012-02-27 5:18 UTC (permalink / raw)
To: Darren Hart; +Cc: Yocto Project
On 12-02-27 12:13 AM, Darren Hart wrote:
>
>
> On 02/26/2012 09:08 PM, Bruce Ashfield wrote:
>> On 12-02-27 12:04 AM, Darren Hart wrote:
>>> Bring linux-yocto-tiny inline with the other 3.0 linux-yocto-* recipes.
>>> Built and booted for qemux86.
>>
>> I'm just about to pull the trigger (i.e. a matter of hours) on 3.0.22. If
>> you want to wait for that, or let this stand, either is fine with me, but
>> I thought I'd warn :)
>>
>
> If you do 3.0.22, would you just bump this recipe too along with the
> other linux-yocto*3.0 recipes?
Yep. I meant to offer that. I'll do some quick build tests so I can
push that out with everything else.
Bruce
>
> Thanks,
>
> Darren
>
>> Cheers,
>>
>> Bruce
>>
>>>
>>> Signed-off-by: Darren Hart<dvhart@linux.intel.com>
>>> ---
>>> meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb | 6 +++---
>>> 1 files changed, 3 insertions(+), 3 deletions(-)
>>>
>>> diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb
>>> index 061476c..fe4033b 100644
>>> --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb
>>> +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb
>>> @@ -5,10 +5,10 @@ require recipes-kernel/linux/linux-yocto.inc
>>> KMACHINE = "yocto/standard/base"
>>> KBRANCH = "${KMACHINE}"
>>>
>>> -LINUX_VERSION ?= "3.0.12"
>>> +LINUX_VERSION ?= "3.0.18"
>>>
>>> -SRCREV_machine ?= "f389d310965a56091f688b28ea8be6d9cbb7fbbe"
>>> -SRCREV_meta ?= "04a52a32cbdf0972033b97b83eaa83eb275dfdc9"
>>> +SRCREV_machine ?= "5df0b4c2538399aed543133b3855f809adf08ab8"
>>> +SRCREV_meta ?= "b78a519841bd8b477cad599af8d38df6760445c1"
>>>
>>> PR = "r1"
>>> PV = "${LINUX_VERSION}+git${SRCPV}"
>>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-02-27 5:18 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-27 5:04 [PATCH 0/1] linux-yocto-tiny: Bump SRCREV and PV to 3.0.18 Darren Hart
2012-02-27 5:04 ` [PATCH 1/1] " Darren Hart
2012-02-27 5:08 ` Bruce Ashfield
2012-02-27 5:13 ` Darren Hart
2012-02-27 5:18 ` Bruce Ashfield
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.