From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=SGQMNjBJ/6MCwLfM4hP2uLPGqONYGJsHUEvhIqndWbU=; b=orK7dS5JG6gcr63O9PnRvbgkF68pEOG5oQGmmD+7JgF7sNF7CPa6uq6ALeCcL03Jy+ JzaPV5MuA7GZslXy6p6telIrakEz5nl5O3ZCbAOt6ZhgA9FqHhAc05Qy9TRyifLuDGuS ULFpo5p8i0sBeDBfv7s1/L6v6G9d+uXABKI4vhyJv6nZLtfFCmizsNDS3MnpRHv//B+/ uDaRl8JKGsRsgAqprmaD83Xe7OaFJvievOvtsyl2j1ECTjYvCA6agiEAmdx8ZdGxIjsD 641tkLg/yFpQQrmD4EJH4ELjpQ4S3WI/ciTu5c+7HhlNe2G/TqYatM+/Um4DvEDeG4Ax r0hQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding; bh=SGQMNjBJ/6MCwLfM4hP2uLPGqONYGJsHUEvhIqndWbU=; b=ahWpTD/LqQXxfwY4+p4w2kcrO16Ow5ce7E+eCIOKj/7DYhqN3UrhMQ3jnuyXTe4IgK bnpL6uqrQVDWvt+VYQxy60LgpFsFpE0X6BCLMiqWumRubqnm8MSrCSCAUgGmaSzhgwMY uz5M4vjvyOfCJtlgxFXXtkJqgzeA2f1Ol8bIqlXefSA8CFlNLX8tYGlq4SpmQrLHNT3F 1JlKfgbETgaYkX+cp3j6bo/CUvqjl99wD4hZcUsHCK0SyCm0dFXxP+KBt0GC8svde8Fv pHq26+JKlMGtEYI7KzsroRO+TJt/2TY8yzDDB++GxKPSEQZbbx4zbNcoA7dkFwf/vW9G OA0Q== X-Gm-Message-State: AD7BkJLhWvUtlnC3CMGRXF5MoZvc7Hg/jC1lZC5YCrsJ0MKE4O8y9ShlvgWCZVmm2KRS46Fq X-Received: by 10.194.95.73 with SMTP id di9mr13128011wjb.152.1456695981918; Sun, 28 Feb 2016 13:46:21 -0800 (PST) Received: from xps13.localnet (171.36.101.84.rev.sfr.net. [84.101.36.171]) by smtp.gmail.com with ESMTPSA id k125sm8343656wmb.14.2016.02.28.13.46.20 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 28 Feb 2016 13:46:21 -0800 (PST) From: Thomas Monjalon To: Jan Viktorin Date: Sun, 28 Feb 2016 22:44:48 +0100 Message-ID: <2019121.UTs3EIkD1A@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1455647706-6041-1-git-send-email-viktorin@rehivetech.com> References: <1455647706-6041-1-git-send-email-viktorin@rehivetech.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] arm: fix name armv7-a used for dpdk purposes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Feb 2016 21:46:22 -0000 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