diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-08-30 09:45:45 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-09-04 11:03:55 +0100 |
commit | be6db68a5ebbcaee379b630bd1fd9ef932d54f13 (patch) | |
tree | 4f6fd064013bda9170763cbaf14810c7eb4fb43b /meta/recipes-kernel | |
parent | 06b05601c2df2fae9827f5405d728d6d50a11546 (diff) | |
download | poky-be6db68a5ebbcaee379b630bd1fd9ef932d54f13.tar.gz |
qemuarm64: add compatibility with -rt
We have an rt BSP definition for preempt-rt and qemuarm, and it boots
with 4.18, so we add it to the compatible machines:
qemuarm64 login: root
root@qemuarm64:~# uname -a
Linux qemuarm64 4.18.3-rt1-yocto-preempt-rt #1 SMP PREEMPT RT Tue Aug 28
14:10:55 UTC 2018 aarch64 aarch64 aarch64 GNU/Linux
(From OE-Core rev: a99ff5415b587fdeb3212ba1c95c5c366a7c362b)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_4.18.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.18.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.18.bb index 782c5d5dd5..cfcd9fc22d 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.18.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.18.bb | |||
@@ -31,7 +31,7 @@ KCONF_BSP_AUDIT_LEVEL = "2" | |||
31 | 31 | ||
32 | LINUX_KERNEL_TYPE = "preempt-rt" | 32 | LINUX_KERNEL_TYPE = "preempt-rt" |
33 | 33 | ||
34 | COMPATIBLE_MACHINE = "(qemux86|qemux86-64|qemuarm|qemuppc|qemumips)" | 34 | COMPATIBLE_MACHINE = "(qemux86|qemux86-64|qemuarm|qemuarm64|qemuppc|qemumips)" |
35 | 35 | ||
36 | KERNEL_DEVICETREE_qemuarm = "versatile-pb.dtb" | 36 | KERNEL_DEVICETREE_qemuarm = "versatile-pb.dtb" |
37 | 37 | ||