Allow linux-yocto-tiny to be built on qemuarm64. Signed-off-by: Alejandro Enedino Hernandez Samaniego <[email protected]> --- bsp/qemuarm64/qemuarm64-tiny.cfg | 6 ++++++ bsp/qemuarm64/qemuarm64-tiny.scc | 14 ++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 bsp/qemuarm64/qemuarm64-tiny.cfg create mode 100644 bsp/qemuarm64/qemuarm64-tiny.scc
diff --git a/bsp/qemuarm64/qemuarm64-tiny.cfg b/bsp/qemuarm64/qemuarm64-tiny.cfg new file mode 100644 index 00000000..81ad88ee --- /dev/null +++ b/bsp/qemuarm64/qemuarm64-tiny.cfg @@ -0,0 +1,6 @@ +CONFIG_TTY=y +CONFIG_VIRTIO_MENU=y +CONFIG_VIRTIO_PCI=y +CONFIG_VIRTIO=y +CONFIG_VIRTIO_CONSOLE=y +CONFIG_HVC_DRIVER=y \ No newline at end of file diff --git a/bsp/qemuarm64/qemuarm64-tiny.scc b/bsp/qemuarm64/qemuarm64-tiny.scc new file mode 100644 index 00000000..4f698778 --- /dev/null +++ b/bsp/qemuarm64/qemuarm64-tiny.scc @@ -0,0 +1,14 @@ +# SPDX-License-Identifier: MIT +define KMACHINE qemuarm64 +define KTYPE tiny +define KARCH arm64 + +include ktypes/tiny/tiny.scc +branch qemuarm64 + +include cfg/virtio.scc +include qemuarm64.scc + +# enable the ability to run 32 bit apps +include arch/arm/32bit-compat.scc +include qemuarm64-tiny.cfg \ No newline at end of file -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#10854): https://lists.yoctoproject.org/g/linux-yocto/message/10854 Mute This Topic: https://lists.yoctoproject.org/mt/88615699/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
