[OE-core] [PATCH] container-image-busybox: add a reference container image

Chen Qi Qi.Chen at windriver.com
Wed Jul 24 02:38:33 UTC 2019


Add a small busybox based container image.

Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
---
 meta/recipes-core/images/container-image-busybox.bb | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 meta/recipes-core/images/container-image-busybox.bb

diff --git a/meta/recipes-core/images/container-image-busybox.bb b/meta/recipes-core/images/container-image-busybox.bb
new file mode 100644
index 0000000000..a4d63b0eea
--- /dev/null
+++ b/meta/recipes-core/images/container-image-busybox.bb
@@ -0,0 +1,8 @@
+SUMMARY = "A small busybox based container image."
+LICENSE = "MIT"
+
+IMAGE_INSTALL = "busybox"
+IMAGE_LINGUAS = ""
+IMAGE_FSTYPES = "container"
+
+inherit core-image
-- 
2.17.1



More information about the Openembedded-core mailing list