From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6AB5AA2EFC for ; Tue, 17 Sep 2019 04:59:10 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 30F3D1BEEA; Tue, 17 Sep 2019 04:59:10 +0200 (CEST) Received: from mail-pg1-f182.google.com (mail-pg1-f182.google.com [209.85.215.182]) by dpdk.org (Postfix) with ESMTP id 75B8A1BEEA for ; Tue, 17 Sep 2019 04:59:08 +0200 (CEST) Received: by mail-pg1-f182.google.com with SMTP id m29so1172262pgc.3 for ; Mon, 16 Sep 2019 19:59:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id; bh=s3Cz4JPFQRvvQIKdvitamMme2hG3Dd1swT6ox4TFHuo=; b=JWVaqa/lh31ztrtbw2lSncqqdC6P1s7/0f4+oDUIybU5I3SX+8Sb4/eLM0u9daqVcI SmcJShwVA9RIN6LaOxd8JC9Rq5zKKdT1V5wQBRZ5jr6XvXqlW7nRcKJJH8/kkRR8HH5g gyL9ou/ZpXfuNsNtKfjI5CeNzpjwL5zr9roboZoQmoavirRM9nTCgbkrNB6IY5Os4ruN Bty+JtbKyKgfWaRHboo4bAaqzce3SZc7tbLnciligRjtlq+PU1o3/bKFb4VEJc0i1Qtu ddWL1INljRES4AIG0WXompDI2gxCjMhurYEt7z443rDTYjeWQFkkrD5mHJ/57J+td3q/ IVSQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id; bh=s3Cz4JPFQRvvQIKdvitamMme2hG3Dd1swT6ox4TFHuo=; b=L/O7wxT6Qjv5c0GNPtVhwgkupl693Ufsx1u/HYr6E+S1mZWjtSXEdcFPQQ2jLxZEJF V42bvJgje/9CARnwj8fQjjnpJmEUQFSMPFHlG/iEgJBwmE9PdYJLOqPYLLfTVXNUXkA2 rs1HYcS+YZpvxqM3Ck+0B53nYDB/IUGUmEdVtbsi7inj+sfdqbvCAgHWRo5lHbCIHmb1 UeMsh1X9HlKkxaDzRZRSNDqMD2RG98pPBlt+Y9Z92MWVCvYFNF36I8qWNTsDr+hDNq6h pkhNjdW7WPjhLePAsIICs+Gy3OJXcWPYo4JNzS6YQSKBrNyeRdQyds76jHUzHjPJSWzP 6Zaw== X-Gm-Message-State: APjAAAWaXa0AREozh9WE78BdNd5HNsUgNjGxrIivLB2UpXnNyGOkfQ3p AZVFI2G+cw3E3EJZQtl0vi2abH3i X-Google-Smtp-Source: APXvYqwufeu+fBT7GcVuYQbkCYgykU2/pgWwkmHQlzS+bcAdAK+OfpDuzLB7TOEjm90ujjcAf6k1qg== X-Received: by 2002:a62:1603:: with SMTP id 3mr1797372pfw.0.1568689147393; Mon, 16 Sep 2019 19:59:07 -0700 (PDT) Received: from localhost.localdomain ([192.47.164.146]) by smtp.gmail.com with ESMTPSA id c8sm478135pgw.37.2019.09.16.19.59.05 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 16 Sep 2019 19:59:06 -0700 (PDT) From: yasufum.o@gmail.com To: spp@dpdk.org, ferruh.yigit@intel.com, yasufum.o@gmail.com Date: Tue, 17 Sep 2019 11:59:01 +0900 Message-Id: <20190917025901.17673-1-yasufum.o@gmail.com> X-Mailer: git-send-email 2.17.1 Subject: [spp] [PATCH] docs: fix wrong filename in building images X-BeenThere: spp@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Soft Patch Panel List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: spp-bounces@dpdk.org Sender: "spp" From: Yasufumi Ogawa Fix old `build/build.py` to the latest `build/main.py`. Signed-off-by: Yasufumi Ogawa --- docs/guides/tools/sppc/build_img.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/tools/sppc/build_img.rst b/docs/guides/tools/sppc/build_img.rst index 9f74ac7..21046a1 100644 --- a/docs/guides/tools/sppc/build_img.rst +++ b/docs/guides/tools/sppc/build_img.rst @@ -19,7 +19,7 @@ with DPDK 18.11 as following. .. code-block:: console $ cd /path/to/spp/tools/sppc - $ python build/build.py --dpdk-branch v18.11 \ + $ python build/main.py --dpdk-branch v18.11 \ --spp-repo https://github.com/your/spp.git Refer all of options running with ``-h`` option. @@ -240,5 +240,5 @@ This script refers ``ubuntu/dpdk/env.sh`` for Ubuntu image to include environment variables. So, it is failed to ``build/run.sh`` if this config file does not exist. -You can create it from ``build/build.py`` with ``--only-envsh`` option +You can create it from ``build/main.py`` with ``--only-envsh`` option if you removed it accidentally. -- 2.17.1