blob: 54f7ff2c891f659ffe560ccd4455e7961d47262d (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Hello world image
# gives you a small image with a statically linked
LICENSE = "MIT"
PR = "r0"
export IMAGE_BASENAME = "helloworld-image"
export IMAGE_LINGUAS = ""
inherit image
|