build: Move to rust-vmm acpi_tables crate

This code is indentical to what is in this repository. When a release
gets made we can then switch to that.

Fixes: #5122

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2023-02-10 15:37:30 +00:00
parent 1143d54ee0
commit 09fca4a5dd
9 changed files with 3 additions and 2136 deletions

View File

@@ -5,7 +5,7 @@ authors = ["The Chromium OS Authors"]
edition = "2021"
[dependencies]
acpi_tables = { path = "../acpi_tables" }
acpi_tables = { git = "https://github.com/rust-vmm/acpi_tables", branch = "main" }
anyhow = "1.0.69"
arch = { path = "../arch" }
bitflags = "1.3.2"