Skip to content

Commit 77c88dd

Browse files
committed
fix(kraft.yaml): point unikraft to danbugs/unikraft cpiovfs-fix and app-elfloader to danbugs fork
Signed-off-by: danbugs <danilochiarlone@gmail.com>
1 parent 51a1197 commit 77c88dd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

examples/python-agent-driver/kraft.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ specification: '0.6'
22
name: python-agent-driver-hyperlight
33

44
unikraft:
5-
source: https://github.com/unikraft/unikraft.git
6-
version: plat-hyperlight
5+
source: https://github.com/danbugs/unikraft.git
6+
version: cpiovfs-fix
77
kconfig:
88
CONFIG_PLAT_HYPERLIGHT: 'y'
99
CONFIG_PAGING: 'n'
@@ -74,7 +74,7 @@ unikraft:
7474

7575
libraries:
7676
app-elfloader:
77-
source: https://github.com/unikraft/app-elfloader.git
77+
source: https://github.com/danbugs/app-elfloader.git
7878
version: plat-hyperlight
7979
libelf:
8080
source: https://github.com/unikraft/lib-libelf.git

0 commit comments

Comments
 (0)