* [PATCH 1/6] meta-crownbay: remove 2.6.34 .bbappend
2011-12-01 2:01 [PATCH 0/6] meta-intel fixes for kernel updates tom.zanussi
@ 2011-12-01 2:01 ` tom.zanussi
2011-12-01 2:01 ` [PATCH 2/6] meta-intel: update kernel SRCREVs tom.zanussi
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: tom.zanussi @ 2011-12-01 2:01 UTC (permalink / raw)
To: yocto, bruce.ashfield
From: Tom Zanussi <tom.zanussi@intel.com>
The linux-2.6.34 recipe was removed, so the .append needs to be
removed as well.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
.../linux/linux-yocto_2.6.34.bbappend | 15 ---------------
1 files changed, 0 insertions(+), 15 deletions(-)
delete mode 100644 meta-crownbay/recipes-kernel/linux/linux-yocto_2.6.34.bbappend
diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto_2.6.34.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto_2.6.34.bbappend
deleted file mode 100644
index 6f3694b..0000000
--- a/meta-crownbay/recipes-kernel/linux/linux-yocto_2.6.34.bbappend
+++ /dev/null
@@ -1,15 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-
-COMPATIBLE_MACHINE_crownbay = "crownbay"
-KMACHINE_crownbay = "crownbay"
-KERNEL_FEATURES_append_crownbay += " cfg/smp.scc"
-
-COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd"
-KMACHINE_crownbay-noemgd = "crownbay"
-KERNEL_FEATURES_append_crownbay-noemgd += " cfg/smp.scc"
-
-SRCREV_machine_pn-linux-yocto_crownbay ?= "56fe215d3f1a2cc3a5a26482ac9809ba44495695"
-SRCREV_meta_pn-linux-yocto_crownbay ?= "ec26387cb168e9e0976999b528b5a9dd62e3157a"
-
-RCREV_machine_pn-linux-yocto_crownbay-noemgd ?= "56fe215d3f1a2cc3a5a26482ac9809ba44495695"
-SRCREV_meta_pn-linux-yocto_crownbay-noemgd ?= "ec26387cb168e9e0976999b528b5a9dd62e3157a"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH 0/6] meta-intel fixes for kernel updates
@ 2011-12-01 2:01 tom.zanussi
2011-12-01 2:01 ` [PATCH 1/6] meta-crownbay: remove 2.6.34 .bbappend tom.zanussi
` (5 more replies)
0 siblings, 6 replies; 7+ messages in thread
From: tom.zanussi @ 2011-12-01 2:01 UTC (permalink / raw)
To: yocto, bruce.ashfield
From: Tom Zanussi <tom.zanussi@intel.com>
This patchset adds some changes to match Bruce Ashfield's
'linux-yocto: consolidated pull request' of a couple hours ago:
http://lists.linuxtogo.org/pipermail/openembedded-core/2011-December/013574.html
Changes were compile- and boot-tested with the crownbay, sugarbay, and
emenlow BSPs.
The following changes since commit 68c6b19d623b34a504090ad2c706859ecc946256:
Tom Zanussi (1):
meta-intel: update READMEs with layer dependency list
are available in the git repository at:
git://git.yoctoproject.org/meta-intel.git tzanussi/zedd-kernel-sync
http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel/log/?h=tzanussi/zedd-kernel-sync
Tom Zanussi (6):
meta-crownbay: remove 2.6.34 .bbappend
meta-intel: update kernel SRCREVs
meta-emenlow: remove 2.6.34 .bbappend
meta-fishriver: remove 2.6.34 .bbappend
meta-jasperforest: remove 2.6.34 .bbappend
meta-n450: remove 2.6.34 .bbappend
.../linux/linux-yocto_2.6.34.bbappend | 15 ---------------
.../recipes-kernel/linux/linux-yocto_3.0.bbappend | 8 ++++----
.../linux/linux-yocto_2.6.34.bbappend | 6 ------
.../recipes-kernel/linux/linux-yocto_3.0.bbappend | 4 ++--
.../linux/linux-yocto_2.6.34.bbappend | 7 -------
.../recipes-kernel/linux/linux-yocto_3.0.bbappend | 4 ++--
.../recipes-kernel/linux/linux-yocto_3.0.bbappend | 8 ++++----
.../linux/linux-yocto_2.6.34.bbappend | 4 ----
.../recipes-kernel/linux/linux-yocto_3.0.bbappend | 4 ++--
.../linux/linux-yocto_2.6.34.bbappend | 10 ----------
.../recipes-kernel/linux/linux-yocto_3.0.bbappend | 4 ++--
.../recipes-kernel/linux/linux-yocto_3.0.bbappend | 4 ++--
12 files changed, 18 insertions(+), 60 deletions(-)
delete mode 100644 meta-crownbay/recipes-kernel/linux/linux-yocto_2.6.34.bbappend
delete mode 100644 meta-emenlow/recipes-kernel/linux/linux-yocto_2.6.34.bbappend
delete mode 100644 meta-fishriver/recipes-kernel/linux/linux-yocto_2.6.34.bbappend
delete mode 100644 meta-jasperforest/recipes-kernel/linux/linux-yocto_2.6.34.bbappend
delete mode 100644 meta-n450/recipes-kernel/linux/linux-yocto_2.6.34.bbappend
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 2/6] meta-intel: update kernel SRCREVs
2011-12-01 2:01 [PATCH 0/6] meta-intel fixes for kernel updates tom.zanussi
2011-12-01 2:01 ` [PATCH 1/6] meta-crownbay: remove 2.6.34 .bbappend tom.zanussi
@ 2011-12-01 2:01 ` tom.zanussi
2011-12-01 2:01 ` [PATCH 3/6] meta-emenlow: remove 2.6.34 .bbappend tom.zanussi
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: tom.zanussi @ 2011-12-01 2:01 UTC (permalink / raw)
To: yocto, bruce.ashfield
From: Tom Zanussi <tom.zanussi@intel.com>
Update linux-yocto_3.0 kernel SRCREVS for crownbay, emenlow,
fishriver, fri2, jasperforest, sugarbay, and romley.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
.../recipes-kernel/linux/linux-yocto_3.0.bbappend | 8 ++++----
.../recipes-kernel/linux/linux-yocto_3.0.bbappend | 4 ++--
.../recipes-kernel/linux/linux-yocto_3.0.bbappend | 4 ++--
.../recipes-kernel/linux/linux-yocto_3.0.bbappend | 8 ++++----
.../recipes-kernel/linux/linux-yocto_3.0.bbappend | 4 ++--
.../recipes-kernel/linux/linux-yocto_3.0.bbappend | 4 ++--
.../recipes-kernel/linux/linux-yocto_3.0.bbappend | 4 ++--
7 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.0.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.0.bbappend
index b9e2d24..db23ae7 100644
--- a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.0.bbappend
+++ b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.0.bbappend
@@ -8,8 +8,8 @@ COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd"
KMACHINE_crownbay-noemgd = "yocto/standard/crownbay"
KERNEL_FEATURES_append_crownbay-noemgd += " cfg/smp.scc"
-SRCREV_machine_pn-linux-yocto_crownbay ?= "94e7946b9e121bc32812d33b4a064480a52f5938"
-SRCREV_meta_pn-linux-yocto_crownbay ?= "ae3e64c077972fe87f09946bd215620df68ca327"
+SRCREV_machine_pn-linux-yocto_crownbay ?= "8800e8c8107e70ef84fd8b9b0ac0c7f7402b2d89"
+SRCREV_meta_pn-linux-yocto_crownbay ?= "67ce7623909cef63927fd145026aaf371cf4abf1"
-SRCREV_machine_pn-linux-yocto_crownbay-noemgd ?= "94e7946b9e121bc32812d33b4a064480a52f5938"
-SRCREV_meta_pn-linux-yocto_crownbay-noemgd ?= "ae3e64c077972fe87f09946bd215620df68ca327"
+SRCREV_machine_pn-linux-yocto_crownbay-noemgd ?= "8800e8c8107e70ef84fd8b9b0ac0c7f7402b2d89"
+SRCREV_meta_pn-linux-yocto_crownbay-noemgd ?= "67ce7623909cef63927fd145026aaf371cf4abf1"
diff --git a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.0.bbappend b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.0.bbappend
index 0bd2131..ab99df7 100644
--- a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.0.bbappend
+++ b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.0.bbappend
@@ -4,5 +4,5 @@ COMPATIBLE_MACHINE_emenlow = "emenlow"
KMACHINE_emenlow = "yocto/standard/emenlow"
KERNEL_FEATURES_append_emenlow += " cfg/smp.scc"
-SRCREV_machine_pn-linux-yocto_emenlow ?= "629e2581c88e7db9c4a844ddbf9c7a4087de18a0"
-SRCREV_meta_pn-linux-yocto_emenlow ?= "ae3e64c077972fe87f09946bd215620df68ca327"
+SRCREV_machine_pn-linux-yocto_emenlow ?= "ae00bcfe717db99ac2ff53f1ad995f589deffc53"
+SRCREV_meta_pn-linux-yocto_emenlow ?= "67ce7623909cef63927fd145026aaf371cf4abf1"
diff --git a/meta-fishriver/recipes-kernel/linux/linux-yocto_3.0.bbappend b/meta-fishriver/recipes-kernel/linux/linux-yocto_3.0.bbappend
index 802ee96..ba9bfbe 100644
--- a/meta-fishriver/recipes-kernel/linux/linux-yocto_3.0.bbappend
+++ b/meta-fishriver/recipes-kernel/linux/linux-yocto_3.0.bbappend
@@ -4,5 +4,5 @@ COMPATIBLE_MACHINE_fishriver = "fishriver"
KMACHINE_fishriver = "yocto/standard/fishriver"
KERNEL_FEATURES_append_fishriver += " cfg/smp.scc"
-SRCREV_machine_pn-linux-yocto_fishriver ?= "947ec2b64f6920ab67f2afbfc074da2b222d9b67"
-SRCREV_meta_pn-linux-yocto_fishriver ?= "ae3e64c077972fe87f09946bd215620df68ca327"
+SRCREV_machine_pn-linux-yocto_fishriver ?= "153cb7313697f6638109ed6ce40009af353eeb94"
+SRCREV_meta_pn-linux-yocto_fishriver ?= "67ce7623909cef63927fd145026aaf371cf4abf1"
diff --git a/meta-fri2/recipes-kernel/linux/linux-yocto_3.0.bbappend b/meta-fri2/recipes-kernel/linux/linux-yocto_3.0.bbappend
index dbbb488..34395a7 100644
--- a/meta-fri2/recipes-kernel/linux/linux-yocto_3.0.bbappend
+++ b/meta-fri2/recipes-kernel/linux/linux-yocto_3.0.bbappend
@@ -8,8 +8,8 @@ COMPATIBLE_MACHINE_fri2-noemgd = "fri2-noemgd"
KMACHINE_fri2-noemgd = "yocto/standard/fri2"
KERNEL_FEATURES_append_fri2-noemgd += " cfg/smp.scc"
-SRCREV_machine_pn-linux-yocto_fri2 ?= "bdb0cabe7bd20b74c47d6d4e65d14c633028bfea"
-SRCREV_meta_pn-linux-yocto_fri2 ?= "ae3e64c077972fe87f09946bd215620df68ca327"
+SRCREV_machine_pn-linux-yocto_fri2 ?= "20507c447f92907a6df53bc4f03655f050367ec7"
+SRCREV_meta_pn-linux-yocto_fri2 ?= "67ce7623909cef63927fd145026aaf371cf4abf1"
-SRCREV_machine_pn-linux-yocto_fri2-noemgd ?= "bdb0cabe7bd20b74c47d6d4e65d14c633028bfea"
-SRCREV_meta_pn-linux-yocto_fri2-noemgd ?= "ae3e64c077972fe87f09946bd215620df68ca327"
+SRCREV_machine_pn-linux-yocto_fri2-noemgd ?= "20507c447f92907a6df53bc4f03655f050367ec7"
+SRCREV_meta_pn-linux-yocto_fri2-noemgd ?= "67ce7623909cef63927fd145026aaf371cf4abf1"
diff --git a/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.0.bbappend b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.0.bbappend
index 89efd1f..6b45574 100644
--- a/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.0.bbappend
+++ b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.0.bbappend
@@ -4,5 +4,5 @@ COMPATIBLE_MACHINE_jasperforest = "jasperforest"
KMACHINE_jasperforest = "yocto/standard/common-pc-64/jasperforest"
-SRCREV_machine_pn-linux-yocto_jasperforest ?= "ca70dc1b835abd24ea1019b54169aab10a4a6f3b"
-SRCREV_meta_pn-linux-yocto_jasperforest ?= "ae3e64c077972fe87f09946bd215620df68ca327"
+SRCREV_machine_pn-linux-yocto_jasperforest ?= "3e6916fcb356afde1791d5da80f7e310948f0681"
+SRCREV_meta_pn-linux-yocto_jasperforest ?= "67ce7623909cef63927fd145026aaf371cf4abf1"
diff --git a/meta-romley/recipes-kernel/linux/linux-yocto_3.0.bbappend b/meta-romley/recipes-kernel/linux/linux-yocto_3.0.bbappend
index 3bdb039..02e231c 100644
--- a/meta-romley/recipes-kernel/linux/linux-yocto_3.0.bbappend
+++ b/meta-romley/recipes-kernel/linux/linux-yocto_3.0.bbappend
@@ -3,5 +3,5 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
COMPATIBLE_MACHINE_romley = "romley"
KMACHINE_romley = "yocto/standard/common-pc-64/romley"
-SRCREV_machine_pn-linux-yocto_romley ?= "fe3f155fa58db251640a5e110b861380b07b29f5"
-SRCREV_meta_pn-linux-yocto_romley ?= "ae3e64c077972fe87f09946bd215620df68ca327"
+SRCREV_machine_pn-linux-yocto_romley ?= "d26ab3559d75d0a3946ecaef67d3aeb7e9e7ef22"
+SRCREV_meta_pn-linux-yocto_romley ?= "67ce7623909cef63927fd145026aaf371cf4abf1"
diff --git a/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.0.bbappend b/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.0.bbappend
index 4ab514f..97810c8 100644
--- a/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.0.bbappend
+++ b/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.0.bbappend
@@ -3,5 +3,5 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
COMPATIBLE_MACHINE_sugarbay = "sugarbay"
KMACHINE_sugarbay = "yocto/standard/common-pc-64/sugarbay"
-SRCREV_machine_pn-linux-yocto_sugarbay ?= "d560dc224c77283a400cf1ffee301b7089a52a68"
-SRCREV_meta_pn-linux-yocto_sugarbay ?= "ae3e64c077972fe87f09946bd215620df68ca327"
+SRCREV_machine_pn-linux-yocto_sugarbay ?= "a52fb6e9ff9328dce8335db6c5891d0c4670d217"
+SRCREV_meta_pn-linux-yocto_sugarbay ?= "67ce7623909cef63927fd145026aaf371cf4abf1"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH 3/6] meta-emenlow: remove 2.6.34 .bbappend
2011-12-01 2:01 [PATCH 0/6] meta-intel fixes for kernel updates tom.zanussi
2011-12-01 2:01 ` [PATCH 1/6] meta-crownbay: remove 2.6.34 .bbappend tom.zanussi
2011-12-01 2:01 ` [PATCH 2/6] meta-intel: update kernel SRCREVs tom.zanussi
@ 2011-12-01 2:01 ` tom.zanussi
2011-12-01 2:01 ` [PATCH 4/6] meta-fishriver: " tom.zanussi
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: tom.zanussi @ 2011-12-01 2:01 UTC (permalink / raw)
To: yocto, bruce.ashfield
From: Tom Zanussi <tom.zanussi@intel.com>
The linux-2.6.34 recipe was removed, so the .append needs to be
removed as well.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
.../linux/linux-yocto_2.6.34.bbappend | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
delete mode 100644 meta-emenlow/recipes-kernel/linux/linux-yocto_2.6.34.bbappend
diff --git a/meta-emenlow/recipes-kernel/linux/linux-yocto_2.6.34.bbappend b/meta-emenlow/recipes-kernel/linux/linux-yocto_2.6.34.bbappend
deleted file mode 100644
index 160b3aa..0000000
--- a/meta-emenlow/recipes-kernel/linux/linux-yocto_2.6.34.bbappend
+++ /dev/null
@@ -1,6 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-COMPATIBLE_MACHINE_emenlow = "emenlow"
-KMACHINE_emenlow = "emenlow"
-
-SRCREV_machine_pn-linux-yocto_emenlow = "a29743c0a1398798fbc02c0799c8605d91514e14"
-SRCREV_meta_pn-linux-yocto_emenlow ?= "ec26387cb168e9e0976999b528b5a9dd62e3157a"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH 4/6] meta-fishriver: remove 2.6.34 .bbappend
2011-12-01 2:01 [PATCH 0/6] meta-intel fixes for kernel updates tom.zanussi
` (2 preceding siblings ...)
2011-12-01 2:01 ` [PATCH 3/6] meta-emenlow: remove 2.6.34 .bbappend tom.zanussi
@ 2011-12-01 2:01 ` tom.zanussi
2011-12-01 2:01 ` [PATCH 5/6] meta-jasperforest: " tom.zanussi
2011-12-01 2:01 ` [PATCH 6/6] meta-n450: " tom.zanussi
5 siblings, 0 replies; 7+ messages in thread
From: tom.zanussi @ 2011-12-01 2:01 UTC (permalink / raw)
To: yocto, bruce.ashfield
From: Tom Zanussi <tom.zanussi@intel.com>
The linux-2.6.34 recipe was removed, so the .append needs to be
removed as well.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
.../linux/linux-yocto_2.6.34.bbappend | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
delete mode 100644 meta-fishriver/recipes-kernel/linux/linux-yocto_2.6.34.bbappend
diff --git a/meta-fishriver/recipes-kernel/linux/linux-yocto_2.6.34.bbappend b/meta-fishriver/recipes-kernel/linux/linux-yocto_2.6.34.bbappend
deleted file mode 100644
index 4084964..0000000
--- a/meta-fishriver/recipes-kernel/linux/linux-yocto_2.6.34.bbappend
+++ /dev/null
@@ -1,7 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-
-COMPATIBLE_MACHINE_fishriver = "fishriver"
-KMACHINE_fishriver = "fishriver"
-
-SRCREV_machine_pn-linux-yocto-stable_fishriver ?= "56fe215d3f1a2cc3a5a26482ac9809ba44495695"
-SRCREV_meta_pn-linux-yocto-stable_fishriver ?= "ec26387cb168e9e0976999b528b5a9dd62e3157a"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH 5/6] meta-jasperforest: remove 2.6.34 .bbappend
2011-12-01 2:01 [PATCH 0/6] meta-intel fixes for kernel updates tom.zanussi
` (3 preceding siblings ...)
2011-12-01 2:01 ` [PATCH 4/6] meta-fishriver: " tom.zanussi
@ 2011-12-01 2:01 ` tom.zanussi
2011-12-01 2:01 ` [PATCH 6/6] meta-n450: " tom.zanussi
5 siblings, 0 replies; 7+ messages in thread
From: tom.zanussi @ 2011-12-01 2:01 UTC (permalink / raw)
To: yocto, bruce.ashfield
From: Tom Zanussi <tom.zanussi@intel.com>
The linux-2.6.34 recipe was removed, so the .append needs to be
removed as well.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
.../linux/linux-yocto_2.6.34.bbappend | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
delete mode 100644 meta-jasperforest/recipes-kernel/linux/linux-yocto_2.6.34.bbappend
diff --git a/meta-jasperforest/recipes-kernel/linux/linux-yocto_2.6.34.bbappend b/meta-jasperforest/recipes-kernel/linux/linux-yocto_2.6.34.bbappend
deleted file mode 100644
index 0a89413..0000000
--- a/meta-jasperforest/recipes-kernel/linux/linux-yocto_2.6.34.bbappend
+++ /dev/null
@@ -1,4 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-
-COMPATIBLE_MACHINE_jasperforest = "jasperforest"
-KMACHINE_jasperforest = "jasperforest"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH 6/6] meta-n450: remove 2.6.34 .bbappend
2011-12-01 2:01 [PATCH 0/6] meta-intel fixes for kernel updates tom.zanussi
` (4 preceding siblings ...)
2011-12-01 2:01 ` [PATCH 5/6] meta-jasperforest: " tom.zanussi
@ 2011-12-01 2:01 ` tom.zanussi
5 siblings, 0 replies; 7+ messages in thread
From: tom.zanussi @ 2011-12-01 2:01 UTC (permalink / raw)
To: yocto, bruce.ashfield
From: Tom Zanussi <tom.zanussi@intel.com>
The linux-2.6.34 recipe was removed, so the .append needs to be
removed as well.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
.../linux/linux-yocto_2.6.34.bbappend | 10 ----------
1 files changed, 0 insertions(+), 10 deletions(-)
delete mode 100644 meta-n450/recipes-kernel/linux/linux-yocto_2.6.34.bbappend
diff --git a/meta-n450/recipes-kernel/linux/linux-yocto_2.6.34.bbappend b/meta-n450/recipes-kernel/linux/linux-yocto_2.6.34.bbappend
deleted file mode 100644
index 18d4999..0000000
--- a/meta-n450/recipes-kernel/linux/linux-yocto_2.6.34.bbappend
+++ /dev/null
@@ -1,10 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-KMACHINE_n450 = "atom-pc"
-COMPATIBLE_MACHINE_n450 = "n450"
-
-# The n450 is a single core hypterthreaded CPU
-KERNEL_FEATURES_append_n450 += " cfg/smp.scc"
-
-# We use the atom-pc machine SRCREV and the default meta SRCREV
-#SRCREV_machine_pn-linux-yocto-stable_n450 = ""
-#SRCREV_meta_pn-linux-yocto-stable_n450 ?= ""
--
1.7.0.4
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2011-12-01 2:01 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-01 2:01 [PATCH 0/6] meta-intel fixes for kernel updates tom.zanussi
2011-12-01 2:01 ` [PATCH 1/6] meta-crownbay: remove 2.6.34 .bbappend tom.zanussi
2011-12-01 2:01 ` [PATCH 2/6] meta-intel: update kernel SRCREVs tom.zanussi
2011-12-01 2:01 ` [PATCH 3/6] meta-emenlow: remove 2.6.34 .bbappend tom.zanussi
2011-12-01 2:01 ` [PATCH 4/6] meta-fishriver: " tom.zanussi
2011-12-01 2:01 ` [PATCH 5/6] meta-jasperforest: " tom.zanussi
2011-12-01 2:01 ` [PATCH 6/6] meta-n450: " 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.