From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anders Roxell Subject: [PATCH 2/2] pkg: remove xen-devel for aarch64 Date: Wed, 18 Jan 2017 22:46:04 +0100 Message-ID: <20170118214604.32498-2-anders.roxell@linaro.org> References: <20170118214604.32498-1-anders.roxell@linaro.org> Cc: dev@dpdk.org, ricardo.salveti@linaro.org, Anders Roxell To: thomas.monjalon@6wind.com Return-path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id 3A7C7FB15 for ; Wed, 18 Jan 2017 22:46:13 +0100 (CET) Received: by mail-wm0-f42.google.com with SMTP id r144so47267603wme.1 for ; Wed, 18 Jan 2017 13:46:13 -0800 (PST) In-Reply-To: <20170118214604.32498-1-anders.roxell@linaro.org> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Disable xen-devel since it just got available for aarch64 in Fedora 25. Signed-off-by: Anders Roxell --- 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