Skip to content

Commit

Permalink
Merge pull request #68 from YoeDistro/yoe/mut
Browse files Browse the repository at this point in the history
Fix image contents to reduce size
  • Loading branch information
cbrake authored Apr 22, 2020
2 parents 7a3dbb8 + 29898a1 commit 9d35189
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-core/images/yoe-debug-image.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 2 additions & 0 deletions recipes-core/images/yoe-sdk-image.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 9d35189

Please sign in to comment.