diff options
Diffstat (limited to 'meta/classes/core-image.bbclass')
| -rw-r--r-- | meta/classes/core-image.bbclass | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/classes/core-image.bbclass b/meta/classes/core-image.bbclass index 84fd3eeb38..740a6c1d3d 100644 --- a/meta/classes/core-image.bbclass +++ b/meta/classes/core-image.bbclass | |||
| @@ -59,6 +59,10 @@ FEATURE_PACKAGES_hwcodecs = "${MACHINE_HWCODECS}" | |||
| 59 | # IMAGE_FEATURES_REPLACES_foo = 'bar1 bar2' | 59 | # IMAGE_FEATURES_REPLACES_foo = 'bar1 bar2' |
| 60 | # Including image feature foo would replace the image features bar1 and bar2 | 60 | # Including image feature foo would replace the image features bar1 and bar2 |
| 61 | IMAGE_FEATURES_REPLACES_ssh-server-openssh = "ssh-server-dropbear" | 61 | IMAGE_FEATURES_REPLACES_ssh-server-openssh = "ssh-server-dropbear" |
| 62 | # Do not install openssh complementary packages if either packagegroup-core-ssh-dropbear or dropbear | ||
| 63 | # is installed # to avoid openssh-dropbear conflict | ||
| 64 | # see [Yocto #14858] for more information | ||
| 65 | PACKAGE_EXCLUDE_COMPLEMENTARY:append = "${@bb.utils.contains_any('PACKAGE_INSTALL', 'packagegroup-core-ssh-dropbear dropbear', 'openssh', '' , d)}" | ||
| 62 | 66 | ||
| 63 | # IMAGE_FEATURES_CONFLICTS_foo = 'bar1 bar2' | 67 | # IMAGE_FEATURES_CONFLICTS_foo = 'bar1 bar2' |
| 64 | # An error exception would be raised if both image features foo and bar1(or bar2) are included | 68 | # An error exception would be raised if both image features foo and bar1(or bar2) are included |
