mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-06 11:38:03 +00:00
There is new patch-status QA check in oe-core: https://git.openembedded.org/openembedded-core/commit/?id=76a685bfcf927593eac67157762a53259089ea8a This is temporary work around just to hide _many_ warnings from optional patch-status (if you add it to WARN_QA). This just added Upstream-Status: Pending everywhere without actually investigating what's the proper status. This is just to hide current QA warnings and to catch new .patch files being added without Upstream-Status, but the number of Pending patches is now terrible: 5 (26%) meta-xfce 6 (50%) meta-perl 15 (42%) meta-webserver 21 (36%) meta-gnome 25 (57%) meta-filesystems 26 (43%) meta-initramfs 45 (45%) meta-python 47 (55%) meta-multimedia 312 (63%) meta-networking 756 (61%) meta-oe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
50 lines
1.3 KiB
Diff
50 lines
1.3 KiB
Diff
From fb24c3e3539b5743d398a429a302a3886186f261 Mon Sep 17 00:00:00 2001
|
|
From: Jonas Gorski <jonas.gorski@bisdn.de>
|
|
Date: Thu, 16 Jun 2022 11:46:31 +0000
|
|
Subject: [PATCH 3/3] Remove neon option from cross compilation
|
|
|
|
Not every arm platform supports neon instructions, so do not enforce
|
|
them.
|
|
|
|
Signed-off-by: Jonas Gorski <jonas.gorski@bisdn.de>
|
|
---
|
|
Upstream-Status: Pending
|
|
|
|
absl/copts/GENERATED_AbseilCopts.cmake | 4 ----
|
|
absl/copts/GENERATED_copts.bzl | 4 ----
|
|
2 files changed, 8 deletions(-)
|
|
|
|
diff --git a/absl/copts/GENERATED_AbseilCopts.cmake b/absl/copts/GENERATED_AbseilCopts.cmake
|
|
index 23b9253c1f00..5d112a97f3e4 100644
|
|
--- a/absl/copts/GENERATED_AbseilCopts.cmake
|
|
+++ b/absl/copts/GENERATED_AbseilCopts.cmake
|
|
@@ -147,10 +147,6 @@ list(APPEND ABSL_MSVC_TEST_FLAGS
|
|
"/DNOMINMAX"
|
|
)
|
|
|
|
-list(APPEND ABSL_RANDOM_HWAES_ARM32_FLAGS
|
|
- "-mfpu=neon"
|
|
-)
|
|
-
|
|
list(APPEND ABSL_RANDOM_HWAES_ARM64_FLAGS
|
|
"-march=armv8-a+crypto"
|
|
)
|
|
diff --git a/absl/copts/GENERATED_copts.bzl b/absl/copts/GENERATED_copts.bzl
|
|
index 1e847f769501..3e10db204faf 100644
|
|
--- a/absl/copts/GENERATED_copts.bzl
|
|
+++ b/absl/copts/GENERATED_copts.bzl
|
|
@@ -148,10 +148,6 @@ ABSL_MSVC_TEST_FLAGS = [
|
|
"/DNOMINMAX",
|
|
]
|
|
|
|
-ABSL_RANDOM_HWAES_ARM32_FLAGS = [
|
|
- "-mfpu=neon",
|
|
-]
|
|
-
|
|
ABSL_RANDOM_HWAES_ARM64_FLAGS = [
|
|
"-march=armv8-a+crypto",
|
|
]
|
|
--
|
|
2.36.1
|
|
|