* [PATCH 0/2] linux-yocto/meta-yocto: 3.2.2 and 3.0.18
@ 2012-01-30 20:16 Bruce Ashfield
2012-01-30 20:16 ` [PATCH 1/2] linux-yocto/meta-yocto: create linux-yocto 3.2 bbappend Bruce Ashfield
` (3 more replies)
0 siblings, 4 replies; 9+ messages in thread
From: Bruce Ashfield @ 2012-01-30 20:16 UTC (permalink / raw)
To: richard.purdie; +Cc: dvhart, poky, saul.wold
Richard/Saul,
This is a follow up to the oe-core pull request that I just sent.
Once that merges, this can go into yocto to add 3.0.18 and 3.2.2
support for the emulated boards.
Testing and updating of the hardware reference platforms will follow
in the next few days.
Cheers,
Bruce
The following changes since commit 879bdbb8ec2c01eaca6ac6769b39cf7bdd9d6a2d:
linux-yocto/meta-yocto: update to v3.0.18 + features (2012-01-30 14:35:20 -0500)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib zedd/kernel-yocto
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel-yocto
Bruce Ashfield (2):
linux-yocto/meta-yocto: create linux-yocto 3.2 bbappend
meta-yocto/poky.conf: set qemu* preferred linux-yocto version to 3.2
meta-yocto/conf/distro/poky.conf | 12 ++++++------
.../recipes-kernel/linux/linux-yocto_3.2.bbappend | 19 +++++++++++++++++++
2 files changed, 25 insertions(+), 6 deletions(-)
create mode 100644 meta-yocto/recipes-kernel/linux/linux-yocto_3.2.bbappend
--
1.7.4.1
^ permalink raw reply [flat|nested] 9+ messages in thread
* [PATCH 1/2] linux-yocto/meta-yocto: create linux-yocto 3.2 bbappend
2012-01-30 20:16 [PATCH 0/2] linux-yocto/meta-yocto: 3.2.2 and 3.0.18 Bruce Ashfield
@ 2012-01-30 20:16 ` Bruce Ashfield
2012-01-31 16:18 ` Darren Hart
2012-01-30 20:16 ` [PATCH 2/2] meta-yocto/poky.conf: set qemu* preferred linux-yocto version to 3.2 Bruce Ashfield
` (2 subsequent siblings)
3 siblings, 1 reply; 9+ messages in thread
From: Bruce Ashfield @ 2012-01-30 20:16 UTC (permalink / raw)
To: richard.purdie; +Cc: dvhart, poky, saul.wold
Now that the 3.2 kernel has been introduced, we need a 3.2 bbappend for
the yocto hardware reference boards.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
.../recipes-kernel/linux/linux-yocto_3.2.bbappend | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
create mode 100644 meta-yocto/recipes-kernel/linux/linux-yocto_3.2.bbappend
diff --git a/meta-yocto/recipes-kernel/linux/linux-yocto_3.2.bbappend b/meta-yocto/recipes-kernel/linux/linux-yocto_3.2.bbappend
new file mode 100644
index 0000000..5e25910
--- /dev/null
+++ b/meta-yocto/recipes-kernel/linux/linux-yocto_3.2.bbappend
@@ -0,0 +1,19 @@
+KMACHINE_atom-pc = "atom-pc"
+KMACHINE_routerstationpro = routerstationpro"
+KMACHINE_mpc8315e-rdb = "fsl-mpc8315e-rdb"
+KMACHINE_beagleboard = "beagleboard"
+
+KBRANCH_atom-pc = "standard/default/common-pc/atom-pc"
+KBRANCH_routerstationpro = "standard/default/routerstationpro"
+KBRANCH_mpc8315e-rdb = "standard/default/fsl-mpc8315e-rdb"
+KBRANCH_beagleboard = "standard/default/beagleboard"
+
+SRCREV_machine_atom-pc ?= "417fc778a86e81303bab5883b919ee422ec51c04"
+SRCREV_machine_routerstationpro ?= "e015d29f374cd986e15f636b6b84b514d95d76ed"
+SRCREV_machine_mpc8315e-rdb ?= "2349967f408cc60db2b1c89fcefffc81428f9341"
+SRCREV_machine_beagleboard ?= "417fc778a86e81303bab5883b919ee422ec51c04"
+
+COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb"
+COMPATIBLE_MACHINE_routerstationpro = "routerstationpro"
+COMPATIBLE_MACHINE_beagleboard = "beagleboard"
+COMPATIBLE_MACHINE_atom-pc = "atom-pc"
--
1.7.4.1
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [PATCH 2/2] meta-yocto/poky.conf: set qemu* preferred linux-yocto version to 3.2
2012-01-30 20:16 [PATCH 0/2] linux-yocto/meta-yocto: 3.2.2 and 3.0.18 Bruce Ashfield
2012-01-30 20:16 ` [PATCH 1/2] linux-yocto/meta-yocto: create linux-yocto 3.2 bbappend Bruce Ashfield
@ 2012-01-30 20:16 ` Bruce Ashfield
2012-01-30 20:35 ` Khem Raj
2012-01-30 20:18 ` [PATCH 0/2] linux-yocto/meta-yocto: 3.2.2 and 3.0.18 Bruce Ashfield
2012-02-02 17:54 ` Saul Wold
3 siblings, 1 reply; 9+ messages in thread
From: Bruce Ashfield @ 2012-01-30 20:16 UTC (permalink / raw)
To: richard.purdie; +Cc: dvhart, poky, saul.wold
With introduction of the 3.2 kernel repository, we can make the qemu
targets prefer this variant. Built and boot testing has been completed
on sato/minimal targets for all emulated targets.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
meta-yocto/conf/distro/poky.conf | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf
index 86f9bf6..0f1d147 100644
--- a/meta-yocto/conf/distro/poky.conf
+++ b/meta-yocto/conf/distro/poky.conf
@@ -12,12 +12,12 @@ LOCALCONF_VERSION = "1"
DISTRO_FEATURES_append = " largefile opengl"
-PREFERRED_VERSION_linux-yocto ?= "2.6.37+git%"
-PREFERRED_VERSION_linux-yocto_qemux86 ?= "3.0%"
-PREFERRED_VERSION_linux-yocto_qemux86-64 ?= "3.0%"
-PREFERRED_VERSION_linux-yocto_qemuarm ?= "3.0%"
-PREFERRED_VERSION_linux-yocto_qemumips ?= "3.0%"
-PREFERRED_VERSION_linux-yocto_qemuppc ?= "3.0%"
+PREFERRED_VERSION_linux-yocto ?= "3.0%"
+PREFERRED_VERSION_linux-yocto_qemux86 ?= "3.2%"
+PREFERRED_VERSION_linux-yocto_qemux86-64 ?= "3.2%"
+PREFERRED_VERSION_linux-yocto_qemuarm ?= "3.2%"
+PREFERRED_VERSION_linux-yocto_qemumips ?= "3.02"
+PREFERRED_VERSION_linux-yocto_qemuppc ?= "3.2%"
SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${TARGET_ARCH}"
SDKPATH = "/opt/${DISTRO}/${SDK_VERSION}"
--
1.7.4.1
^ permalink raw reply related [flat|nested] 9+ messages in thread
* Re: [PATCH 0/2] linux-yocto/meta-yocto: 3.2.2 and 3.0.18
2012-01-30 20:16 [PATCH 0/2] linux-yocto/meta-yocto: 3.2.2 and 3.0.18 Bruce Ashfield
2012-01-30 20:16 ` [PATCH 1/2] linux-yocto/meta-yocto: create linux-yocto 3.2 bbappend Bruce Ashfield
2012-01-30 20:16 ` [PATCH 2/2] meta-yocto/poky.conf: set qemu* preferred linux-yocto version to 3.2 Bruce Ashfield
@ 2012-01-30 20:18 ` Bruce Ashfield
2012-02-02 17:54 ` Saul Wold
3 siblings, 0 replies; 9+ messages in thread
From: Bruce Ashfield @ 2012-01-30 20:18 UTC (permalink / raw)
To: richard.purdie; +Cc: dvhart, poky, saul.wold
On Mon, Jan 30, 2012 at 3:16 PM, Bruce Ashfield
<bruce.ashfield@windriver.com> wrote:
> Richard/Saul,
>
> This is a follow up to the oe-core pull request that I just sent.
> Once that merges, this can go into yocto to add 3.0.18 and 3.2.2
> support for the emulated boards.
Urk. There's actually a 3rd patch in this series. Sorry about that. On
the same branch:
ommit 879bdbb8ec2c01eaca6ac6769b39cf7bdd9d6a2d
Author: Bruce Ashfield <bruce.ashfield@windriver.com>
Date: Mon Jan 30 01:12:51 2012 -0500
linux-yocto/meta-yocto: update to v3.0.18 + features
Updateing the meta-yocto SRCREVs to the new 3.0.18 kernel.
The -stable team released v3.0.18, so it becomes the new base for the
linux-yocto_3.0 recipe.
Along with the 3.0.18 update this kernel refresh brings in the following
changes:
59314a3 meta/beagleboard: Using CONFIG_PANEL_GENERIC_DPI=y
b168325 crownbay: use emgd-1.10
281b80f kver: bumping to v3.0.18
0d5d0dd common-pc*: add SMP and virtio
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Cheers,
Bruce
>
> Testing and updating of the hardware reference platforms will follow
> in the next few days.
>
> Cheers,
>
> Bruce
>
> The following changes since commit 879bdbb8ec2c01eaca6ac6769b39cf7bdd9d6a2d:
>
> linux-yocto/meta-yocto: update to v3.0.18 + features (2012-01-30 14:35:20 -0500)
>
> are available in the git repository at:
> git://git.pokylinux.org/poky-contrib zedd/kernel-yocto
> http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel-yocto
>
> Bruce Ashfield (2):
> linux-yocto/meta-yocto: create linux-yocto 3.2 bbappend
> meta-yocto/poky.conf: set qemu* preferred linux-yocto version to 3.2
>
> meta-yocto/conf/distro/poky.conf | 12 ++++++------
> .../recipes-kernel/linux/linux-yocto_3.2.bbappend | 19 +++++++++++++++++++
> 2 files changed, 25 insertions(+), 6 deletions(-)
> create mode 100644 meta-yocto/recipes-kernel/linux/linux-yocto_3.2.bbappend
>
> --
> 1.7.4.1
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
--
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 2/2] meta-yocto/poky.conf: set qemu* preferred linux-yocto version to 3.2
2012-01-30 20:16 ` [PATCH 2/2] meta-yocto/poky.conf: set qemu* preferred linux-yocto version to 3.2 Bruce Ashfield
@ 2012-01-30 20:35 ` Khem Raj
2012-01-30 20:36 ` Bruce Ashfield
0 siblings, 1 reply; 9+ messages in thread
From: Khem Raj @ 2012-01-30 20:35 UTC (permalink / raw)
To: Bruce Ashfield; +Cc: dvhart, poky, saul.wold
On Mon, Jan 30, 2012 at 12:16 PM, Bruce Ashfield
<bruce.ashfield@windriver.com> wrote:
>
> +PREFERRED_VERSION_linux-yocto_qemumips ?= "3.02"
why is mips still using 3.0 ?
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 2/2] meta-yocto/poky.conf: set qemu* preferred linux-yocto version to 3.2
2012-01-30 20:35 ` Khem Raj
@ 2012-01-30 20:36 ` Bruce Ashfield
0 siblings, 0 replies; 9+ messages in thread
From: Bruce Ashfield @ 2012-01-30 20:36 UTC (permalink / raw)
To: Khem Raj; +Cc: dvhart, poky, saul.wold
On 12-01-30 03:35 PM, Khem Raj wrote:
> On Mon, Jan 30, 2012 at 12:16 PM, Bruce Ashfield
> <bruce.ashfield@windriver.com> wrote:
>>
>> +PREFERRED_VERSION_linux-yocto_qemumips ?= "3.02"
>
> why is mips still using 3.0 ?
It isn't. A typo, which I rebased and repushed about 5 minutes ago :)
Bruce
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 1/2] linux-yocto/meta-yocto: create linux-yocto 3.2 bbappend
2012-01-30 20:16 ` [PATCH 1/2] linux-yocto/meta-yocto: create linux-yocto 3.2 bbappend Bruce Ashfield
@ 2012-01-31 16:18 ` Darren Hart
2012-01-31 16:21 ` Bruce Ashfield
0 siblings, 1 reply; 9+ messages in thread
From: Darren Hart @ 2012-01-31 16:18 UTC (permalink / raw)
To: Bruce Ashfield; +Cc: poky, saul.wold
On 01/30/2012 12:16 PM, Bruce Ashfield wrote:
> Now that the 3.2 kernel has been introduced, we need a 3.2 bbappend for
> the yocto hardware reference boards.
>
> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
> ---
> .../recipes-kernel/linux/linux-yocto_3.2.bbappend | 19 +++++++++++++++++++
> 1 files changed, 19 insertions(+), 0 deletions(-)
> create mode 100644 meta-yocto/recipes-kernel/linux/linux-yocto_3.2.bbappend
>
> diff --git a/meta-yocto/recipes-kernel/linux/linux-yocto_3.2.bbappend b/meta-yocto/recipes-kernel/linux/linux-yocto_3.2.bbappend
> new file mode 100644
> index 0000000..5e25910
> --- /dev/null
> +++ b/meta-yocto/recipes-kernel/linux/linux-yocto_3.2.bbappend
> @@ -0,0 +1,19 @@
> +KMACHINE_atom-pc = "atom-pc"
> +KMACHINE_routerstationpro = routerstationpro"
> +KMACHINE_mpc8315e-rdb = "fsl-mpc8315e-rdb"
> +KMACHINE_beagleboard = "beagleboard"
> +
> +KBRANCH_atom-pc = "standard/default/common-pc/atom-pc"
> +KBRANCH_routerstationpro = "standard/default/routerstationpro"
> +KBRANCH_mpc8315e-rdb = "standard/default/fsl-mpc8315e-rdb"
> +KBRANCH_beagleboard = "standard/default/beagleboard"
Do all of these machines still have BSP-specific patches which require
their own branch?
--
Darren
> +
> +SRCREV_machine_atom-pc ?= "417fc778a86e81303bab5883b919ee422ec51c04"
> +SRCREV_machine_routerstationpro ?= "e015d29f374cd986e15f636b6b84b514d95d76ed"
> +SRCREV_machine_mpc8315e-rdb ?= "2349967f408cc60db2b1c89fcefffc81428f9341"
> +SRCREV_machine_beagleboard ?= "417fc778a86e81303bab5883b919ee422ec51c04"
> +
> +COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb"
> +COMPATIBLE_MACHINE_routerstationpro = "routerstationpro"
> +COMPATIBLE_MACHINE_beagleboard = "beagleboard"
> +COMPATIBLE_MACHINE_atom-pc = "atom-pc"
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 1/2] linux-yocto/meta-yocto: create linux-yocto 3.2 bbappend
2012-01-31 16:18 ` Darren Hart
@ 2012-01-31 16:21 ` Bruce Ashfield
0 siblings, 0 replies; 9+ messages in thread
From: Bruce Ashfield @ 2012-01-31 16:21 UTC (permalink / raw)
To: Darren Hart; +Cc: poky, saul.wold
On 12-01-31 11:18 AM, Darren Hart wrote:
>
>
> On 01/30/2012 12:16 PM, Bruce Ashfield wrote:
>> Now that the 3.2 kernel has been introduced, we need a 3.2 bbappend for
>> the yocto hardware reference boards.
>>
>> Signed-off-by: Bruce Ashfield<bruce.ashfield@windriver.com>
>> ---
>> .../recipes-kernel/linux/linux-yocto_3.2.bbappend | 19 +++++++++++++++++++
>> 1 files changed, 19 insertions(+), 0 deletions(-)
>> create mode 100644 meta-yocto/recipes-kernel/linux/linux-yocto_3.2.bbappend
>>
>> diff --git a/meta-yocto/recipes-kernel/linux/linux-yocto_3.2.bbappend b/meta-yocto/recipes-kernel/linux/linux-yocto_3.2.bbappend
>> new file mode 100644
>> index 0000000..5e25910
>> --- /dev/null
>> +++ b/meta-yocto/recipes-kernel/linux/linux-yocto_3.2.bbappend
>> @@ -0,0 +1,19 @@
>> +KMACHINE_atom-pc = "atom-pc"
>> +KMACHINE_routerstationpro = routerstationpro"
>> +KMACHINE_mpc8315e-rdb = "fsl-mpc8315e-rdb"
>> +KMACHINE_beagleboard = "beagleboard"
>> +
>> +KBRANCH_atom-pc = "standard/default/common-pc/atom-pc"
>> +KBRANCH_routerstationpro = "standard/default/routerstationpro"
>> +KBRANCH_mpc8315e-rdb = "standard/default/fsl-mpc8315e-rdb"
>> +KBRANCH_beagleboard = "standard/default/beagleboard"
>
> Do all of these machines still have BSP-specific patches which require
> their own branch?
beagleboard and routerstation pro .. yes.
atom-pc. It is historical so I left it be for now.
the fsl board. yes, there will be as well.
Cheers,
Bruce
>
> --
> Darren
>
>> +
>> +SRCREV_machine_atom-pc ?= "417fc778a86e81303bab5883b919ee422ec51c04"
>> +SRCREV_machine_routerstationpro ?= "e015d29f374cd986e15f636b6b84b514d95d76ed"
>> +SRCREV_machine_mpc8315e-rdb ?= "2349967f408cc60db2b1c89fcefffc81428f9341"
>> +SRCREV_machine_beagleboard ?= "417fc778a86e81303bab5883b919ee422ec51c04"
>> +
>> +COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb"
>> +COMPATIBLE_MACHINE_routerstationpro = "routerstationpro"
>> +COMPATIBLE_MACHINE_beagleboard = "beagleboard"
>> +COMPATIBLE_MACHINE_atom-pc = "atom-pc"
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 0/2] linux-yocto/meta-yocto: 3.2.2 and 3.0.18
2012-01-30 20:16 [PATCH 0/2] linux-yocto/meta-yocto: 3.2.2 and 3.0.18 Bruce Ashfield
` (2 preceding siblings ...)
2012-01-30 20:18 ` [PATCH 0/2] linux-yocto/meta-yocto: 3.2.2 and 3.0.18 Bruce Ashfield
@ 2012-02-02 17:54 ` Saul Wold
3 siblings, 0 replies; 9+ messages in thread
From: Saul Wold @ 2012-02-02 17:54 UTC (permalink / raw)
To: Bruce Ashfield; +Cc: dvhart, poky
On 01/30/2012 12:16 PM, Bruce Ashfield wrote:
> Richard/Saul,
>
> This is a follow up to the oe-core pull request that I just sent.
> Once that merges, this can go into yocto to add 3.0.18 and 3.2.2
> support for the emulated boards.
>
> Testing and updating of the hardware reference platforms will follow
> in the next few days.
>
> Cheers,
>
> Bruce
>
> The following changes since commit 879bdbb8ec2c01eaca6ac6769b39cf7bdd9d6a2d:
>
> linux-yocto/meta-yocto: update to v3.0.18 + features (2012-01-30 14:35:20 -0500)
>
> are available in the git repository at:
> git://git.pokylinux.org/poky-contrib zedd/kernel-yocto
> http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel-yocto
>
> Bruce Ashfield (2):
> linux-yocto/meta-yocto: create linux-yocto 3.2 bbappend
> meta-yocto/poky.conf: set qemu* preferred linux-yocto version to 3.2
>
> meta-yocto/conf/distro/poky.conf | 12 ++++++------
> .../recipes-kernel/linux/linux-yocto_3.2.bbappend | 19 +++++++++++++++++++
> 2 files changed, 25 insertions(+), 6 deletions(-)
> create mode 100644 meta-yocto/recipes-kernel/linux/linux-yocto_3.2.bbappend
>
Merged into Poky master
Thanks
Sau!
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2012-02-02 18:00 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-30 20:16 [PATCH 0/2] linux-yocto/meta-yocto: 3.2.2 and 3.0.18 Bruce Ashfield
2012-01-30 20:16 ` [PATCH 1/2] linux-yocto/meta-yocto: create linux-yocto 3.2 bbappend Bruce Ashfield
2012-01-31 16:18 ` Darren Hart
2012-01-31 16:21 ` Bruce Ashfield
2012-01-30 20:16 ` [PATCH 2/2] meta-yocto/poky.conf: set qemu* preferred linux-yocto version to 3.2 Bruce Ashfield
2012-01-30 20:35 ` Khem Raj
2012-01-30 20:36 ` Bruce Ashfield
2012-01-30 20:18 ` [PATCH 0/2] linux-yocto/meta-yocto: 3.2.2 and 3.0.18 Bruce Ashfield
2012-02-02 17:54 ` Saul Wold
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.