All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] meta-intel: crownbay cleanups
@ 2012-10-04  0:58 tom.zanussi
  2012-10-04  0:59 ` [PATCH 1/3] meta-crownbay: add 3.4 rt support tom.zanussi
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: tom.zanussi @ 2012-10-04  0:58 UTC (permalink / raw)
  To: yocto

From: Tom Zanussi <tom.zanussi@intel.com>

This patchset removes 3.0 kernel support and adds 3.4-rt for crownbay.

The following changes since commit 2c1e927fa99abe47865a03cf661d4757ff3147c6:

  gst-va-intel: incude gst-ffmpeg only if 'commercial' is whitelisted (2012-10-02 22:56:20 -0500)

are available in the git repository at:

  git://git.yoctoproject.org/meta-intel-contrib.git tzanussi/crownbay-1.3-cleanups
  http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel-contrib/log/?h=tzanussi/crownbay-1.3-cleanups

Tom Zanussi (3):
  meta-crownbay: add 3.4 rt support
  meta-crownbay: remove -rt smp options from recipe-space
  meta-crownbay: remove 3.0 kernel support

 .../recipes-kernel/linux/linux-yocto-rt_3.2.bbappend    |  4 ----
 ...octo-rt_3.0.bbappend => linux-yocto-rt_3.4.bbappend} |  8 ++------
 .../recipes-kernel/linux/linux-yocto_3.0.bbappend       | 17 -----------------
 3 files changed, 2 insertions(+), 27 deletions(-)
 rename meta-crownbay/recipes-kernel/linux/{linux-yocto-rt_3.0.bbappend => linux-yocto-rt_3.4.bbappend} (69%)
 delete mode 100644 meta-crownbay/recipes-kernel/linux/linux-yocto_3.0.bbappend

-- 
1.7.11.4



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 1/3] meta-crownbay: add 3.4 rt support
  2012-10-04  0:58 [PATCH 0/3] meta-intel: crownbay cleanups tom.zanussi
@ 2012-10-04  0:59 ` tom.zanussi
  2012-10-04  0:59 ` [PATCH 2/3] meta-crownbay: remove -rt smp options from recipe-space tom.zanussi
  2012-10-04  0:59 ` [PATCH 3/3] meta-crownbay: remove 3.0 kernel support tom.zanussi
  2 siblings, 0 replies; 4+ messages in thread
From: tom.zanussi @ 2012-10-04  0:59 UTC (permalink / raw)
  To: yocto

From: Tom Zanussi <tom.zanussi@intel.com>

Add the -rt version of linux-yocto-3.4.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
 .../recipes-kernel/linux/linux-yocto-rt_3.4.bbappend     | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend

diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
new file mode 100644
index 0000000..2049076
--- /dev/null
+++ b/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
@@ -0,0 +1,16 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+
+COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd"
+KMACHINE_crownbay-noemgd = "crownbay"
+
+COMPATIBLE_MACHINE_crownbay = "crownbay"
+KMACHINE_crownbay = "crownbay"
+
+# Update the following to use a different BSP branch or meta SRCREV
+#KBRANCH_crownbay-noemgd = "standard/preempt-rt/base"
+#SRCREV_machine_pn-linux-yocto-rt_crownbay-noemgd ?= XXXX
+#SRCREV_meta_pn-linux-yocto-rt_crownbay-noemgd ?= XXXX
+
+#KBRANCH_crownbay = "standard/preempt-rt/base"
+#SRCREV_machine_pn-linux-yocto-rt_crownbay ?= XXXX
+#SRCREV_meta_pn-linux-yocto-rt_crownbay ?= XXXX
-- 
1.7.11.4



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 2/3] meta-crownbay: remove -rt smp options from recipe-space
  2012-10-04  0:58 [PATCH 0/3] meta-intel: crownbay cleanups tom.zanussi
  2012-10-04  0:59 ` [PATCH 1/3] meta-crownbay: add 3.4 rt support tom.zanussi
@ 2012-10-04  0:59 ` tom.zanussi
  2012-10-04  0:59 ` [PATCH 3/3] meta-crownbay: remove 3.0 kernel support tom.zanussi
  2 siblings, 0 replies; 4+ messages in thread
From: tom.zanussi @ 2012-10-04  0:59 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>
---
 meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
index dee9bce..55537fd 100644
--- a/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
+++ b/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
@@ -3,13 +3,9 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd"
 KMACHINE_crownbay-noemgd = "crownbay"
 
-KERNEL_FEATURES_append_crownbay-noemgd += " cfg/smp.scc"
-
 COMPATIBLE_MACHINE_crownbay = "crownbay"
 KMACHINE_crownbay = "crownbay"
 
-KERNEL_FEATURES_append_crownbay += " cfg/smp.scc"
-
 # Update the following to use a different BSP branch or meta SRCREV
 #KBRANCH_crownbay-noemgd = "yocto/standard/preempt-rt/base"
 #SRCREV_machine_pn-linux-yocto-rt_crownbay-noemgd ?= XXXX
-- 
1.7.11.4



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 3/3] meta-crownbay: remove 3.0 kernel support
  2012-10-04  0:58 [PATCH 0/3] meta-intel: crownbay cleanups tom.zanussi
  2012-10-04  0:59 ` [PATCH 1/3] meta-crownbay: add 3.4 rt support tom.zanussi
  2012-10-04  0:59 ` [PATCH 2/3] meta-crownbay: remove -rt smp options from recipe-space tom.zanussi
@ 2012-10-04  0:59 ` tom.zanussi
  2 siblings, 0 replies; 4+ messages in thread
