* [PATCH 0/2][meta-intel] n450 KMACHINE and SRCREV fixes [YOCTO #837]
@ 2011-03-11 19:21 Darren Hart
2011-03-11 19:21 ` [PATCH 1/2] n450: use KMACHINE instead of WRMACHINE (fix boot failure) Darren Hart
2011-03-11 19:21 ` [PATCH 2/2] n450: Default to atom-pc SRCREVs for linux-yocto-stable Darren Hart
0 siblings, 2 replies; 3+ messages in thread
From: Darren Hart @ 2011-03-11 19:21 UTC (permalink / raw)
To: poky; +Cc: Darren Hart
From: Darren Hart <dvhart@linux.intel.com>
The following patches address bug #837, a boot failure on the n450.
Darren Hart (2):
n450: use KMACHINE instead of WRMACHINE (fix boot failure)
n450: Default to atom-pc SRCREVs for linux-yocto-stable
.../linux/linux-yocto-stable_git.bbappend | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/2] n450: use KMACHINE instead of WRMACHINE (fix boot failure)
2011-03-11 19:21 [PATCH 0/2][meta-intel] n450 KMACHINE and SRCREV fixes [YOCTO #837] Darren Hart
@ 2011-03-11 19:21 ` Darren Hart
2011-03-11 19:21 ` [PATCH 2/2] n450: Default to atom-pc SRCREVs for linux-yocto-stable Darren Hart
1 sibling, 0 replies; 3+ messages in thread
From: Darren Hart @ 2011-03-11 19:21 UTC (permalink / raw)
To: poky; +Cc: Darren Hart
From: Darren Hart <dvhart@linux.intel.com>
Fixes [YOCTO #837]
The n450 linux-yocto-stable bbappend was using WRMACHINE instead of KMACHINE.
This resulted in KMACHINE being set to UNDEFINED by the linux-yocto.inc which
resulted in bulding the common_pc-standard branch instead of the
atom-pc-standard branch. This build a kernel without vfat, blk loop, and the
requisite codepages.
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
CC: Tom Zanussi <tom.zanussi@intel.com>
---
.../linux/linux-yocto-stable_git.bbappend | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta-n450/recipes-kernel/linux/linux-yocto-stable_git.bbappend b/meta-n450/recipes-kernel/linux/linux-yocto-stable_git.bbappend
index 3a893f6..6a0cfd2 100644
--- a/meta-n450/recipes-kernel/linux/linux-yocto-stable_git.bbappend
+++ b/meta-n450/recipes-kernel/linux/linux-yocto-stable_git.bbappend
@@ -1,5 +1,5 @@
FILESEXTRAPATHS := "${THISDIR}/${PN}"
-WRMACHINE_n450 = "atom-pc"
+KMACHINE_n450 = "atom-pc"
COMPATIBLE_MACHINE_n450 = "n450"
SRCREV="${AUTOREV}"
--
1.7.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH 2/2] n450: Default to atom-pc SRCREVs for linux-yocto-stable
2011-03-11 19:21 [PATCH 0/2][meta-intel] n450 KMACHINE and SRCREV fixes [YOCTO #837] Darren Hart
2011-03-11 19:21 ` [PATCH 1/2] n450: use KMACHINE instead of WRMACHINE (fix boot failure) Darren Hart
@ 2011-03-11 19:21 ` Darren Hart
1 sibling, 0 replies; 3+ messages in thread
From: Darren Hart @ 2011-03-11 19:21 UTC (permalink / raw)
To: poky; +Cc: Darren Hart
From: Darren Hart <dvhart@linux.intel.com>
AUTOREV should only be used for local development and that can be set using
the meta-extras/meta-kernel-dev layer. Comment the subtle aspect of defaulting
to the atom-pc SRCREVs due to the shared KMACHINE.
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
CC: Tom Zanussi <tom.zanussi@intel.com>
---
.../linux/linux-yocto-stable_git.bbappend | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/meta-n450/recipes-kernel/linux/linux-yocto-stable_git.bbappend b/meta-n450/recipes-kernel/linux/linux-yocto-stable_git.bbappend
index 6a0cfd2..e7c2df8 100644
--- a/meta-n450/recipes-kernel/linux/linux-yocto-stable_git.bbappend
+++ b/meta-n450/recipes-kernel/linux/linux-yocto-stable_git.bbappend
@@ -2,6 +2,6 @@ FILESEXTRAPATHS := "${THISDIR}/${PN}"
KMACHINE_n450 = "atom-pc"
COMPATIBLE_MACHINE_n450 = "n450"
-SRCREV="${AUTOREV}"
-# Functionality flags
-#KERNEL_REVISION_CHECKING ?= "t"
+# 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.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-03-11 19:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-11 19:21 [PATCH 0/2][meta-intel] n450 KMACHINE and SRCREV fixes [YOCTO #837] Darren Hart
2011-03-11 19:21 ` [PATCH 1/2] n450: use KMACHINE instead of WRMACHINE (fix boot failure) Darren Hart
2011-03-11 19:21 ` [PATCH 2/2] n450: Default to atom-pc SRCREVs for linux-yocto-stable 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.