From 33fec5a3ec55bce7f1664e70e6f5ff8daf56886d Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 15 Apr 2024 10:37:28 +0200 Subject: vm/odroid: delete Delete support for odroid board. It's build broken for >3 years (at least on 8ba8079b119f). We keep it in history and if it's resurrected, it needs to be merged with vm/isolated and most code needs to be at least build-tested (mock out only the C interface). --- docs/linux/setup.md | 1 - 1 file changed, 1 deletion(-) (limited to 'docs/linux/setup.md') diff --git a/docs/linux/setup.md b/docs/linux/setup.md index 4e827ec8f..02641b0a4 100644 --- a/docs/linux/setup.md +++ b/docs/linux/setup.md @@ -12,7 +12,6 @@ Instructions for a particular VM type or kernel architecture can be found on the - [Setup: Linux host, Android device, arm32/64 kernel](setup_linux-host_android-device_arm-kernel.md) - [Setup: Linux isolated host](setup_linux-host_isolated.md) - [Setup: Ubuntu host, VMware vm, x86-64 kernel](setup_ubuntu-host_vmware-vm_x86-64-kernel.md) -- [Setup: Ubuntu host, Odroid C2 board, arm64 kernel](setup_ubuntu-host_odroid-c2-board_arm64-kernel.md) [outdated] ## Install -- cgit mrf-deployment