From 4031dc1563c442b2c015f6c6e7f461512ae4c253 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 21 Apr 2020 19:16:18 -0700 Subject: [PATCH 1/2] yoe-debug-image: Do not package dbg packages This increased image size a bit so let user decide that via a bbappend Signed-off-by: Khem Raj --- recipes-core/images/yoe-debug-image.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/images/yoe-debug-image.bb b/recipes-core/images/yoe-debug-image.bb index 8f7b51bdc..4122c4fc7 100644 --- a/recipes-core/images/yoe-debug-image.bb +++ b/recipes-core/images/yoe-debug-image.bb @@ -13,7 +13,7 @@ # require yoe-simple-image.bb -IMAGE_FEATURES += "package-management hwcodecs ptest-pkgs dbg-pkgs tools-debug tools-profile" +IMAGE_FEATURES += "package-management hwcodecs ptest-pkgs tools-debug tools-profile" IMAGE_INSTALL += "\ rsync \ From 29898a1dfbef84a7abef425b86a576c2ffd01277 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 21 Apr 2020 19:16:56 -0700 Subject: [PATCH 2/2] yoe-sdk-image: Add c/c++ and go compilers and runtimes Signed-off-by: Khem Raj --- recipes-core/images/yoe-sdk-image.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-core/images/yoe-sdk-image.bb b/recipes-core/images/yoe-sdk-image.bb index 5f997b871..c52f9d4bc 100644 --- a/recipes-core/images/yoe-sdk-image.bb +++ b/recipes-core/images/yoe-sdk-image.bb @@ -5,4 +5,6 @@ require kiosk.inc IMAGE_FEATURES += "tools-sdk dev-pkgs" +IMAGE_INSTALL += "packagegroup-go-sdk-target packagegroup-core-buildessential" + export IMAGE_BASENAME = "yoe-sdk-image"