DPDK patches and discussions
 help / color / mirror / Atom feed
From: Anders Roxell <anders.roxell@linaro.org>
To: thomas.monjalon@6wind.com
Cc: dev@dpdk.org, ricardo.salveti@linaro.org,
	Anders Roxell <anders.roxell@linaro.org>
Subject: [dpdk-dev] [PATCH 2/2] pkg: remove xen-devel for aarch64
Date: Wed, 18 Jan 2017 22:46:04 +0100	[thread overview]
Message-ID: <20170118214604.32498-2-anders.roxell@linaro.org> (raw)
In-Reply-To: <20170118214604.32498-1-anders.roxell@linaro.org>

Disable xen-devel since it just got available for aarch64 in Fedora 25.

Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
---
 pkg/dpdk.spec | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/pkg/dpdk.spec b/pkg/dpdk.spec
index a27bdd3b..ad30ecf8 100644
--- a/pkg/dpdk.spec
+++ b/pkg/dpdk.spec
@@ -51,7 +51,10 @@ ExclusiveArch: i686 x86_64 aarch64
 %global config %{_arch}-native-linuxapp-gcc
 %endif
 
-BuildRequires: kernel-devel, kernel-headers, libpcap-devel, xen-devel
+BuildRequires: kernel-devel, kernel-headers, libpcap-devel
+%ifarch i686 x86_64
+BuildRequires: xen-devel
+%endif
 BuildRequires: doxygen, python-sphinx, inkscape
 BuildRequires: texlive-collection-latexextra
 
@@ -109,7 +112,9 @@ sed -ri 's,(RTE_BUILD_SHARED_LIB=).*,\1y,' %{target}/.config
 sed -ri 's,(RTE_NEXT_ABI=).*,\1n,'         %{target}/.config
 sed -ri 's,(LIBRTE_VHOST=).*,\1y,'         %{target}/.config
 sed -ri 's,(LIBRTE_PMD_PCAP=).*,\1y,'      %{target}/.config
+%ifarch i686 x86_64
 sed -ri 's,(LIBRTE_PMD_XENVIRT=).*,\1y,'   %{target}/.config
+%endif
 make O=%{target} %{?_smp_mflags}
 make O=%{target} doc
 
-- 
2.11.0

  reply	other threads:[~2017-01-18 21:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-18 21:46 [dpdk-dev] [PATCH 1/2] pkg: add aarch64 support Anders Roxell
2017-01-18 21:46 ` Anders Roxell [this message]
2017-02-07 17:13 ` Thomas Monjalon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170118214604.32498-2-anders.roxell@linaro.org \
    --to=anders.roxell@linaro.org \
    --cc=dev@dpdk.org \
    --cc=ricardo.salveti@linaro.org \
    --cc=thomas.monjalon@6wind.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).