Skip to content

Commit

Permalink
venus-image: only install the LICENSE manifest file
Browse files Browse the repository at this point in the history
When all LICENSE file per package are installed there is a lot of
duplicated data taking megabytes of space. Only install the summary
instead.
  • Loading branch information
jhofstee committed Feb 13, 2025
1 parent 0b206d7 commit e89dfe3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meta-venus/recipes-images/venus-image.inc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ IMAGE_FEATURES += "read-only-rootfs"
BAD_RECOMMENDATIONS += "${@'' if d.getVar('VENUS_GPU') == '1' else 'mesa-megadriver'}"

IMAGE_LINGUAS = "en-us"
COPY_LIC_DIRS = "0"

LICENSE = "MIT"

Expand Down

0 comments on commit e89dfe3

Please sign in to comment.