Skip to content

Commit 7c7da85

Browse files
committed
fix(kraft): point examples at fork to pick up lcpu PM ops fix
Signed-off-by: danbugs <danilochiarlone@gmail.com>
1 parent 9e872f4 commit 7c7da85

17 files changed

Lines changed: 17 additions & 17 deletions

File tree

examples/dotnet-http/kraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ specification: '0.6'
22
name: dotnet-http-hyperlight
33

44
unikraft:
5-
source: https://github.com/unikraft/unikraft.git
5+
source: https://github.com/danbugs/unikraft.git
66
version: plat-hyperlight
77
kconfig:
88
# Platform

examples/dotnet-nativeaot/kraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ specification: '0.6'
22
name: dotnet-nativeaot-hyperlight
33

44
unikraft:
5-
source: https://github.com/unikraft/unikraft.git
5+
source: https://github.com/danbugs/unikraft.git
66
version: plat-hyperlight
77
kconfig:
88
CONFIG_PLAT_HYPERLIGHT: 'y'

examples/dotnet/kraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ specification: '0.6'
22
name: dotnet-hyperlight
33

44
unikraft:
5-
source: https://github.com/unikraft/unikraft.git
5+
source: https://github.com/danbugs/unikraft.git
66
version: plat-hyperlight
77
kconfig:
88
# Platform

examples/go-http/kraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ specification: '0.6'
22
name: go-http-hyperlight
33

44
unikraft:
5-
source: https://github.com/unikraft/unikraft.git
5+
source: https://github.com/danbugs/unikraft.git
66
version: plat-hyperlight
77
kconfig:
88
# Platform

examples/go/kraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ specification: '0.6'
33
name: go-hyperlight
44

55
unikraft:
6-
source: https://github.com/unikraft/unikraft.git
6+
source: https://github.com/danbugs/unikraft.git
77
version: plat-hyperlight
88
kconfig:
99
# Platform

examples/helloworld-c/kraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ specification: '0.6'
22
name: helloworld-hyperlight
33

44
unikraft:
5-
source: https://github.com/unikraft/unikraft.git
5+
source: https://github.com/danbugs/unikraft.git
66
version: plat-hyperlight
77
kconfig:
88
CONFIG_PLAT_HYPERLIGHT: 'y'

examples/hostfs-posix-c/kraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ specification: '0.6'
22
name: hostfs-posix-c-hyperlight
33

44
unikraft:
5-
source: https://github.com/unikraft/unikraft.git
5+
source: https://github.com/danbugs/unikraft.git
66
version: plat-hyperlight
77
kconfig:
88
# Platform

examples/hostfs-posix-py/kraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ specification: '0.6'
22
name: hostfs-posix-py-hyperlight
33

44
unikraft:
5-
source: https://github.com/unikraft/unikraft.git
5+
source: https://github.com/danbugs/unikraft.git
66
version: plat-hyperlight
77
kconfig:
88
# Platform

examples/multifn-c/kraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ specification: '0.6'
22
name: multifn-c-hyperlight
33

44
unikraft:
5-
source: https://github.com/unikraft/unikraft.git
5+
source: https://github.com/danbugs/unikraft.git
66
version: plat-hyperlight
77
kconfig:
88
CONFIG_PLAT_HYPERLIGHT: 'y'

examples/networking-py/kraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ specification: '0.6'
22
name: networking-py-hyperlight
33

44
unikraft:
5-
source: https://github.com/unikraft/unikraft.git
5+
source: https://github.com/danbugs/unikraft.git
66
version: plat-hyperlight
77
kconfig:
88
# Platform

0 commit comments

Comments
 (0)