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/powerpc/tune-ppce6500.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/powerpc/tune-ppce6500.inc')
| -rw-r--r-- | meta/conf/machine/include/powerpc/tune-ppce6500.inc | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/meta/conf/machine/include/powerpc/tune-ppce6500.inc b/meta/conf/machine/include/powerpc/tune-ppce6500.inc deleted file mode 100644 index 4444705b2d..0000000000 --- a/meta/conf/machine/include/powerpc/tune-ppce6500.inc +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 1 | DEFAULTTUNE ?= "ppce6500" | ||
| 2 | |||
| 3 | require conf/machine/include/powerpc/arch-powerpc64.inc | ||
| 4 | |||
| 5 | TUNEVALID[e6500] = "Enable Freescale e6500 specific processor optimizations" | ||
| 6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'e6500', ' -mcpu=e6500', '', d)}" | ||
| 7 | |||
| 8 | AVAILTUNES += "ppce6500 ppc64e6500" | ||
| 9 | TUNE_FEATURES:tune-ppce6500 = "m32 fpu-hard e6500 altivec bigendian" | ||
| 10 | BASE_LIB:tune-ppce6500 = "lib" | ||
| 11 | TUNE_PKGARCH:tune-ppce6500 = "ppce6500" | ||
| 12 | PACKAGE_EXTRA_ARCHS:tune-ppce6500 = "${PACKAGE_EXTRA_ARCHS:tune-powerpc} ppce6500" | ||
| 13 | QEMU_EXTRAOPTIONS:tune-ppce6500 = " -cpu e500mc" | ||
| 14 | |||
| 15 | TUNE_FEATURES:tune-ppc64e6500 = "m64 fpu-hard e6500 altivec bigendian" | ||
| 16 | BASE_LIB:tune-ppc64e6500 = "lib64" | ||
| 17 | TUNE_PKGARCH:tune-ppc64e6500 = "ppc64e6500" | ||
| 18 | PACKAGE_EXTRA_ARCHS:tune-ppc64e6500 = "${PACKAGE_EXTRA_ARCHS:tune-powerpc64} ppc64e6500" | ||
| 19 | QEMU_EXTRAOPTIONS:tune-ppc64e6500 = " -cpu e500mc" | ||
| 20 | |||
| 21 | # QEMU usermode fails with invalid instruction error (YOCTO: #10304) | ||
| 22 | MACHINE_FEATURES_BACKFILL_CONSIDERED:append = "${@bb.utils.contains('TUNE_FEATURES', 'e6500', ' qemu-usermode', '', d)}" | ||
