Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kraft.yaml: Use stable version for all components #7

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 13 additions & 7 deletions kraft.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
specification: '0.5'
name: python3
unikraft:
version: '0.4'
version: 9bf6e63
kconfig:
- CONFIG_LIBUK9P=y
- CONFIG_LIB9PFS=y
Expand All @@ -15,13 +16,18 @@ targets:
- architecture: x86_64
platform: kvm
libraries:
pthread-embedded: '0.4'
lwip: '0.4'
zlib: '0.4'
libuuid: '0.4'
newlib: '0.4'
pthread-embedded:
version: stable
lwip:
version: stable
zlib:
version: stable
libuuid:
version: stable
newlib:
version: stable
python3:
version: '0.4'
version: stable
kconfig:
- CONFIG_LIBPYTHON3=y
- CONFIG_LIBPYTHON3_EXTENSIONS=y
Expand Down