DPDK patches and discussions
 help / color / mirror / Atom feed
From: Raphael Cohn <raphael.cohn@stormmq.com>
To: dev@dpdk.org
Subject: [dpdk-dev] Compiling DPDK 17.02 with a Busybox-based tar
Date: Tue, 14 Mar 2017 07:58:18 +0000	[thread overview]
Message-ID: <CACCP0GqsYxjxEvy4jjoCq+vxHBWtORRYaVsH8qxmVCmA95Z39A@mail.gmail.com> (raw)

Hi,

To compile DPDK on a system with Busybox tar installed, it's necessary to
make a small change to the build system:-

    sed -i -e '/--keep-newer-files/d' mk/rte.sdkinstall.mk
    sed -i -e 's;--strip-components=1 \\;--strip-components=1;g' mk/
rte.sdkinstall.mk

I'm not sure whether the impact of this change fundamentally affects DPDK.
I'm a little surprised that tar is needed at all for a compile + install,
but I haven't investigated further. Is it being used to do a copy?

Raph

             reply	other threads:[~2017-03-14  7:58 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-14  7:58 Raphael Cohn [this message]
2017-03-14  9:39 ` Thomas Monjalon
2017-03-14 14:20   ` Raphael Cohn
2017-03-14 15:03     ` 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=CACCP0GqsYxjxEvy4jjoCq+vxHBWtORRYaVsH8qxmVCmA95Z39A@mail.gmail.com \
    --to=raphael.cohn@stormmq.com \
    --cc=dev@dpdk.org \
    /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).