blob: 4a61e7051997cb1d355d848b5259bd97634fecff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
PR = "r0"
export IMAGE_BASENAME = "oh-image-base"
DEPENDS = "task-oh"
RDEPENDS = "task-oh-boot task-oh-boot-extras"
export PACKAGE_INSTALL = "${RDEPENDS}"
inherit image
LICENSE = MIT
|