diff options
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-benchmark/libc-bench/libc-bench_git.bb | 3 | ||||
-rw-r--r-- | meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_2.24.bb | 2 | ||||
-rw-r--r-- | meta-oe/recipes-core/safec/safec_3.7.1.bb | 3 | ||||
-rw-r--r-- | meta-oe/recipes-extended/ostree/ostree_2024.10.bb | 3 | ||||
-rw-r--r-- | meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_7.1.12.bb (renamed from meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_7.1.8.bb) | 2 |
5 files changed, 9 insertions, 4 deletions
diff --git a/meta-oe/recipes-benchmark/libc-bench/libc-bench_git.bb b/meta-oe/recipes-benchmark/libc-bench/libc-bench_git.bb index ae87262870..30313f4315 100644 --- a/meta-oe/recipes-benchmark/libc-bench/libc-bench_git.bb +++ b/meta-oe/recipes-benchmark/libc-bench/libc-bench_git.bb | |||
@@ -16,9 +16,10 @@ SRC_URI = "git://git.musl-libc.org/libc-bench;branch=master \ | |||
16 | # Upstream repo does not tag | 16 | # Upstream repo does not tag |
17 | UPSTREAM_CHECK_COMMITS = "1" | 17 | UPSTREAM_CHECK_COMMITS = "1" |
18 | 18 | ||
19 | # i686-yoe-linux-ld.lld: error: undefined symbol: __addtf3 | ||
20 | LDFLAGS:append:libc-glibc:toolchain-clang:x86 = " --rtlib=libgcc --unwindlib=libgcc" | ||
19 | 21 | ||
20 | do_install () { | 22 | do_install () { |
21 | install -d ${D}${bindir} | 23 | install -d ${D}${bindir} |
22 | install -m 0755 ${B}/libc-bench ${D}${bindir} | 24 | install -m 0755 ${B}/libc-bench ${D}${bindir} |
23 | } | 25 | } |
24 | |||
diff --git a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_2.24.bb b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_2.24.bb index e688d6ede2..f9b6299faf 100644 --- a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_2.24.bb +++ b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_2.24.bb | |||
@@ -42,8 +42,6 @@ CFLAGS += "-fexpensive-optimizations -frename-registers -fomit-frame-pointer -g0 | |||
42 | 42 | ||
43 | export HUGETLB_LDSCRIPT_PATH = "${S}/ldscripts" | 43 | export HUGETLB_LDSCRIPT_PATH = "${S}/ldscripts" |
44 | 44 | ||
45 | TARGET_CC_ARCH += "${LDFLAGS}" | ||
46 | |||
47 | LDFLAGS += "-B${S}" | 45 | LDFLAGS += "-B${S}" |
48 | 46 | ||
49 | inherit autotools-brokensep | 47 | inherit autotools-brokensep |
diff --git a/meta-oe/recipes-core/safec/safec_3.7.1.bb b/meta-oe/recipes-core/safec/safec_3.7.1.bb index a2f66e9a1a..4de58f5d63 100644 --- a/meta-oe/recipes-core/safec/safec_3.7.1.bb +++ b/meta-oe/recipes-core/safec/safec_3.7.1.bb | |||
@@ -10,6 +10,9 @@ SRCREV = "f9add9245b97c7bda6e28cceb0ee37fb7e254fd8" | |||
10 | SRC_URI = "git://github.com/rurban/safeclib.git;branch=master;protocol=https \ | 10 | SRC_URI = "git://github.com/rurban/safeclib.git;branch=master;protocol=https \ |
11 | file://0001-strpbrk_s-Remove-unused-variable-len.patch \ | 11 | file://0001-strpbrk_s-Remove-unused-variable-len.patch \ |
12 | " | 12 | " |
13 | # arm-yoe-linux-gnueabi-clang: error: argument unused during compilation: '-mretpoline' [-Werror,-Wunused-command-line-argument] | ||
14 | # arm-yoe-linux-gnueabi-clang: error: argument unused during compilation: '-fstack-clash-protection' [-Werror,-Wunused-command-line-argument] | ||
15 | TUNE_CCARGS:append:toolchain-clang = " -Qunused-arguments" | ||
13 | 16 | ||
14 | COMPATIBLE_HOST = '(x86_64|i.86|powerpc|powerpc64|arm|aarch64|mips).*-linux' | 17 | COMPATIBLE_HOST = '(x86_64|i.86|powerpc|powerpc64|arm|aarch64|mips).*-linux' |
15 | 18 | ||
diff --git a/meta-oe/recipes-extended/ostree/ostree_2024.10.bb b/meta-oe/recipes-extended/ostree/ostree_2024.10.bb index c33624987a..8d3b1cd32e 100644 --- a/meta-oe/recipes-extended/ostree/ostree_2024.10.bb +++ b/meta-oe/recipes-extended/ostree/ostree_2024.10.bb | |||
@@ -118,6 +118,9 @@ SYSROOT_DIR = "${STAGING_DIR_TARGET}" | |||
118 | SYSROOT_DIR:class-native = "${STAGING_DIR_NATIVE}" | 118 | SYSROOT_DIR:class-native = "${STAGING_DIR_NATIVE}" |
119 | do_configure[vardeps] += "SYSROOT_DIR" | 119 | do_configure[vardeps] += "SYSROOT_DIR" |
120 | 120 | ||
121 | # i686-yoe-linux-ld.lld: error: undefined symbol: __unordtf2 | ||
122 | LDFLAGS:append:libc-glibc:toolchain-clang:x86 = " --rtlib=libgcc --unwindlib=libgcc" | ||
123 | |||
121 | do_configure:prepend() { | 124 | do_configure:prepend() { |
122 | # this reflects what autogen.sh does, but the OE wrappers for autoreconf | 125 | # this reflects what autogen.sh does, but the OE wrappers for autoreconf |
123 | # allow it to work without the other gyrations which exist there | 126 | # allow it to work without the other gyrations which exist there |
diff --git a/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_7.1.8.bb b/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_7.1.12.bb index dbfa454f13..e80f44833b 100644 --- a/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_7.1.8.bb +++ b/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_7.1.12.bb | |||
@@ -16,7 +16,7 @@ SRC_URI = "http://download.virtualbox.org/virtualbox/${PV}/${VBOX_NAME}.tar.bz2 | |||
16 | file://0001-fix-bool-reserved-word-error-in-gcc-15.patch \ | 16 | file://0001-fix-bool-reserved-word-error-in-gcc-15.patch \ |
17 | " | 17 | " |
18 | 18 | ||
19 | SRC_URI[sha256sum] = "3f7132c55ac6c5f50585bfaa115d29e30b47ccf535cb0a12ff50214ddae2f63d" | 19 | SRC_URI[sha256sum] = "6f9618f39168898134975f51df7c2d6d5129c0aa82b6ae11cf47f920c70df276" |
20 | 20 | ||
21 | S ?= "${UNPACKDIR}/vbox_module" | 21 | S ?= "${UNPACKDIR}/vbox_module" |
22 | S:task-unpack = "${UNPACKDIR}/${VBOX_NAME}" | 22 | S:task-unpack = "${UNPACKDIR}/${VBOX_NAME}" |