[linux-yocto] [PATCH] qemuarm64: Add preemp-rt config entry
He Zhe
zhe.he at windriver.com
Thu Jul 26 02:22:43 PDT 2018
Signed-off-by: He Zhe <zhe.he at windriver.com>
---
bsp/qemuarm64/qemuarm64-preempt-rt.scc | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 bsp/qemuarm64/qemuarm64-preempt-rt.scc
diff --git a/bsp/qemuarm64/qemuarm64-preempt-rt.scc b/bsp/qemuarm64/qemuarm64-preempt-rt.scc
new file mode 100644
index 00000000..9541458d
--- /dev/null
+++ b/bsp/qemuarm64/qemuarm64-preempt-rt.scc
@@ -0,0 +1,12 @@
+define KMACHINE qemuarm64
+define KTYPE preempt-rt
+define KARCH arm64
+
+# no new branch required, re-use the ktypes/preempt-rt/preempt-rt.scc branch
+include ktypes/preempt-rt/preempt-rt.scc
+
+include cfg/virtio.scc
+include qemuarm64.scc
+
+# enable the ability to run 32 bit apps
+include arch/arm/32bit-compat.scc
--
2.11.0
More information about the linux-yocto
mailing list