blob: 84a48455696f0727c68a58a1f73c31cbe391bcb1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#Angstrom bootstrap image
LICENSE = MIT
MAINTAINER = "Koen Kooi <koen@dominion.kabel.utwente.nl>"
PR = "r0"
DEPENDS = "task-angstrom"
RDEPENDS = "angstrom-base-depends"
export IMAGE_BASENAME = "bootstrap-image"
export IMAGE_LINGUAS = ""
export IPKG_INSTALL = "angstrom-base-depends"
inherit image_ipk
|