1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-06-06 02:40:18 +00:00

arm-bsp: rename musca_b1 and musca_s1

Rename musca_b1 and musca_s1 machines to have the standard hyphen
instead of underscore.

Change-Id: Ifd43d4f68cd964f5acd546a8380f165cc53588ab
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Jon Mason
2020-09-29 21:02:40 -04:00
parent 7e67045530
commit a896f597c2
3 changed files with 3 additions and 3 deletions
@@ -1,4 +1,4 @@
COMPATIBLE_MACHINE = "musca_b1|musca_s1"
COMPATIBLE_MACHINE = "musca-b1|musca-s1"
TFM_PLATFORM_musca_b1 = "MUSCA_B1"
TFM_PLATFORM_musca_s1 = "MUSCA_S1"
TFM_PLATFORM_musca-b1 = "MUSCA_B1"
TFM_PLATFORM_musca-s1 = "MUSCA_S1"