diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-11-07 13:31:53 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-11-07 13:31:53 +0000 |
| commit | 8c22ff0d8b70d9b12f0487ef696a7e915b9e3173 (patch) | |
| tree | efdc32587159d0050a69009bdf2330a531727d95 /meta/conf/machine/include/arm/armv8-1m | |
| parent | d412d2747595c1cc4a5e3ca975e3adc31b2f7891 (diff) | |
| download | poky-8c22ff0d8b70d9b12f0487ef696a7e915b9e3173.tar.gz | |
The poky repository master branch is no longer being updated.
You can either:
a) switch to individual clones of bitbake, openembedded-core, meta-yocto and yocto-docs
b) use the new bitbake-setup
You can find information about either approach in our documentation:
https://docs.yoctoproject.org/
Note that "poky" the distro setting is still available in meta-yocto as
before and we continue to use and maintain that.
Long live Poky!
Some further information on the background of this change can be found
in: https://lists.openembedded.org/g/openembedded-architecture/message/2179
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine/include/arm/armv8-1m')
| -rw-r--r-- | meta/conf/machine/include/arm/armv8-1m/tune-cortexm55.inc | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/meta/conf/machine/include/arm/armv8-1m/tune-cortexm55.inc b/meta/conf/machine/include/arm/armv8-1m/tune-cortexm55.inc deleted file mode 100644 index 0a115be8a4..0000000000 --- a/meta/conf/machine/include/arm/armv8-1m/tune-cortexm55.inc +++ /dev/null | |||
| @@ -1,15 +0,0 @@ | |||
| 1 | # | ||
| 2 | # Tune Settings for Cortex-M55 | ||
| 3 | # | ||
| 4 | DEFAULTTUNE ?= "cortexm55" | ||
| 5 | |||
| 6 | TUNEVALID[cortexm55] = "Enable Cortex-M55 specific processor optimizations" | ||
| 7 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'cortexm55', ' -mcpu=cortex-m55', '', d)}" | ||
| 8 | |||
| 9 | require conf/machine/include/arm/arch-armv8-1m-main.inc | ||
| 10 | |||
| 11 | AVAILTUNES += "cortexm55" | ||
| 12 | ARMPKGARCH:tune-cortexm55 = "cortexm55" | ||
| 13 | # We do not want -march since -mcpu is added above to cover for it | ||
| 14 | TUNE_FEATURES:tune-cortexm55 = "cortexm55" | ||
| 15 | PACKAGE_EXTRA_ARCHS:tune-cortexm55 = "${PACKAGE_EXTRA_ARCHS:tune-armv8-1m-main} cortexm55" | ||
