dpdk: move apps to examples output

wip/yesman
Ruslan Babayev 8 years ago
parent 6a7f257e88
commit 9f3c0f9716
  1. 4
      pkgs/os-specific/linux/dpdk/default.nix

@ -30,10 +30,10 @@ stdenv.mkDerivation rec {
installPhase = ''
mkdir $out
cp -pr x86_64-native-linuxapp-gcc/{app,lib,include,kmod} $out/
cp -pr x86_64-native-linuxapp-gcc/{lib,include,kmod} $out/
mkdir -p $examples/bin
find examples -type f -executable -exec cp {} $examples/bin \;
find examples ${RTE_TARGET}/app -type f -executable -exec cp {} $examples/bin \;
'';
meta = with stdenv.lib; {

Loading…
Cancel
Save