Skip to content

Commit e470ad2

Browse files
committed
meta-mchp-polarfire-soc: recipes-mchp: include microchip packagegroups in sdk image
Include packagegroup-mchp-apps and packagegroup-mchp-security in the mchp-base-image-sdk image. Also switch from requiring a .bb file to a .inc file, as BitBake's require directive should only be used for recipe fragments (such as .inc or .bbclass files), not complete recipe files. Signed-off-by: Valentina Fernandez <valentina.fernandezalanis@microchip.com>
1 parent 3728f1f commit e470ad2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

meta-mchp-polarfire-soc/meta-mchp-polarfire-soc-bsp/recipes-mchp/images/mchp-base-image-sdk.bb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
DESCRIPTION = "Microchip base image with software development tools"
22
LICENSE = "MIT"
33

4-
require recipes-mchp/images/mchp-base-image.bb
4+
require recipes-mchp/images/mchp-base-image.inc
55

66
IMAGE_INSTALL:append = "\
7+
packagegroup-mchp-apps \
8+
packagegroup-mchp-security \
79
packagegroup-core-sdk \
810
packagegroup-core-standalone-sdk-target \
911
packagegroup-core-tools-debug \

0 commit comments

Comments
 (0)