Skip to content

Commit 3ac1017

Browse files
Dharma Balasubiramanivfalanis
authored andcommitted
meta-mchp-mpu-apps: move EGT apps to separate packagegroup
The packagegroup `packagegroup-mchp-apps-egt` was previously included in `packagegroup-mchp-apps`, which caused EGT applications to be pulled into headless images as well. This is not intended, since EGT apps are only needed for graphics-based images. Rename it to `packagegroup-mchp-egt-apps` to clearly separate it from the generic apps group, and updated `mchp-graphics-image.bb` to include the new packagegroup instead of `mchp-egt-demo-init`. Also remove the duplicated packagegroup. Reported-by: Ludovic Desroches <ludovic.desroches@microchip.com> Signed-off-by: Dharma Balasubiramani <dharma.b@microchip.com>
1 parent 399a327 commit 3ac1017

2 files changed

Lines changed: 3 additions & 8 deletions

File tree

meta-mchp-mpu/meta-mchp-mpu-apps/recipes-mchp/images/mchp-graphics-image.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ IMAGE_INSTALL:append = "\
2121
libplanes \
2222
libsndfile1 \
2323
lohit-fonts \
24-
mchp-egt-demo-init \
2524
noto-fonts \
25+
packagegroup-mchp-egt-apps \
2626
packagegroup-mchp-graphics \
2727
packagegroup-mchp-multimedia \
2828
packagegroup-mchp-multimedia-camera \

meta-mchp-mpu/meta-mchp-mpu-apps/recipes-mchp/packagegroups/packagegroup-mchp-apps.bbappend

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PACKAGES += " \
2-
packagegroup-mchp-apps-egt \
2+
packagegroup-mchp-egt-apps \
33
"
44

55
RDEPENDS:packagegroup-mchp-apps:mpuall += "\
@@ -17,12 +17,7 @@ RDEPENDS:packagegroup-mchp-apps:sama5d27-wlsom1-ek-sd += "\
1717
wilc-demo-fs-overlay \
1818
"
1919

20-
RDEPENDS:packagegroup-mchp-apps:sama5d27-wlsom1-ek-sd += "\
21-
wilc-ble-demo \
22-
wilc-demo-fs-overlay \
23-
"
24-
25-
RDEPENDS:packagegroup-mchp-apps-egt:mpuall = "\
20+
RDEPENDS:packagegroup-mchp-egt-apps:mpuall += "\
2621
egt-benchmark \
2722
egt-launcher \
2823
egt-media \

0 commit comments

Comments
 (0)