summaryrefslogtreecommitdiff
path: root/packages/meta/grant-image.bb
blob: 9ddb6c117fcb82fdfd78aaf16810049e207c5f8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

MAINTAINER = "Jeremy Grant <jeremy@thegrantclan.org>"

PR = "r1"

export IMAGE_BASENAME = "grant-image"

GRANT_MACHINE_CLASS ?= "none"

XSERVER ?= "xserver-kdrive-fbdev"

DEPENDS = "task-bootstrap \
	   meta-grant \
	   ${GRANT_EXTRA_DEPENDS}"

export IPKG_INSTALL = "task-bootstrap \
	               ${GPE_EXTRA_DEPENDS} \
		       ${XSERVER} "

ROOTFS_POSTPROCESS_COMMAND += "zap_root_password; "

inherit image_ipk
LICENSE = MIT