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