aboutsummaryrefslogtreecommitdiffstats
path: root/packages/images/helloworld-image.bb
blob: a1caf54cc5ffc4e2f87a589633ea76fd1544acc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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