From: tom.zanussi @ 2012-10-04  0:59 UTC (permalink / raw)
  To: yocto

From: Tom Zanussi <tom.zanussi@intel.com>

There's no need to support linux-yocto-3.0 for crownbay any more, so
remove the 3.0 bbappends.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
 .../recipes-kernel/linux/linux-yocto-rt_3.0.bbappend | 20 --------------------
 .../recipes-kernel/linux/linux-yocto_3.0.bbappend    | 17 -----------------
 2 files changed, 37 deletions(-)
 delete mode 100644 meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
 delete mode 100644 meta-crownbay/recipes-kernel/linux/linux-yocto_3.0.bbappend

diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
deleted file mode 100644
index dee9bce..0000000
--- a/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
+++ /dev/null
@@ -1,20 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-
-COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd"
-KMACHINE_crownbay-noemgd = "crownbay"
-
-KERNEL_FEATURES_append_crownbay-noemgd += " cfg/smp.scc"
-
-COMPATIBLE_MACHINE_crownbay = "crownbay"
-KMACHINE_crownbay = "crownbay"
-
-KERNEL_FEATURES_append_crownbay += " cfg/smp.scc"
-
-# Update the following to use a different BSP branch or meta SRCREV
-#KBRANCH_crownbay-noemgd = "yocto/standard/preempt-rt/base"
-#SRCREV_machine_pn-linux-yocto-rt_crownbay-noemgd ?= XXXX
-#SRCREV_meta_pn-linux-yocto-rt_crownbay-noemgd ?= XXXX
-
-#KBRANCH_crownbay = "yocto/standard/preempt-rt/base"
-#SRCREV_machine_pn-linux-yocto-rt_crownbay ?= XXXX
-#SRCREV_meta_pn-linux-yocto-rt_crownbay ?= XXXX
diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.0.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.0.bbappend
deleted file mode 100644
index 0c92871..0000000
--- a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.0.bbappend
+++ /dev/null
@@ -1,17 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-
-COMPATIBLE_MACHINE_crownbay = "crownbay"
-KMACHINE_crownbay  = "crownbay"
-KBRANCH_crownbay  = "yocto/standard/crownbay"
-KERNEL_FEATURES_append_crownbay += " cfg/smp.scc"
-
-COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd"
-KMACHINE_crownbay-noemgd  = "crownbay"
-KBRANCH_crownbay-noemgd  = "yocto/standard/crownbay"
-KERNEL_FEATURES_append_crownbay-noemgd += " cfg/smp.scc"
-
-SRCREV_machine_pn-linux-yocto_crownbay ?= "63c65842a3a74e4bd3128004ac29b5639f16433f"
-SRCREV_meta_pn-linux-yocto_crownbay ?= "59314a3523e360796419d76d78c6f7d8c5ef2593"
-
-SRCREV_machine_pn-linux-yocto_crownbay-noemgd ?= "63c65842a3a74e4bd3128004ac29b5639f16433f"
-SRCREV_meta_pn-linux-yocto_crownbay-noemgd ?= "59314a3523e360796419d76d78c6f7d8c5ef2593"
-- 
1.7.11.4



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-10-04  0:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-04  0:58 [PATCH 0/3] meta-intel: crownbay cleanups tom.zanussi
2012-10-04  0:59 ` [PATCH 1/3] meta-crownbay: add 3.4 rt support tom.zanussi
2012-10-04  0:59 ` [PATCH 2/3] meta-crownbay: remove -rt smp options from recipe-space tom.zanussi
2012-10-04  0:59 ` [PATCH 3/3] meta-crownbay: remove 3.0 kernel support tom.zanussi

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.