* [PATCH 0/3] meta-intel updates
@ 2012-05-08 21:39 tom.zanussi
2012-05-08 21:39 ` [PATCH 1/3] meta-crownbay: remove smp options from recipe-space tom.zanussi
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: tom.zanussi @ 2012-05-08 21:39 UTC (permalink / raw)
To: yocto
From: Tom Zanussi <tom.zanussi@intel.com>
More updates for meta-intel 1.2
The following changes since commit 749a127f0b813d314c3515fc14dc144d0d44fcfb:
Darren Hart (1):
fri2: Update SRCREVs for 3.2 Kernel
are available in the git repository at:
git://git.yoctoproject.org/meta-intel.git tzanussi/1.2-updates-2
http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel/log/?h=tzanussi/1.2-updates-2
Tom Zanussi (3):
meta-crownbay: remove smp options from recipe-space
meta-emenlow: remove smp options from recipe-space
meta-fishriver: remove smp options from recipe-space
.../recipes-kernel/linux/linux-yocto_3.2.bbappend | 2 --
.../recipes-kernel/linux/linux-yocto_3.2.bbappend | 1 -
.../recipes-kernel/linux/linux-yocto_3.2.bbappend | 1 -
3 files changed, 0 insertions(+), 4 deletions(-)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 1/3] meta-crownbay: remove smp options from recipe-space
2012-05-08 21:39 [PATCH 0/3] meta-intel updates tom.zanussi
@ 2012-05-08 21:39 ` tom.zanussi
2012-05-08 21:39 ` [PATCH 2/3] meta-emenlow: " tom.zanussi
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: tom.zanussi @ 2012-05-08 21:39 UTC (permalink / raw)
To: yocto
From: Tom Zanussi <tom.zanussi@intel.com>
SMP support is now configured in the kernel branch, remove it from
recipe-space.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
.../recipes-kernel/linux/linux-yocto_3.2.bbappend | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.2.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.2.bbappend
index a3075b4..b1c41dd 100644
--- a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.2.bbappend
+++ b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.2.bbappend
@@ -3,12 +3,10 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
COMPATIBLE_MACHINE_crownbay = "crownbay"
KMACHINE_crownbay = "crownbay"
KBRANCH_crownbay = "standard/default/crownbay"
-KERNEL_FEATURES_append_crownbay += " cfg/smp.scc"
COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd"
KMACHINE_crownbay-noemgd = "crownbay"
KBRANCH_crownbay-noemgd = "standard/default/crownbay"
-KERNEL_FEATURES_append_crownbay-noemgd += " cfg/smp.scc"
SRCREV_machine_pn-linux-yocto_crownbay ?= "211fc7f4d10ec2b82b424286aabbaff9254b7cbd"
SRCREV_meta_pn-linux-yocto_crownbay ?= "514847185c78c07f52e02750fbe0a03ca3a31d8f"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 2/3] meta-emenlow: remove smp options from recipe-space
2012-05-08 21:39 [PATCH 0/3] meta-intel updates tom.zanussi
2012-05-08 21:39 ` [PATCH 1/3] meta-crownbay: remove smp options from recipe-space tom.zanussi
@ 2012-05-08 21:39 ` tom.zanussi
2012-05-08 21:39 ` [PATCH 3/3] meta-fishriver: " tom.zanussi
2012-05-11 16:23 ` [PATCH 0/3] meta-intel updates Darren Hart
3 siblings, 0 replies; 5+ messages in thread
From: tom.zanussi @ 2012-05-08 21:39 UTC (permalink / raw)
To: yocto
From: Tom Zanussi <tom.zanussi@intel.com>
SMP support is now configured in the kernel branch, remove it from
recipe-space.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
.../recipes-kernel/linux/linux-yocto_3.2.bbappend | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.2.bbappend b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.2.bbappend
index 2b646c6..1c02a3f 100644
--- a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.2.bbappend
+++ b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.2.bbappend
@@ -3,7 +3,6 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
COMPATIBLE_MACHINE_emenlow = "emenlow"
KMACHINE_emenlow = "emenlow"
KBRANCH_emenlow = "standard/default/emenlow"
-KERNEL_FEATURES_append_emenlow += " cfg/smp.scc"
SRCREV_machine_pn-linux-yocto_emenlow ?= "4ee2ae2967b59300f5acd18292688d34d6387f2e"
SRCREV_meta_pn-linux-yocto_emenlow ?= "b14a08f5c7b469a5077c10942f4e1aec171faa9d"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 3/3] meta-fishriver: remove smp options from recipe-space
2012-05-08 21:39 [PATCH 0/3] meta-intel updates tom.zanussi
2012-05-08 21:39 ` [PATCH 1/3] meta-crownbay: remove smp options from recipe-space tom.zanussi
2012-05-08 21:39 ` [PATCH 2/3] meta-emenlow: " tom.zanussi
@ 2012-05-08 21:39 ` tom.zanussi
2012-05-11 16:23 ` [PATCH 0/3] meta-intel updates Darren Hart
3 siblings, 0 replies; 5+ messages in thread
From: tom.zanussi @ 2012-05-08 21:39 UTC (permalink / raw)
To: yocto
From: Tom Zanussi <tom.zanussi@intel.com>
SMP support is now configured in the kernel branch, remove it from
recipe-space.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
.../recipes-kernel/linux/linux-yocto_3.2.bbappend | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/meta-fishriver/recipes-kernel/linux/linux-yocto_3.2.bbappend b/meta-fishriver/recipes-kernel/linux/linux-yocto_3.2.bbappend
index 0d074b7..6a9159d 100644
--- a/meta-fishriver/recipes-kernel/linux/linux-yocto_3.2.bbappend
+++ b/meta-fishriver/recipes-kernel/linux/linux-yocto_3.2.bbappend
@@ -3,7 +3,6 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
COMPATIBLE_MACHINE_fishriver = "fishriver"
KMACHINE_fishriver = "fishriver"
KBRANCH_fishriver = "standard/default/fishriver"
-KERNEL_FEATURES_append_fishriver += " cfg/smp.scc"
SRCREV_machine_pn-linux-yocto_fishriver ?= "4f08c069762fa475e773b02f11635a3a173bdca5"
SRCREV_meta_pn-linux-yocto_fishriver ?= "514847185c78c07f52e02750fbe0a03ca3a31d8f"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH 0/3] meta-intel updates
2012-05-08 21:39 [PATCH 0/3] meta-intel updates tom.zanussi
` (2 preceding siblings ...)
2012-05-08 21:39 ` [PATCH 3/3] meta-fishriver: " tom.zanussi
@ 2012-05-11 16:23 ` Darren Hart
3 siblings, 0 replies; 5+ messages in thread
From: Darren Hart @ 2012-05-11 16:23 UTC (permalink / raw)
To: tom.zanussi; +Cc: yocto
For the series:
Acked-by: Darren Hart <dvhart@linux.intel.com>
On 05/08/2012 02:39 PM, tom.zanussi@intel.com wrote:
> From: Tom Zanussi <tom.zanussi@intel.com>
>
> More updates for meta-intel 1.2
>
> The following changes since commit 749a127f0b813d314c3515fc14dc144d0d44fcfb:
> Darren Hart (1):
> fri2: Update SRCREVs for 3.2 Kernel
>
> are available in the git repository at:
>
> git://git.yoctoproject.org/meta-intel.git tzanussi/1.2-updates-2
> http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel/log/?h=tzanussi/1.2-updates-2
>
> Tom Zanussi (3):
> meta-crownbay: remove smp options from recipe-space
> meta-emenlow: remove smp options from recipe-space
> meta-fishriver: remove smp options from recipe-space
>
> .../recipes-kernel/linux/linux-yocto_3.2.bbappend | 2 --
> .../recipes-kernel/linux/linux-yocto_3.2.bbappend | 1 -
> .../recipes-kernel/linux/linux-yocto_3.2.bbappend | 1 -
> 3 files changed, 0 insertions(+), 4 deletions(-)
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-05-11 16:26 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-08 21:39 [PATCH 0/3] meta-intel updates tom.zanussi
2012-05-08 21:39 ` [PATCH 1/3] meta-crownbay: remove smp options from recipe-space tom.zanussi
2012-05-08 21:39 ` [PATCH 2/3] meta-emenlow: " tom.zanussi
2012-05-08 21:39 ` [PATCH 3/3] meta-fishriver: " tom.zanussi
2012-05-11 16:23 ` [PATCH 0/3] meta-intel updates Darren Hart
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.