blob: 5da104aa183c352f6bf50dbbb7847fce84536604 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#Angstrom bootstrap image
LICENSE = MIT
PR = "r2"
DEPENDS = "task-angstrom task-base"
RDEPENDS = "task-base-core-default task-base angstrom-base-depends"
export IMAGE_BASENAME = "bootstrap-image"
export IMAGE_LINGUAS = ""
export IPKG_INSTALL = "${RDEPENDS}"
inherit image_ipk
|