diff options
Diffstat (limited to 'meta/packages/images/oh-image-sdk.bb')
-rw-r--r-- | meta/packages/images/oh-image-sdk.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta/packages/images/oh-image-sdk.bb b/meta/packages/images/oh-image-sdk.bb new file mode 100644 index 0000000000..b5dfee740c --- /dev/null +++ b/meta/packages/images/oh-image-sdk.bb | |||
@@ -0,0 +1,27 @@ | |||
1 | PR = "r9" | ||
2 | |||
3 | export IMAGE_BASENAME = "oh-sdk" | ||
4 | |||
5 | GUI_MACHINE_CLASS ?= "none" | ||
6 | |||
7 | XSERVER ?= "xserver-kdrive-fbdev" | ||
8 | |||
9 | DEPENDS = "\ | ||
10 | task-oh \ | ||
11 | task-oh-sdk" | ||
12 | |||
13 | RDEPENDS = "\ | ||
14 | task-oh-boot \ | ||
15 | task-oh-boot-extras \ | ||
16 | task-oh-base \ | ||
17 | task-oh-standard \ | ||
18 | task-oh-devtools \ | ||
19 | task-oh-testapps \ | ||
20 | task-oh-sdk \ | ||
21 | ${XSERVER} " | ||
22 | |||
23 | export IPKG_INSTALL = "${RDEPENDS}" | ||
24 | #ROOTFS_POSTPROCESS_COMMAND += "zap_root_password; " | ||
25 | |||
26 | inherit image_ipk | ||
27 | LICENSE = MIT | ||