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 @@ +PR = "r10" + +export IMAGE_BASENAME = "oh-image" + +GUI_MACHINE_CLASS ?= "none" + +XSERVER ?= "xserver-kdrive-fbdev" + +DEPENDS = "task-oh" + +RDEPENDS = "\ + task-oh-boot \ + task-oh-boot-extras \ + task-oh-base \ + task-oh-standard \ + ${XSERVER} " + +export IPKG_INSTALL = "${RDEPENDS}" +#ROOTFS_POSTPROCESS_COMMAND += "zap_root_password; " + +inherit image_ipk +LICENSE = MIT |