From be32634d7f66f23745289d65a1eead68431da377 Mon Sep 17 00:00:00 2001 From: Bryan O'Donoghue Date: Wed, 29 Nov 2023 17:44:24 +0000 Subject: [PATCH] README.md: Update example to reflect current MACHINE names The current example gives an invalid MACHINE. meta-qcom has moved to more generic MACHINE types instead of specific board targets. Give the example most users would be interested in qcom-armv8a. Signed-off-by: Bryan O'Donoghue --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bffc8f..de3f748 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ To run the setup script: And follow the instructions. If you already know the value for MACHINE and DISTRO, it is possible to set them as environment variables, e.g. - $ MACHINE=dragonboard-410c DISTRO=rpb source setup-environment + $ MACHINE=qcom-armv8a DISTRO=rpb source setup-environment ## Build a minimal, console-only image