dpdk: move apps to examples output
This commit is contained in:
parent
6a7f257e88
commit
9f3c0f9716
@ -30,10 +30,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir $out
|
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
|
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; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user