blob: 0e2e7d6f0dc15ff85f0454a6fc27981d8b8807da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
PR = "r0"
export IMAGE_BASENAME = "oh-image-core"
IMAGE_FEATURES += "apps-core"
DEPENDS = "task-oh"
RDEPENDS = "${DISTRO_TASKS}"
export PACKAGE_INSTALL = "${RDEPENDS}"
inherit image
LICENSE = MIT
|