aboutsummaryrefslogtreecommitdiffstats
path: root/systems/debian
diff options
context:
space:
mode:
authorSridhar K. N. Rao <srao@linuxfoundation.org>2022-12-16 17:24:48 +0530
committerSridhar K. N. Rao <srao@linuxfoundation.org>2022-12-19 21:14:08 +0530
commit3409364da8fa46eae8ca22a579e219dc74958079 (patch)
tree83cb1cc72c3c59465d7d3be0f793a896c0ad7a21 /systems/debian
parent34147ac299351c44d4f7d135892457fba38a132b (diff)
ebpf: This patch adds ebpf-baremetal test support
Remove object files and binaries Suggestions in systems/Readme. Add license headers. Signed-off-by: Sridhar K. N. Rao <srao@linuxfoundation.org> Change-Id: I5fd481e3ed3eb51e6b8091cbf6d1ec8e3b00cbf0
Diffstat (limited to 'systems/debian')
-rwxr-xr-xsystems/debian/build_base_machine.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/systems/debian/build_base_machine.sh b/systems/debian/build_base_machine.sh
index e41837a2..0c078140 100755
--- a/systems/debian/build_base_machine.sh
+++ b/systems/debian/build_base_machine.sh
@@ -30,6 +30,8 @@ apt-get -y install python3-venv
apt-get -y install python3-pyelftools
apt-get -y install meson
apt-get -y install ninja-build
+apt-get -y install clang
+apt-get -y install llvm
# Make and Compilers
apt-get -y install make
@@ -40,3 +42,7 @@ apt-get -y install libssl1.1
apt-get -y install libxml2
apt-get -y install zlib1g-dev
apt-get -y install scapy
+apt-get -y install libbpf-dev
+apt-get -y install libelf-dev
+apt-get -y install linux-tools-$(uname -r)
+apt-get -y install linux-cloud-tools-$(uname -r)