From 6b18e4effaa070173c652799a9a849123c586b36 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Wed, 28 Nov 2018 15:57:50 -0700 Subject: meta-networking: add pkg group and images Signed-off-by: Armin Kuster --- meta-networking/recipes-core/images/meta-networking-image-base.bb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 meta-networking/recipes-core/images/meta-networking-image-base.bb (limited to 'meta-networking/recipes-core/images/meta-networking-image-base.bb') diff --git a/meta-networking/recipes-core/images/meta-networking-image-base.bb b/meta-networking/recipes-core/images/meta-networking-image-base.bb new file mode 100644 index 0000000000..eaf1409537 --- /dev/null +++ b/meta-networking/recipes-core/images/meta-networking-image-base.bb @@ -0,0 +1,7 @@ +SUMMARY = "meta-networking build test image" + +IMAGE_INSTALL = "packagegroup-core-boot" + +LICENSE = "MIT" + +inherit core-image -- cgit 1.2.3-korg