forked from unikraft/catalog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Kraftfile
40 lines (34 loc) · 844 Bytes
/
Kraftfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
spec: v0.6
name: lua
rootfs: ./rootfs
cmd: ["/helloworld.lua"]
unikraft:
version: staging
kconfig:
CONFIG_LIBRAMFS: 'y'
CONFIG_LIBUK9P: 'y'
CONFIG_LIBUKBUS: 'y'
CONFIG_LIBUKCPIO: 'y'
CONFIG_LIBUKDEBUG_ANSI_COLOR: 'y'
CONFIG_LIBUKLIBPARAM: 'y'
CONFIG_LIBVFSCORE_AUTOMOUNT_CI_EINITRD: 'y'
CONFIG_LIBVFSCORE_AUTOMOUNT_CI: 'y'
CONFIG_LIBVFSCORE_AUTOMOUNT_FB: 'y'
CONFIG_LIBVFSCORE_AUTOMOUNT_FB0_DEV: "embedded"
CONFIG_LIBVFSCORE_AUTOMOUNT_FB0_DRIVER: "extract"
CONFIG_LIBVFSCORE_AUTOMOUNT_FB0_MP: "/"
CONFIG_LIBVFSCORE_AUTOMOUNT_UP: 'y'
CONFIG_LIBVFSCORE_AUTOMOUNT: 'y'
CONFIG_LIBVFSCORE: 'y'
CONFIG_LIBUK9P: 'y'
targets:
- qemu/x86_64
- qemu/arm64
- fc/x86_64
- fc/arm64
libraries:
musl: stable
lua:
version: stable
kconfig:
CONFIG_LUA_MAIN_FUNCTION: 'y'