Skip to content

Commit 2f75cc1

Browse files
committed
kraft.yaml: switch to unikraft/unikraft plat-hyperlight (hostsock merged upstream)
Signed-off-by: danbugs <danilochiarlone@gmail.com>
1 parent 1729e97 commit 2f75cc1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

examples/networking-py/kraft.yaml

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

44
unikraft:
5-
source: https://github.com/danbugs/unikraft.git
6-
version: networking
5+
source: https://github.com/unikraft/unikraft.git
6+
version: plat-hyperlight
77
kconfig:
88
# Platform
99
CONFIG_PLAT_HYPERLIGHT: 'y'

examples/python-agent-driver/kraft.yaml

Lines changed: 2 additions & 2 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/danbugs/unikraft.git
6-
version: networking
5+
source: https://github.com/unikraft/unikraft.git
6+
version: plat-hyperlight
77
kconfig:
88
CONFIG_PLAT_HYPERLIGHT: 'y'
99
CONFIG_PAGING: 'n'

0 commit comments

Comments
 (0)