From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] arm: fix name armv7-a used for dpdk purposes Date: Sun, 28 Feb 2016 22:44:48 +0100 Message-ID: <2019121.UTs3EIkD1A@xps13> References: <1455647706-6041-1-git-send-email-viktorin@rehivetech.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Jan Viktorin Return-path: Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id 135A46944 for ; Sun, 28 Feb 2016 22:46:22 +0100 (CET) Received: by mail-wm0-f48.google.com with SMTP id l68so37966107wml.0 for ; Sun, 28 Feb 2016 13:46:22 -0800 (PST) In-Reply-To: <1455647706-6041-1-git-send-email-viktorin@rehivetech.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-02-16 19:35, Jan Viktorin: > The CONFIG_RTE_MACHINE must not contain hyphens to work correctly. This was > initially done only for the file name defconfig_arm-armv7a-linuxapp-gcc. This > patch fixes install-sdk goal. Otherwise, it creates a wrong directory for this > platform. > > Signed-off-by: Jan Viktorin Applied, thanks