diff options
Diffstat (limited to 'meta-selftest/recipes-test/container-image/container-test-image.bb')
-rw-r--r-- | meta-selftest/recipes-test/container-image/container-test-image.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-selftest/recipes-test/container-image/container-test-image.bb b/meta-selftest/recipes-test/container-image/container-test-image.bb new file mode 100644 index 0000000000..d5f939c6e9 --- /dev/null +++ b/meta-selftest/recipes-test/container-image/container-test-image.bb | |||
@@ -0,0 +1,8 @@ | |||
1 | IMAGE_INSTALL += "container-image-testpkg" | ||
2 | |||
3 | LICENSE = "MIT" | ||
4 | |||
5 | IMAGE_FSTYPES = "container" | ||
6 | IMAGE_LINGUAS = "" | ||
7 | |||
8 | inherit core-image | ||