From: Darren Hart <dvhart@linux.intel.com>
To: poky@yoctoproject.org
Subject: Re: [PATCH 1/1] linux-2.6-windriver: atom-pc-preempt_rt meta-data
Date: Wed, 12 Jan 2011 18:56:32 -0800 [thread overview]
Message-ID: <4D2E69E0.5030402@linux.intel.com> (raw)
In-Reply-To: <e5cc85afdfc1e70dfac07f1e77cfa726b678d8a0.1293749684.git.dvhart@linux.intel.com>
Whoops, After just confirming that these are the same as the last ones
sent I came across a problem with them. See below:
On 12/21/2010 09:48 AM, Darren Hart wrote:
> The following patch adds support for the preempt_rt kernel type
> for the atom-pc machine. It should be applied to the wrs_meta
> branch.
>
> Signed-off-by: Darren Hart<dvhart@linux.intel.com>
> CC: Bruce Ashfield<bruce.ashfield@windriver.com>
> CC: Tom Zanussi<tom.zanussi@intel.com>
> ---
> .../bsp/atom-pc/atom-pc-preempt_rt.scc | 7 +++++++
> 1 files changed, 7 insertions(+), 0 deletions(-)
> create mode 100644 wrs/cfg/kernel-cache/bsp/atom-pc/atom-pc-preempt_rt.scc
> create mode 100644 wrs/patches/atom_pc-preempt_rt/series
> create mode 100644 wrs/patches/atom_pc-preempt_rt/status
>
> diff --git a/wrs/cfg/kernel-cache/bsp/atom-pc/atom-pc-preempt_rt.scc b/wrs/cfg/kernel-cache/bsp/atom-pc/atom-pc-preempt_rt.scc
> new file mode 100644
> index 0000000..3e13665
> --- /dev/null
> +++ b/wrs/cfg/kernel-cache/bsp/atom-pc/atom-pc-preempt_rt.scc
> @@ -0,0 +1,7 @@
> +define WRS_BOARD atom-pc
> +define WRS_KERNEL preempt_rt
> +define WRS_ARCH i386
> +
> +scc_leaf ktypes/preempt_rt atom-pc-preempt_rt
This is incorrect, it should be:
+scc_leaf bsp/common_pc/common_pc-preempt_rt atom-pc-preempt_rt
The previous patch resulted in a bad .config for the rt kernels, one that
wouldn't boot on the live image for the atom-pc - likely due to things like
CONFIG_IDE and CONFIG_SCSI not being present (among _a lot_ of other basic
stuff)! The correct patch follows, sorry for the confusion.
--
Darren Hart
Yocto Linux Kernel
From 76829ed36013a24d6de8085ff5e15aaadf6de21a Mon Sep 17 00:00:00 2001
From: Darren Hart <dvhart@linux.intel.com>
Date: Tue, 21 Dec 2010 09:48:26 -0800
Subject: [PATCH] linux-2.6-windriver: atom-pc-preempt_rt meta-data
The following patch adds support for the preempt_rt kernel type
for the atom-pc machine. It should be applied to the wrs_meta
branch.
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
CC: Bruce Ashfield <bruce.ashfield@windriver.com>
CC: Tom Zanussi <tom.zanussi@intel.com>
---
.../bsp/atom-pc/atom-pc-preempt_rt.scc | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
create mode 100644 wrs/cfg/kernel-cache/bsp/atom-pc/atom-pc-preempt_rt.scc
create mode 100644 wrs/patches/atom_pc-preempt_rt/series
create mode 100644 wrs/patches/atom_pc-preempt_rt/status
diff --git a/wrs/cfg/kernel-cache/bsp/atom-pc/atom-pc-preempt_rt.scc b/wrs/cfg/kernel-cache/bsp/atom-pc/atom-pc-preempt_rt.scc
new file mode 100644
index 0000000..169207c
--- /dev/null
+++ b/wrs/cfg/kernel-cache/bsp/atom-pc/atom-pc-preempt_rt.scc
@@ -0,0 +1,7 @@
+define WRS_BOARD atom-pc
+define WRS_KERNEL preempt_rt
+define WRS_ARCH i386
+
+scc_leaf bsp/common_pc/common_pc-preempt_rt atom-pc-preempt_rt
+
+include bsp/atom-pc/atom-pc.scc
diff --git a/wrs/patches/atom_pc-preempt_rt/series b/wrs/patches/atom_pc-preempt_rt/series
new file mode 100644
index 0000000..e69de29
diff --git a/wrs/patches/atom_pc-preempt_rt/status b/wrs/patches/atom_pc-preempt_rt/status
new file mode 100644
index 0000000..e69de29
--
1.7.1
next prev parent reply other threads:[~2011-01-13 2:56 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-30 22:54 [PATCH 0/1] linux-2.6-windriver: add atom-pc preempt_rt support Darren Hart
2010-12-21 17:48 ` [PATCH 1/1] linux-2.6-windriver: atom-pc-preempt_rt meta-data Darren Hart
2011-01-13 2:56 ` Darren Hart [this message]
2011-01-04 21:03 ` [PATCH 0/1] linux-2.6-windriver: add atom-pc preempt_rt support Bruce Ashfield
2011-01-10 17:46 ` Bruce Ashfield
2011-01-12 13:45 ` [PATCH 0/1] linux-2.6-windriver: add atom-pc preempt_rt support (RESEND) Bruce Ashfield
2011-01-12 23:40 ` Darren Hart
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4D2E69E0.5030402@linux.intel.com \
--to=dvhart@linux.intel.com \
--cc=poky@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.