Skip to content

Commit 0b4d1a2

Browse files
add spdk package
1 parent 4dfda6e commit 0b4d1a2

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,3 +230,6 @@
230230
[submodule "packages/pve-vgpu-helper/pve-vgpu-helper"]
231231
path = packages/pve-vgpu-helper/pve-vgpu-helper
232232
url = https://git.proxmox.com/git/pve-vgpu-helper.git
233+
[submodule "packages/pxvirt-spdk/pxvirt-spdk"]
234+
path = packages/pxvirt-spdk/pxvirt-spdk
235+
url = https://github.com/jiangcuo/pxvirt-spdk

packages/pxvirt-spdk/autobuild.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/bin/bash
2+
SCRIPT_DIR=$(cd $(dirname ${BASH_SOURCE[0]}); pwd)
3+
PKGNAME=$(basename $SCRIPT_DIR)
4+
5+
echo "This is $PKGNAME build scripts"
6+
7+
. ../common.sh
8+
9+
cd $SCRIPT_DIR/$PKGNAME
10+
exec_build_make

packages/pxvirt-spdk/pxvirt-spdk

Submodule pxvirt-spdk added at 13c84d9

0 commit comments

Comments
 (0)