summaryrefslogtreecommitdiffstats
path: root/recipes/images/helloworld-image.bb
blob: d1a43cba49b4ead2ce6fb1db13b8f917c8318f64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Hello world image
# Contains *only* a statically linked hello world init program

IMAGE_INSTALL = "helloworld"

IMAGE_LINGUAS = ""
IMAGE_LOGIN_MANAGER = ""
IMAGE_INIT_MANAGER = ""
IMAGE_INITSCRIPTS = ""
IMAGE_DEV_MANAGER = ""

inherit image