summaryrefslogtreecommitdiff
path: root/packages/images/helloworld-image.bb
blob: 5154752f7559dbd15ad04704a03d4097a416b329 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Hello world image
# Contains *only* a statically linked hello world init program
LICENSE = "MIT"
PR = "r0"

RDEPENDS = "helloworld"

export IMAGE_BASENAME = "helloworld-image"
export IMAGE_LINGUAS = ""

PACKAGE_INSTALL = ${RDEPENDS}

inherit image