SHA256
1
0
forked from pool/dpdk

Accepting request 458688 from home:ndas:branches:network

- Do not disable cryptodev as EXPREMENTAL tag has been removed.
- Remove CONFIG_RTE_LIBRTE_MBUF_OFFLOAD as cryptodev is not depending 
  on it anymore and its removed from the upstream.

- Do not disable cryptodev as EXPREMENTAL tag has been removed.
- Remove CONFIG_RTE_LIBRTE_MBUF_OFFLOAD as cryptodev is not depending 
  on it anymore and its removed from the upstream.

OBS-URL: https://build.opensuse.org/request/show/458688
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=33
This commit is contained in:
Markos Chandras
2017-02-20 09:25:09 +00:00
committed by Git OBS Bridge
parent 7c93a673ab
commit c4b4cf42b8
4 changed files with 16 additions and 6 deletions

View File

@@ -14,6 +14,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# needssslcertforbuild
%define machine native
@@ -171,8 +172,6 @@ make CC=gcc-6 V=1 O=%{target} T=%{target} %{?_smp_mflags} config
setconf CONFIG_RTE_MACHINE '"%{machine2}"'
# Disable experimental features
setconf CONFIG_RTE_NEXT_ABI n
setconf CONFIG_RTE_LIBRTE_CRYPTODEV n
setconf CONFIG_RTE_LIBRTE_MBUF_OFFLOAD n
# Enable automatic driver loading from this path
setconf CONFIG_RTE_EAL_PMD_PATH '"%{pmddir}"'
@@ -213,7 +212,6 @@ make CC=gcc-6 V=1 O=%{target}/examples T=%{target} %{?_smp_mflags} examples
export EXTRA_CFLAGS='-DVERSION=\"%{version}\"'
export INSTALL_MOD_PATH=%{buildroot}
export INSTALL_MOD_DIR=updates
# needssslcertforbuild
export BRP_PESIGN_FILES="*.ko"
for flavor in %{flavors_to_build}; do