mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-31 12:50:02 +00:00
arm-bsp/documentation: fix MACHINE reference
The MACHINE is foundation-armv8, not foundation-v8. Change-Id: I557eb9c32914b2ccf938a76a6efb260483e83d22 Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
### Configuration:
|
### Configuration:
|
||||||
In the local.conf file, MACHINE should be set as follow:
|
In the local.conf file, MACHINE should be set as follow:
|
||||||
MACHINE ?= "foundation-v8"
|
MACHINE ?= "foundation-armv8"
|
||||||
|
|
||||||
### Build:
|
### Build:
|
||||||
```bash$ bitbake core-image-minimal```
|
```bash$ bitbake core-image-minimal```
|
||||||
|
|||||||
Reference in New Issue
Block a user