blob: 73f7afbe16f5091aac048dca29ec2aae05d64bcf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
PR = "r0"
export IMAGE_BASENAME = "oh-image-core"
DEPENDS = "task-oh"
RDEPENDS = "\
task-oh-boot \
task-oh-boot-extras \
task-oh-base "
export IPKG_INSTALL = "${RDEPENDS}"
inherit image_ipk
LICENSE = MIT
|