Patrick Williams | 73bd93f | 2024-02-20 08:07:48 -0600 | [diff] [blame] | 1 | # |
| 2 | # This include file is to document commonly used configuration options to minimise |
| 3 | # GPLv3 content in images. |
| 4 | # |
| 5 | # The intent is to allow some images/configurations to build, not everything. There |
| 6 | # will be a cost in reduced functionality. |
| 7 | |
| 8 | # Settings for full-cmdline |
Patrick Williams | b58112e | 2024-03-07 11:16:36 -0600 | [diff] [blame] | 9 | RDEPENDS:packagegroup-core-full-cmdline-utils:remove = "bash bc coreutils cpio ed findutils gawk grep mc mc-shell mc-helpers mc-helpers-perl sed tar time" |
Patrick Williams | 73bd93f | 2024-02-20 08:07:48 -0600 | [diff] [blame] | 10 | RDEPENDS:packagegroup-core-full-cmdline-dev-utils:remove = "diffutils m4 make patch" |
| 11 | RDEPENDS:packagegroup-core-full-cmdline-multiuser:remove = "gzip" |
| 12 | |
| 13 | # Settings for weston |
| 14 | # direct gpl3 dependencies |
| 15 | RRECOMMENDS:packagegroup-base-vfat:remove = "dosfstools" |
| 16 | PACKAGECONFIG:remove:pn-bluez5 = "readline" |
| 17 | |
| 18 | # dnf pulls in gpg which is gpl3; it also pulls in python3-rpm which pulls in rpm-build which pulls in bash |
| 19 | # so install rpm but not dnf |
| 20 | IMAGE_FEATURES:remove:pn-core-image-weston = "package-management" |
| 21 | CORE_IMAGE_EXTRA_INSTALL:pn-core-image-weston += "rpm" |
Patrick Williams | b58112e | 2024-03-07 11:16:36 -0600 | [diff] [blame] | 22 | IMAGE_FEATURES:remove:pn-core-image-full-cmdline = "package-management" |
| 23 | CORE_IMAGE_EXTRA_INSTALL:pn-core-image-full-cmdline += "rpm" |
Patrick Williams | 73bd93f | 2024-02-20 08:07:48 -0600 | [diff] [blame] | 24 | |
| 25 | # matchbox-terminal depends on vte, which is gpl3 |
| 26 | CORE_IMAGE_BASE_INSTALL:remove:pn-core-image-weston = "matchbox-terminal" |
| 27 | |
| 28 | # Some python-tests use bash outside of ptest |
| 29 | RDEPENDS:${PN}-tests:remove:class-target:pn-python3 = "${MLPREFIX}bash" |
| 30 | INSANE_SKIP:${PN}-tests:pn-python3 = "file-rdeps" |