Skip to content

Commit aac4571

Browse files
committed
kraft.yaml: switch from danbugs/unikraft cpiovfs-fix to upstream plat-hyperlight
Signed-off-by: danbugs <danilochiarlone@gmail.com>
1 parent c2cc581 commit aac4571

13 files changed

Lines changed: 39 additions & 39 deletions

File tree

examples/dotnet-nativeaot/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: dotnet-nativeaot-hyperlight
33

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

5757
libraries:
5858
app-elfloader:
59-
source: https://github.com/danbugs/app-elfloader.git
59+
source: https://github.com/unikraft/app-elfloader.git
6060
version: plat-hyperlight
6161
libelf:
6262
source: https://github.com/unikraft/lib-libelf.git

examples/go/kraft.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ specification: '0.6'
33
name: go-hyperlight
44

55
unikraft:
6-
source: https://github.com/danbugs/unikraft.git
7-
version: cpiovfs-fix
6+
source: https://github.com/unikraft/unikraft.git
7+
version: plat-hyperlight
88
kconfig:
99
# Platform
1010
CONFIG_PLAT_HYPERLIGHT: 'y'
@@ -64,7 +64,7 @@ unikraft:
6464

6565
libraries:
6666
app-elfloader:
67-
source: https://github.com/danbugs/app-elfloader.git
67+
source: https://github.com/unikraft/app-elfloader.git
6868
version: plat-hyperlight
6969
libelf:
7070
source: https://github.com/unikraft/lib-libelf.git

examples/helloworld-c/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: helloworld-hyperlight
33

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

5656
libraries:
5757
app-elfloader:
58-
source: https://github.com/danbugs/app-elfloader.git
58+
source: https://github.com/unikraft/app-elfloader.git
5959
version: plat-hyperlight
6060
libelf:
6161
source: https://github.com/unikraft/lib-libelf.git

examples/hostfs-posix-c/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: hostfs-posix-c-hyperlight
33

44
unikraft:
5-
source: https://github.com/danbugs/unikraft.git
6-
version: cpiovfs-fix
5+
source: https://github.com/unikraft/unikraft.git
6+
version: plat-hyperlight
77
kconfig:
88
# Platform
99
CONFIG_PLAT_HYPERLIGHT: 'y'
@@ -71,7 +71,7 @@ unikraft:
7171

7272
libraries:
7373
app-elfloader:
74-
source: https://github.com/danbugs/app-elfloader.git
74+
source: https://github.com/unikraft/app-elfloader.git
7575
version: plat-hyperlight
7676
libelf:
7777
source: https://github.com/unikraft/lib-libelf.git

examples/hostfs-posix-py/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: hostfs-posix-py-hyperlight
33

44
unikraft:
5-
source: https://github.com/danbugs/unikraft.git
6-
version: cpiovfs-fix
5+
source: https://github.com/unikraft/unikraft.git
6+
version: plat-hyperlight
77
kconfig:
88
# Platform
99
CONFIG_PLAT_HYPERLIGHT: 'y'
@@ -76,7 +76,7 @@ unikraft:
7676

7777
libraries:
7878
app-elfloader:
79-
source: https://github.com/danbugs/app-elfloader.git
79+
source: https://github.com/unikraft/app-elfloader.git
8080
version: plat-hyperlight
8181
libelf:
8282
source: https://github.com/unikraft/lib-libelf.git

examples/multifn-c/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: multifn-c-hyperlight
33

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

5050
libraries:
5151
app-elfloader:
52-
source: https://github.com/danbugs/app-elfloader.git
52+
source: https://github.com/unikraft/app-elfloader.git
5353
version: plat-hyperlight
5454
libelf:
5555
source: https://github.com/unikraft/lib-libelf.git

examples/powershell/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: powershell-hyperlight
33

44
unikraft:
5-
source: https://github.com/danbugs/unikraft.git
6-
version: cpiovfs-fix
5+
source: https://github.com/unikraft/unikraft.git
6+
version: plat-hyperlight
77
kconfig:
88
# Platform
99
CONFIG_PLAT_HYPERLIGHT: 'y'
@@ -86,7 +86,7 @@ unikraft:
8686

8787
libraries:
8888
app-elfloader:
89-
source: https://github.com/danbugs/app-elfloader.git
89+
source: https://github.com/unikraft/app-elfloader.git
9090
version: plat-hyperlight
9191
libelf:
9292
source: https://github.com/unikraft/lib-libelf.git

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/danbugs/unikraft.git
6-
version: cpiovfs-fix
5+
source: https://github.com/unikraft/unikraft.git
6+
version: plat-hyperlight
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/danbugs/app-elfloader.git
77+
source: https://github.com/unikraft/app-elfloader.git
7878
version: plat-hyperlight
7979
libelf:
8080
source: https://github.com/unikraft/lib-libelf.git

examples/python-agent/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-hyperlight
33

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

8989
libraries:
9090
app-elfloader:
91-
source: https://github.com/danbugs/app-elfloader.git
91+
source: https://github.com/unikraft/app-elfloader.git
9292
version: plat-hyperlight
9393
libelf:
9494
source: https://github.com/unikraft/lib-libelf.git

examples/python-tools/kraft.yaml

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

55
unikraft:
6-
source: https://github.com/danbugs/unikraft.git
7-
version: cpiovfs-fix
6+
source: https://github.com/unikraft/unikraft.git
7+
version: plat-hyperlight
88
kconfig:
99
# Platform
1010
CONFIG_PLAT_HYPERLIGHT: 'y'
@@ -66,7 +66,7 @@ unikraft:
6666

6767
libraries:
6868
app-elfloader:
69-
source: https://github.com/danbugs/app-elfloader.git
69+
source: https://github.com/unikraft/app-elfloader.git
7070
version: plat-hyperlight
7171
libelf:
7272
source: https://github.com/unikraft/lib-libelf.git

0 commit comments

Comments
 (0)