summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas F Herbert <therbert@redhat.com>2018-07-05 13:14:14 -0400
committerThomas F Herbert <therbert@redhat.com>2018-07-06 10:48:34 -0400
commit8ae62f8b0189dc3437acf42c510d28a2581f7f61 (patch)
treeeb8351ad8987ea803a96e4ce5af15fe16efa8523
parent66ff7c1132a7533d578882c85f9ecf2c20cc1ab3 (diff)
Remove aarch64 from dpdk build
Build release 3 for now without aarch64 workaround for pproblem compiling aarch64 on Centos. Also remove aarch64 from 1802 build Set release for 1802 and 1805 to 2. Change-Id: Ibe2e484a951e0f7f254666367c7c58edb53fe91e Signed-off-by: Thomas F Herbert <therbert@redhat.com>
-rw-r--r--build/dpdk-snap/dpdk.1802.spec7
-rw-r--r--build/dpdk-snap/dpdk.spec7
2 files changed, 10 insertions, 4 deletions
diff --git a/build/dpdk-snap/dpdk.1802.spec b/build/dpdk-snap/dpdk.1802.spec
index cacf909..b972108 100644
--- a/build/dpdk-snap/dpdk.1802.spec
+++ b/build/dpdk-snap/dpdk.1802.spec
@@ -7,7 +7,7 @@
# Dont edit Version: and Release: directly, only these:
%define ver %{?_ver}
-%define rel 1
+%define rel 2
# Define when building git snapshots
%define srcver %{ver}%{?_snapver:.%{_snapver}}
@@ -36,7 +36,7 @@ License: BSD and LGPLv2 and GPLv2
# other techniques, carefully crafted assembly instructions. As such it
# needs extensive work to port it to other architectures.
#
-ExclusiveArch: x86_64 i686 aarch64 ppc64le
+ExclusiveArch: x86_64 i686 ppc64le
# machine_arch maps between rpm and dpdk arch name, often same as _target_cpu
# machine_tmpl is the config template machine name, often "native"
@@ -307,6 +307,9 @@ sed -i -e 's:-%{machine_tmpl}-:-%{machine}-:g' %{buildroot}/%{_sysconfdir}/profi
%endif
%changelog
+* Wed Jul 6 2018 Thomas F Herbert <therbert@redhat.com> - 18.02-2
+- Remove aarch64 until compilation problem is resolved for Centos
+
* Wed Jun 6 2018 Thomas F Herbert <therbert@redhat.com> - 18.02-1
- Include testbbdev
diff --git a/build/dpdk-snap/dpdk.spec b/build/dpdk-snap/dpdk.spec
index c140654..202a73e 100644
--- a/build/dpdk-snap/dpdk.spec
+++ b/build/dpdk-snap/dpdk.spec
@@ -7,7 +7,7 @@
# Dont edit Version: and Release: directly, only these:
%define ver %{?_ver}
-%define rel 1
+%define rel 3
# Define when building git snapshots
%define srcver %{ver}%{?_snapver:.%{_snapver}}
@@ -36,7 +36,7 @@ License: BSD and LGPLv2 and GPLv2
# other techniques, carefully crafted assembly instructions. As such it
# needs extensive work to port it to other architectures.
#
-ExclusiveArch: x86_64 i686 aarch64 ppc64le
+ExclusiveArch: x86_64 i686 ppc64le
# machine_arch maps between rpm and dpdk arch name, often same as _target_cpu
# machine_tmpl is the config template machine name, often "native"
@@ -306,6 +306,9 @@ sed -i -e 's:-%{machine_tmpl}-:-%{machine}-:g' %{buildroot}/%{_sysconfdir}/profi
%endif
%changelog
+* Mon Jul 5 2018 Thomas F Herbert <therbert@redhat.com> - 17.11.2-3
+- Build for x86_64 and ppc64le only.
+
* Mon Jun 4 2018 Thomas F Herbert <therbert@redhat.com> - 17.11.2-2
- Backport changes from Fedora 28 17.11.2-1.f28
- Remove dependency on Python3 for Centos