We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Try to build custom kernel debian packages using the git repo: https://git.launchpad.net/ubuntu/+source/linux-bluefield in order to install and use as part of a custom BFB.
This will form a basis for trying to add the bpf changes we've implemented onto the BF Kernel
The text was updated successfully, but these errors were encountered:
## Start an ubuntu 20.04 container ## connect to container... ## Install deps apt-get install -y libncurses-dev gawk flex bison openssl libssl-dev dkms libelf-dev libudev-dev libpci-dev libiberty-dev autoconf llvm apt install -y git vim apt-get install debhelper apt-get install tmux apt install cpio libcap-dev libnewt-dev default-jdk-headless java-common rsync libdw-dev pkg-config python3-dev libunwind8-dev liblzma-dev libaudit-dev bc uuid-dev libnuma-dev dwarves xmlto docbook-utils ghostscript fig2dev sharutils asciidoc python3-sphinx python3-sphinx-rtd-theme fontconfig python3-docutils imagemagick graphviz dvipng fonts-noto-cjk latexmk librsvg2-bin ## Clone the kernel sources git clone https://git.launchpad.net/~ubuntu-kernel-stable/+git/focal #### maybe we just need the annotations cd focal git clone https://git.launchpad.net/ubuntu/+source/linux-bluefield cd linux-bluefield/ ## git checkout applied/5.15.0-1011.13. <<<<< MIGHT NEED TO TRY A 5.4 tag instead... ### NLMON is already enabled in focal... let's build dpkg-buildpackage -us -uc
Sorry, something went wrong.
maryamtahhan
No branches or pull requests
Try to build custom kernel debian packages using the git repo: https://git.launchpad.net/ubuntu/+source/linux-bluefield
in order to install and use as part of a custom BFB.
This will form a basis for trying to add the bpf changes we've implemented onto the BF Kernel
The text was updated successfully, but these errors were encountered: