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