1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-06-04 14:10:01 +00:00

arm-bsp/optee: rename corstone1000 files

The corstone1000 optee files have an underbar when it should have a
hyphen in the naming scheme.  Change this to match other files.

Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Jon Mason
2022-09-08 15:29:58 -04:00
parent 9418819358
commit 503bfcdc36
5 changed files with 3 additions and 3 deletions
@@ -1,4 +1,4 @@
require optee-os_corstone1000_common.inc
require optee-os-corstone1000-common.inc
DEPENDS += " secure-partitions"
EXTRA_OEMAKE +="'SP_PACKAGING_METHOD=embedded'"
@@ -0,0 +1 @@
require optee-os-corstone1000-common.inc
@@ -1 +0,0 @@
require optee-os_corstone1000_common.inc
@@ -1,6 +1,6 @@
# Machine specific configurations
MACHINE_OPTEE_SPDEVKIT_REQUIRE ?= ""
MACHINE_OPTEE_SPDEVKIT_REQUIRE:corstone1000 = "optee-spdevkit_corstone1000.inc"
MACHINE_OPTEE_SPDEVKIT_REQUIRE:corstone1000 = "optee-spdevkit-corstone1000.inc"
require ${MACHINE_OPTEE_SPDEVKIT_REQUIRE}