Skip to content

Commit

Permalink
Fix thunder reference image
Browse files Browse the repository at this point in the history
  • Loading branch information
bramoosterhuis committed Oct 23, 2024
1 parent 59b0244 commit 514761f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 3 additions & 4 deletions recipes-core/images/core-image-thunder.bb
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
SUMMARY = "An image based on core-image that includes thunder."
LICENSE = "MIT"

inherit core-image

IMAGE_INSTALL += "\
IMAGE_INSTALL:append = " \
packagegroup-core-boot \
kernel-modules \
packagegroup-thunder \
"

IMAGE_FEATURES += "\
IMAGE_FEATURES:append = " \
ssh-server-dropbear \
"
inherit core-image
7 changes: 5 additions & 2 deletions recipes-core/packagegroups/packagegroup-thunder.bb
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,15 @@ PACKAGES = "\
packagegroup-thunder \
"

RDEPENDS_packagegroup-thunder = "\
RDEPENDS:${PN} = "\
thunder \
thunder-clientlibraries \
thunder-interfaces \
thunder-libraries \
thunder-ui \
"

PROVIDES += "packagegroup-wpeframework"
PROVIDES:append = " \
packagegroup-wpeframework \
packagegroup-thunder \
"

0 comments on commit 514761f

Please sign in to comment.