aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/images/helloworld-image.bb
blob: cebfc33acd5632d3e3ca958ecb15b983ded1d9c3 (plain)
1
2
3
4
5
6
7
# Hello world image
# Contains *only* a statically linked hello world init program

IMAGE_INSTALL = "helloworld"
IMAGE_LINGUAS = ""

inherit image