summaryrefslogtreecommitdiff
path: root/packages/images/helloworld-image.bb
blob: 058bb7f12ab8033f54d10cb1734a5db240940562 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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

# 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