-
Notifications
You must be signed in to change notification settings - Fork 27
/
npk.yml.tpl
50 lines (46 loc) · 1011 Bytes
/
npk.yml.tpl
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
41
42
43
44
45
46
47
48
49
50
## Package Base Information
name: app-`appname`
owner: nuclei
version: 1.1.0
description: Nuclei `appdesc` lab
type: app
keywords:
- nuclei board labs
category: Board Labs
license: Apache-2.0
homepage: `apphomepage`
## Package Dependency
dependencies:
- name: `appdep`
owner: nuclei
version:
## Package Configurations
configuration:
app_commonflags:
value:`appflags`
type: text
description: Application Compile Flags
## Source Code Management
codemanage:
copyfiles:
- path: ["*.c", "*.h", "*.S", "*.s", "*.C"]
incdirs:
- path: ["./"]
libdirs:
ldlibs:
- libs: ["m"]
## Build Configuration
buildconfig:
- type: common
common_flags: # flags need to be combined together across all packages
- flags: ${app_commonflags}
ldflags:
cflags:
asmflags:
cxxflags:
prebuild_steps: # could be override by app/bsp type
command:
description:
postbuild_steps: # could be override by app/bsp type
command:
description: