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/armv4 | |
| 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/armv4')
4 files changed, 0 insertions, 50 deletions
diff --git a/meta/conf/machine/include/arm/armv4/tune-arm920t.inc b/meta/conf/machine/include/arm/armv4/tune-arm920t.inc deleted file mode 100644 index 1b1cbdb5a7..0000000000 --- a/meta/conf/machine/include/arm/armv4/tune-arm920t.inc +++ /dev/null | |||
| @@ -1,13 +0,0 @@ | |||
| 1 | DEFAULTTUNE ?= "arm920t" | ||
| 2 | |||
| 3 | require conf/machine/include/arm/arch-armv4.inc | ||
| 4 | |||
| 5 | TUNEVALID[arm920t] = "Enable arm920t specific processor optimizations" | ||
| 6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'arm920t', ' -mcpu=arm920t', '', d)}" | ||
| 7 | MACHINEOVERRIDES =. "${@bb.utils.contains('TUNE_FEATURES', 'arm920t', 'armv4:', '', d)}" | ||
| 8 | |||
| 9 | AVAILTUNES += "arm920t" | ||
| 10 | ARMPKGARCH:tune-arm920t = "arm920t" | ||
| 11 | # mcpu is used so don't use armv4t as we don't want march | ||
| 12 | TUNE_FEATURES:tune-arm920t = "arm thumb arm920t" | ||
| 13 | PACKAGE_EXTRA_ARCHS:tune-arm920t = "${PACKAGE_EXTRA_ARCHS:tune-armv4t} arm920t arm920tt" | ||
diff --git a/meta/conf/machine/include/arm/armv4/tune-arm9tdmi.inc b/meta/conf/machine/include/arm/armv4/tune-arm9tdmi.inc deleted file mode 100644 index 78b890b43c..0000000000 --- a/meta/conf/machine/include/arm/armv4/tune-arm9tdmi.inc +++ /dev/null | |||
| @@ -1,13 +0,0 @@ | |||
| 1 | DEFAULTTUNE ?= "arm9tdmi" | ||
| 2 | |||
| 3 | require conf/machine/include/arm/arch-armv4.inc | ||
| 4 | |||
| 5 | TUNEVALID[arm9tdmi] = "Enable arm9tdmi specific processor optimizations" | ||
| 6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'arm9tdmi', ' -mcpu=arm9tdmi', '', d)}" | ||
| 7 | MACHINEOVERRIDES =. "${@bb.utils.contains('TUNE_FEATURES', 'arm9tdmi', 'armv4:', '', d)}" | ||
| 8 | |||
| 9 | AVAILTUNES += "arm9tdmi" | ||
| 10 | ARMPKGARCH:tune-arm9tdmi = "arm9tdmi" | ||
| 11 | # mcpu is used so don't use armv4t as we don't want march | ||
| 12 | TUNE_FEATURES:tune-arm9tdmi = "arm thumb arm9tdmi" | ||
| 13 | PACKAGE_EXTRA_ARCHS:tune-arm9tdmi = "${PACKAGE_EXTRA_ARCHS:tune-armv4t} arm9tdmi arm9tdmit" | ||
diff --git a/meta/conf/machine/include/arm/armv4/tune-ep9312.inc b/meta/conf/machine/include/arm/armv4/tune-ep9312.inc deleted file mode 100644 index 0d481d3888..0000000000 --- a/meta/conf/machine/include/arm/armv4/tune-ep9312.inc +++ /dev/null | |||
| @@ -1,12 +0,0 @@ | |||
| 1 | DEFAULTTUNE ?= "ep9312" | ||
| 2 | |||
| 3 | require conf/machine/include/arm/arch-armv4.inc | ||
| 4 | |||
| 5 | TUNEVALID[ep9312] = "Enable Cirrus Logic EP9312 specific processor optimizations" | ||
| 6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'ep9312', ' -march=ep9312 -mcpu=ep9312', '', d)}" | ||
| 7 | MACHINEOVERRIDES =. "${@bb.utils.contains('TUNE_FEATURES', 'ep9312', 'armv4:', '', d)}" | ||
| 8 | |||
| 9 | AVAILTUNES += "ep9312" | ||
| 10 | ARMPKGARCH:tune-ep9312 = "ep9312" | ||
| 11 | TUNE_FEATURES:tune-ep9312 = "thumb ep9312" | ||
| 12 | PACKAGE_EXTRA_ARCHS:tune-ep9312 = "${PACKAGE_EXTRA_ARCHS:tune-armv4t} ep9312t" | ||
diff --git a/meta/conf/machine/include/arm/armv4/tune-strongarm1100.inc b/meta/conf/machine/include/arm/armv4/tune-strongarm1100.inc deleted file mode 100644 index 38ea9b7dd5..0000000000 --- a/meta/conf/machine/include/arm/armv4/tune-strongarm1100.inc +++ /dev/null | |||
| @@ -1,12 +0,0 @@ | |||
| 1 | DEFAULTTUNE ?= "strongarm" | ||
| 2 | |||
| 3 | require conf/machine/include/arm/arch-armv4.inc | ||
| 4 | |||
| 5 | TUNEVALID[strongarm] = "Enable Strongarm 1100 series processor optimizations" | ||
| 6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'strongarm', ' -mcpu=strongarm1100', '', d)}" | ||
| 7 | MACHINEOVERRIDES =. "${@bb.utils.contains('TUNE_FEATURES', 'strongarm', 'armv4:', '', d)}" | ||
| 8 | |||
| 9 | AVAILTUNES += "strongarm" | ||
| 10 | ARMPKGARCH:tune-strongarm = "strongarm" | ||
| 11 | TUNE_FEATURES:tune-strongarm = "arm strongarm" | ||
| 12 | PACKAGE_EXTRA_ARCHS:tune-strongarm = "${PACKAGE_EXTRA_ARCHS:tune-armv4} strongarm" | ||
