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/arch-armv8-5a.inc | |
| 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/arch-armv8-5a.inc')
| -rw-r--r-- | meta/conf/machine/include/arm/arch-armv8-5a.inc | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/meta/conf/machine/include/arm/arch-armv8-5a.inc b/meta/conf/machine/include/arm/arch-armv8-5a.inc deleted file mode 100644 index 176bc9033c..0000000000 --- a/meta/conf/machine/include/arm/arch-armv8-5a.inc +++ /dev/null | |||
| @@ -1,24 +0,0 @@ | |||
| 1 | DEFAULTTUNE ?= "armv8-5a" | ||
| 2 | |||
| 3 | TUNEVALID[armv8-5a] = "Enable instructions for ARMv8.5-a" | ||
| 4 | TUNE_CCARGS_MARCH .= "${@bb.utils.contains('TUNE_FEATURES', 'armv8-5a', ' -march=armv8.5-a', '', d)}" | ||
| 5 | # TUNE crypto will be handled by arch-armv8a.inc below | ||
| 6 | MACHINEOVERRIDES =. "${@bb.utils.contains('TUNE_FEATURES', 'armv8-5a', 'armv8-5a:', '', d)}" | ||
| 7 | |||
| 8 | require conf/machine/include/arm/arch-armv8a.inc | ||
| 9 | require conf/machine/include/arm/feature-arm-sve.inc | ||
| 10 | |||
| 11 | # Little Endian base configs | ||
| 12 | AVAILTUNES += "armv8-5a armv8-5a-crypto armv8-5a-crypto-sve" | ||
| 13 | ARMPKGARCH:tune-armv8-5a ?= "armv8-5a" | ||
| 14 | ARMPKGARCH:tune-armv8-5a-crypto ?= "armv8-5a" | ||
| 15 | ARMPKGARCH:tune-armv8-5a-crypto-sve ?= "armv8-5a" | ||
| 16 | TUNE_FEATURES:tune-armv8-5a = "aarch64 armv8-5a" | ||
| 17 | TUNE_FEATURES:tune-armv8-5a-crypto = "${TUNE_FEATURES:tune-armv8-5a} crypto" | ||
| 18 | TUNE_FEATURES:tune-armv8-5a-crypto-sve = "${TUNE_FEATURES:tune-armv8-5a-crypto} sve" | ||
| 19 | PACKAGE_EXTRA_ARCHS:tune-armv8-5a = "${PACKAGE_EXTRA_ARCHS:tune-armv8a} armv8-5a" | ||
| 20 | PACKAGE_EXTRA_ARCHS:tune-armv8-5a-crypto = "${PACKAGE_EXTRA_ARCHS:tune-armv8-5a} armv8-5a-crypto" | ||
| 21 | PACKAGE_EXTRA_ARCHS:tune-armv8-5a-crypto-sve = "${PACKAGE_EXTRA_ARCHS:tune-armv8-5a-crypto} armv8-5a-crypto-sve" | ||
| 22 | BASE_LIB:tune-armv8-5a = "lib64" | ||
| 23 | BASE_LIB:tune-armv8-5a-crypto = "lib64" | ||
| 24 | BASE_LIB:tune-armv8-5a-crypto-sve = "lib64" | ||
