diff mbox series

[meta-arago,master,3/3] netperf: Remove fix for GCC-10

Message ID 20260123213731.827613-3-afd@ti.com
State New
Headers show
Series [meta-arago,master,1/3] pm-qa: Move recipe to meta-arago-test | expand

Commit Message

Andrew Davis Jan. 23, 2026, 9:37 p.m. UTC
This fix was only needed for GCC 10 which is no longer used.
Remove old workaround.

Signed-off-by: Andrew Davis <afd@ti.com>
---
 meta-arago-distro/recipes-support/netperf/netperf-arago.inc   | 1 -
 .../recipes-support/netperf/netperf_git.bbappend              | 4 ----
 2 files changed, 5 deletions(-)
 delete mode 100644 meta-arago-distro/recipes-support/netperf/netperf-arago.inc
 delete mode 100644 meta-arago-distro/recipes-support/netperf/netperf_git.bbappend
diff mbox series

Patch

diff --git a/meta-arago-distro/recipes-support/netperf/netperf-arago.inc b/meta-arago-distro/recipes-support/netperf/netperf-arago.inc
deleted file mode 100644
index f63b608f..00000000
--- a/meta-arago-distro/recipes-support/netperf/netperf-arago.inc
+++ /dev/null
@@ -1 +0,0 @@ 
-CFLAGS += "-fcommon"
diff --git a/meta-arago-distro/recipes-support/netperf/netperf_git.bbappend b/meta-arago-distro/recipes-support/netperf/netperf_git.bbappend
deleted file mode 100644
index e31e7081..00000000
--- a/meta-arago-distro/recipes-support/netperf/netperf_git.bbappend
+++ /dev/null
@@ -1,4 +0,0 @@ 
-NETPERF_ARAGO = ""
-NETPERF_ARAGO:arago = "netperf-arago.inc"
-
-require ${NETPERF_ARAGO}