On 14-04-02 02:03 AM, Darren Hart wrote:
On 4/1/14, 17:52, "Bruce Ashfield" <[email protected]> wrote:
On 2014-03-31, 7:34 PM, Darren Hart wrote:
Add the preempt-rt ktype scc targets for the intel-core2-32 and
intel-corei7-64 BSPs. These are also the intel-common configuration used
for all intel-common compatible BSPs.
I assume you want this on 3.14 and -dev as well ? It looks fine to me,
confirm which versions you want it for, and I'll do the merge.
Only tested on 3.10 since that's where our RT support is. But yes, they
can go everywhere and keep it all in sync if you are OK with PREEMPT-RT
meta-data where there is no preempt-rt support.
doh. Right you are. And yes, I'll sync it to 3.14, but it won't do anything
except wait for the next kernel with -rt support.
Bruce
--
Darren
Cheers,
Bruce
Signed-off-by: Darren Hart <[email protected]>
---
.../bsp/intel-common/intel-core2-32-preempt-rt.scc | 9 +++++++++
.../intel-common/intel-corei7064-preempt-rt-scc | 9 +++++++++
2 files changed, 18 insertions(+)
create mode 100644
meta/cfg/kernel-cache/bsp/intel-common/intel-core2-32-preempt-rt.scc
create mode 100644
meta/cfg/kernel-cache/bsp/intel-common/intel-corei7064-preempt-rt-scc
diff --git
a/meta/cfg/kernel-cache/bsp/intel-common/intel-core2-32-preempt-rt.scc
b/meta/cfg/kernel-cache/bsp/intel-common/intel-core2-32-preempt-rt.scc
new file mode 100644
index 0000000..1b33927
--- /dev/null
+++
b/meta/cfg/kernel-cache/bsp/intel-common/intel-core2-32-preempt-rt.scc
@@ -0,0 +1,9 @@
+define KMACHINE intel-core2-32
+define KTYPE preempt-rt
+define KARCH i386
+
+# no new branch required, re-use the ktypes/preempt-rt/preempt-rt.scc
branch
+include ktypes/preempt-rt/preempt-rt.scc
+
+include intel-common-standard.scc
+include intel-core2-32.scc
diff --git
a/meta/cfg/kernel-cache/bsp/intel-common/intel-corei7064-preempt-rt-scc
b/meta/cfg/kernel-cache/bsp/intel-common/intel-corei7064-preempt-rt-scc
new file mode 100644
index 0000000..d020408
--- /dev/null
+++
b/meta/cfg/kernel-cache/bsp/intel-common/intel-corei7064-preempt-rt-scc
@@ -0,0 +1,9 @@
+define KMACHINE intel-corei7-64
+define KTYPE preempt-rt
+define KARCH x86_64
+
+# no new branch required, re-use the ktypes/preempt-rt/preempt-rt.scc
branch
+include ktypes/preempt-rt/preempt-rt.scc
+
+include intel-common-standard.scc
+include intel-corei7-64.scc
--
_______________________________________________
linux-yocto mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/linux-yocto