diff options
Diffstat (limited to 'meta/packages/images/oh-image-devel.bb')
-rw-r--r-- | meta/packages/images/oh-image-devel.bb | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/meta/packages/images/oh-image-devel.bb b/meta/packages/images/oh-image-devel.bb deleted file mode 100644 index 2865151b03..0000000000 --- a/meta/packages/images/oh-image-devel.bb +++ /dev/null | |||
@@ -1,24 +0,0 @@ | |||
1 | PR = "r9" | ||
2 | |||
3 | export IMAGE_BASENAME = "oh-devel" | ||
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 | task-oh-devtools \ | ||
17 | task-oh-testapps \ | ||
18 | ${XSERVER} " | ||
19 | |||
20 | export IPKG_INSTALL = "${RDEPENDS}" | ||
21 | #ROOTFS_POSTPROCESS_COMMAND += "zap_root_password; " | ||
22 | |||
23 | inherit image_ipk | ||
24 | LICENSE = MIT | ||