diff options
11 files changed, 11 insertions, 0 deletions
diff --git a/meta-initramfs/recipes-devtools/klibc/klibc.inc b/meta-initramfs/recipes-devtools/klibc/klibc.inc index 289288d480..54cd3c24bc 100644 --- a/meta-initramfs/recipes-devtools/klibc/klibc.inc +++ b/meta-initramfs/recipes-devtools/klibc/klibc.inc | |||
@@ -77,4 +77,5 @@ KLIBC_ARCH_x86 = "i386" | |||
77 | KLIBC_ARCH_x86-64 = "x86_64" | 77 | KLIBC_ARCH_x86-64 = "x86_64" |
78 | KLIBC_ARCH_powerpc = "ppc" | 78 | KLIBC_ARCH_powerpc = "ppc" |
79 | KLIBC_ARCH_powerpc64 = "ppc64" | 79 | KLIBC_ARCH_powerpc64 = "ppc64" |
80 | KLIBC_ARCH_powerpc64le = "ppc64" | ||
80 | THIS_LIBKLIBC = "libklibc (= ${PV}-${PR})" | 81 | THIS_LIBKLIBC = "libklibc (= ${PV}-${PR})" |
diff --git a/meta-oe/recipes-benchmark/iozone3/iozone3_488.bb b/meta-oe/recipes-benchmark/iozone3/iozone3_488.bb index 4d9e07765f..222a95647e 100644 --- a/meta-oe/recipes-benchmark/iozone3/iozone3_488.bb +++ b/meta-oe/recipes-benchmark/iozone3/iozone3_488.bb | |||
@@ -25,6 +25,7 @@ S = "${WORKDIR}/${BPN}_${PV}/src/current/" | |||
25 | # | 25 | # |
26 | EXTRA_OEMAKE_powerpc = "linux-powerpc CC='${CC}' GCC='${CC}'" | 26 | EXTRA_OEMAKE_powerpc = "linux-powerpc CC='${CC}' GCC='${CC}'" |
27 | EXTRA_OEMAKE_powerpc64 = "linux-powerpc64 CC='${CC}' GCC='${CC}'" | 27 | EXTRA_OEMAKE_powerpc64 = "linux-powerpc64 CC='${CC}' GCC='${CC}'" |
28 | EXTRA_OEMAKE_powerpc64le = "linux-powerpc64 CC='${CC}' GCC='${CC}'" | ||
28 | EXTRA_OEMAKE_x86-64 = "linux-AMD64 CC='${CC}' GCC='${CC}'" | 29 | EXTRA_OEMAKE_x86-64 = "linux-AMD64 CC='${CC}' GCC='${CC}'" |
29 | EXTRA_OEMAKE_arm = "linux-arm CC='${CC}' GCC='${CC}'" | 30 | EXTRA_OEMAKE_arm = "linux-arm CC='${CC}' GCC='${CC}'" |
30 | EXTRA_OEMAKE = "linux CC='${CC}' GCC='${CC}'" | 31 | EXTRA_OEMAKE = "linux CC='${CC}' GCC='${CC}'" |
diff --git a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb index e66db1a090..f1a4efba26 100644 --- a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb +++ b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb | |||
@@ -37,6 +37,7 @@ LIBARGS = "LIB32=${baselib} LIB64=${baselib}" | |||
37 | LIBHUGETLBFS_ARCH = "${TARGET_ARCH}" | 37 | LIBHUGETLBFS_ARCH = "${TARGET_ARCH}" |
38 | LIBHUGETLBFS_ARCH_powerpc = "ppc" | 38 | LIBHUGETLBFS_ARCH_powerpc = "ppc" |
39 | LIBHUGETLBFS_ARCH_powerpc64 = "ppc64" | 39 | LIBHUGETLBFS_ARCH_powerpc64 = "ppc64" |
40 | LIBHUGETLBFS_ARCH_powerpc64le = "ppc64" | ||
40 | EXTRA_OEMAKE = "'ARCH=${LIBHUGETLBFS_ARCH}' 'OPT=${CFLAGS}' 'CC=${CC}' ${LIBARGS} BUILDTYPE=NATIVEONLY V=2" | 41 | EXTRA_OEMAKE = "'ARCH=${LIBHUGETLBFS_ARCH}' 'OPT=${CFLAGS}' 'CC=${CC}' ${LIBARGS} BUILDTYPE=NATIVEONLY V=2" |
41 | PARALLEL_MAKE = "" | 42 | PARALLEL_MAKE = "" |
42 | CFLAGS += "-fexpensive-optimizations -frename-registers -fomit-frame-pointer -g0" | 43 | CFLAGS += "-fexpensive-optimizations -frename-registers -fomit-frame-pointer -g0" |
diff --git a/meta-oe/recipes-bsp/edac-utils/edac-utils_git.bb b/meta-oe/recipes-bsp/edac-utils/edac-utils_git.bb index 09e7384882..b89fe6771c 100644 --- a/meta-oe/recipes-bsp/edac-utils/edac-utils_git.bb +++ b/meta-oe/recipes-bsp/edac-utils/edac-utils_git.bb | |||
@@ -30,6 +30,7 @@ RDEPENDS_${PN}_arm = "dmidecode" | |||
30 | RDEPENDS_${PN}_aarch64 = "dmidecode" | 30 | RDEPENDS_${PN}_aarch64 = "dmidecode" |
31 | RDEPENDS_${PN}_powerpc = "dmidecode" | 31 | RDEPENDS_${PN}_powerpc = "dmidecode" |
32 | RDEPENDS_${PN}_powerpc64 = "dmidecode" | 32 | RDEPENDS_${PN}_powerpc64 = "dmidecode" |
33 | RDEPENDS_${PN}_powerpc64le = "dmidecode" | ||
33 | RDEPENDS_${PN}_append = " \ | 34 | RDEPENDS_${PN}_append = " \ |
34 | perl \ | 35 | perl \ |
35 | perl-module-file-basename \ | 36 | perl-module-file-basename \ |
diff --git a/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb b/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb index c0d08db174..3555aff3cd 100644 --- a/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb +++ b/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb | |||
@@ -61,6 +61,7 @@ ARM_INSTRUCTION_SET_armv5 = "arm" | |||
61 | 61 | ||
62 | COMPATIBLE_HOST_powerpc = "(null)" | 62 | COMPATIBLE_HOST_powerpc = "(null)" |
63 | COMPATIBLE_HOST_powerpc64 = "(null)" | 63 | COMPATIBLE_HOST_powerpc64 = "(null)" |
64 | COMPATIBLE_HOST_powerpc64le = "(null)" | ||
64 | 65 | ||
65 | inherit systemd | 66 | inherit systemd |
66 | 67 | ||
diff --git a/meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb b/meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb index 19767c311e..8c6cf7db20 100644 --- a/meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb +++ b/meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb | |||
@@ -21,6 +21,7 @@ COMPATIBLE_HOST = "(i.86|x86_64|powerpc|powerpc64).*-linux*" | |||
21 | inherit autotools-brokensep | 21 | inherit autotools-brokensep |
22 | 22 | ||
23 | PLAT_powerpc64 = "ppc64" | 23 | PLAT_powerpc64 = "ppc64" |
24 | PLAT_powerpc64le = "ppc64" | ||
24 | PLAT ?= "${HOST_ARCH}" | 25 | PLAT ?= "${HOST_ARCH}" |
25 | 26 | ||
26 | do_configure () { | 27 | do_configure () { |
diff --git a/meta-oe/recipes-devtools/luajit/luajit_2.0.5.bb b/meta-oe/recipes-devtools/luajit/luajit_2.0.5.bb index 08a0470b04..d0dc1c28dd 100644 --- a/meta-oe/recipes-devtools/luajit/luajit_2.0.5.bb +++ b/meta-oe/recipes-devtools/luajit/luajit_2.0.5.bb | |||
@@ -96,3 +96,4 @@ COMPATIBLE_HOST_mipsarchn32 = "null" | |||
96 | COMPATIBLE_HOST_mipsarchn64 = "null" | 96 | COMPATIBLE_HOST_mipsarchn64 = "null" |
97 | COMPATIBLE_HOST_powerpc = "null" | 97 | COMPATIBLE_HOST_powerpc = "null" |
98 | COMPATIBLE_HOST_powerpc64 = "null" | 98 | COMPATIBLE_HOST_powerpc64 = "null" |
99 | COMPATIBLE_HOST_powerpc64le = "null" | ||
diff --git a/meta-oe/recipes-extended/rsyslog/rsyslog_8.1911.0.bb b/meta-oe/recipes-extended/rsyslog/rsyslog_8.1911.0.bb index 02ac03eae3..29bba2d9a7 100644 --- a/meta-oe/recipes-extended/rsyslog/rsyslog_8.1911.0.bb +++ b/meta-oe/recipes-extended/rsyslog/rsyslog_8.1911.0.bb | |||
@@ -179,6 +179,7 @@ VALGRIND_linux-gnun32 = '' | |||
179 | 179 | ||
180 | # Disable for powerpc64 with musl | 180 | # Disable for powerpc64 with musl |
181 | VALGRIND_libc-musl_powerpc64 = '' | 181 | VALGRIND_libc-musl_powerpc64 = '' |
182 | VALGRIND_libc-musl_powerpc64le = '' | ||
182 | 183 | ||
183 | # RISC-V support for valgrind is not there yet | 184 | # RISC-V support for valgrind is not there yet |
184 | VALGRIND_riscv64 = "" | 185 | VALGRIND_riscv64 = "" |
diff --git a/meta-oe/recipes-kernel/libpfm/libpfm4_4.10.1.bb b/meta-oe/recipes-kernel/libpfm/libpfm4_4.10.1.bb index 9b43b4a975..ff56d48043 100644 --- a/meta-oe/recipes-kernel/libpfm/libpfm4_4.10.1.bb +++ b/meta-oe/recipes-kernel/libpfm/libpfm4_4.10.1.bb | |||
@@ -23,6 +23,7 @@ UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/perfmon2/files/libpfm4/" | |||
23 | EXTRA_OEMAKE = "DESTDIR=\"${D}\" PREFIX=\"${prefix}\" LIBDIR=\"${libdir}\" LDCONFIG=\"true\"" | 23 | EXTRA_OEMAKE = "DESTDIR=\"${D}\" PREFIX=\"${prefix}\" LIBDIR=\"${libdir}\" LDCONFIG=\"true\"" |
24 | EXTRA_OEMAKE_append_powerpc = " ARCH=\"powerpc\"" | 24 | EXTRA_OEMAKE_append_powerpc = " ARCH=\"powerpc\"" |
25 | EXTRA_OEMAKE_append_powerpc64 = " ARCH=\"powerpc\" BITMODE=\"64\"" | 25 | EXTRA_OEMAKE_append_powerpc64 = " ARCH=\"powerpc\" BITMODE=\"64\"" |
26 | EXTRA_OEMAKE_append_powerpc64le = " ARCH=\"powerpc\" BITMODE=\"64\"" | ||
26 | 27 | ||
27 | S = "${WORKDIR}/libpfm-${PV}" | 28 | S = "${WORKDIR}/libpfm-${PV}" |
28 | 29 | ||
diff --git a/meta-oe/recipes-kernel/oprofile/oprofile_1.3.0.bb b/meta-oe/recipes-kernel/oprofile/oprofile_1.3.0.bb index 4e5b6ca33c..bab38e2509 100644 --- a/meta-oe/recipes-kernel/oprofile/oprofile_1.3.0.bb +++ b/meta-oe/recipes-kernel/oprofile/oprofile_1.3.0.bb | |||
@@ -1,6 +1,7 @@ | |||
1 | require oprofile.inc | 1 | require oprofile.inc |
2 | 2 | ||
3 | DEPENDS_append_powerpc64 = " libpfm4" | 3 | DEPENDS_append_powerpc64 = " libpfm4" |
4 | DEPENDS_append_powerpc64le = " libpfm4" | ||
4 | 5 | ||
5 | SRC_URI[md5sum] = "bd998df5521ebedae31e71cd3fb6200b" | 6 | SRC_URI[md5sum] = "bd998df5521ebedae31e71cd3fb6200b" |
6 | SRC_URI[sha256sum] = "95ded8bde1ec39922f0af015981a67aec63e025a501e4dc04cd65d38f73647e6" | 7 | SRC_URI[sha256sum] = "95ded8bde1ec39922f0af015981a67aec63e025a501e4dc04cd65d38f73647e6" |
diff --git a/meta-oe/recipes-multimedia/mplayer/mpv_0.26.0.bb b/meta-oe/recipes-multimedia/mplayer/mpv_0.26.0.bb index c327c45e66..245dfe22ca 100644 --- a/meta-oe/recipes-multimedia/mplayer/mpv_0.26.0.bb +++ b/meta-oe/recipes-multimedia/mplayer/mpv_0.26.0.bb | |||
@@ -30,6 +30,7 @@ LUA ?= "lua" | |||
30 | LUA_mips64 = "" | 30 | LUA_mips64 = "" |
31 | LUA_aarch64 = "" | 31 | LUA_aarch64 = "" |
32 | LUA_powerpc64 = "" | 32 | LUA_powerpc64 = "" |
33 | LUA_powerpc64le = "" | ||
33 | LUA_powerpc = "" | 34 | LUA_powerpc = "" |
34 | 35 | ||
35 | # Note: both lua and libass are required to get on-screen-display (controls) | 36 | # Note: both lua and libass are required to get on-screen-display (controls) |