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/armv6m | |
| 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/armv6m')
3 files changed, 0 insertions, 36 deletions
diff --git a/meta/conf/machine/include/arm/armv6m/tune-cortexm0.inc b/meta/conf/machine/include/arm/armv6m/tune-cortexm0.inc deleted file mode 100644 index aadc5326ce..0000000000 --- a/meta/conf/machine/include/arm/armv6m/tune-cortexm0.inc +++ /dev/null | |||
| @@ -1,11 +0,0 @@ | |||
| 1 | DEFAULTTUNE ?= "cortexm0" | ||
| 2 | require conf/machine/include/arm/arch-armv6m.inc | ||
| 3 | |||
| 4 | TUNEVALID[cortexm0] = "Enable Cortex-M0 specific processor optimizations" | ||
| 5 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'cortexm0', ' -mcpu=cortex-m0', '', d)}" | ||
| 6 | AVAILTUNES += "cortexm0" | ||
| 7 | |||
| 8 | ARMPKGARCH:tune-cortexm0 = "cortexm0" | ||
| 9 | TUNE_FEATURES:tune-cortexm0 = "${TUNE_FEATURES:tune-armv6m} cortexm0" | ||
| 10 | |||
| 11 | PACKAGE_EXTRA_ARCHS:tune-cortexm0 = "${PACKAGE_EXTRA_ARCHS:tune-armv6m} cortexm0" | ||
diff --git a/meta/conf/machine/include/arm/armv6m/tune-cortexm0plus.inc b/meta/conf/machine/include/arm/armv6m/tune-cortexm0plus.inc deleted file mode 100644 index a3cf3f0bd2..0000000000 --- a/meta/conf/machine/include/arm/armv6m/tune-cortexm0plus.inc +++ /dev/null | |||
| @@ -1,11 +0,0 @@ | |||
| 1 | DEFAULTTUNE ?= "cortexm0-plus" | ||
| 2 | require conf/machine/include/arm/arch-armv6m.inc | ||
| 3 | |||
| 4 | TUNEVALID[cortexm0-plus] = "Enable Cortex-M0 Plus specific processor optimizations" | ||
| 5 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'cortexm0-plus', ' -mcpu=cortex-m0plus', '', d)}" | ||
| 6 | AVAILTUNES += "cortexm0-plus" | ||
| 7 | |||
| 8 | ARMPKGARCH:tune-cortexm0-plus = "cortexm0-plus" | ||
| 9 | TUNE_FEATURES:tune-cortexm0-plus = "${TUNE_FEATURES:tune-armv6m} cortexm0-plus" | ||
| 10 | |||
| 11 | PACKAGE_EXTRA_ARCHS:tune-cortexm0-plus = "${PACKAGE_EXTRA_ARCHS:tune-armv6m} cortexm0-plus" | ||
diff --git a/meta/conf/machine/include/arm/armv6m/tune-cortexm1.inc b/meta/conf/machine/include/arm/armv6m/tune-cortexm1.inc deleted file mode 100644 index 16661f3a26..0000000000 --- a/meta/conf/machine/include/arm/armv6m/tune-cortexm1.inc +++ /dev/null | |||
| @@ -1,14 +0,0 @@ | |||
| 1 | # | ||
| 2 | # Tune Settings for Cortex-M1 | ||
| 3 | # | ||
| 4 | DEFAULTTUNE ?= "cortexm1" | ||
| 5 | |||
| 6 | TUNEVALID[cortexm1] = "Enable Cortex-M1 specific processor optimizations" | ||
| 7 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'cortexm1', ' -mcpu=cortex-m1', '', d)}" | ||
| 8 | |||
| 9 | require conf/machine/include/arm/arch-armv6m.inc | ||
| 10 | |||
| 11 | AVAILTUNES += "cortexm1" | ||
| 12 | ARMPKGARCH:tune-cortexm1 = "cortexm1" | ||
| 13 | TUNE_FEATURES:tune-cortexm1 = "${TUNE_FEATURES:tune-armv6m} cortexm1" | ||
| 14 | PACKAGE_EXTRA_ARCHS:tune-cortexm1 = "${PACKAGE_EXTRA_ARCHS:tune-armv6m} cortexm1" | ||
