Skip to content

Commit

Permalink
Add VLC player and audio test files
Browse files Browse the repository at this point in the history
Signed-off-by: Samuli Leivo <samuli.leivo@unikie.com>
  • Loading branch information
leivos-unikie committed May 2, 2024
1 parent c46113e commit 6151955
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
4 changes: 4 additions & 0 deletions modules/common/development/debug-tools.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ in
};

config = mkIf cfg.enable {
environment.etc = {
audio_test.source = ./audio_test;
};
environment.systemPackages = with pkgs;
[
# For lspci:
Expand All @@ -39,6 +42,7 @@ in
iperf
# Match perf version with kernel.
config.boot.kernelPackages.perf
vlc
]
# TODO Can this be changed to platformPkgs to filter ?
# LuaJIT (which is sysbench dependency) not available on RISC-V
Expand Down

0 comments on commit 6151955

Please sign in to comment.