diff options
author | Uros Majstorovic <majstor@majstor.org> | 2025-07-29 00:12:01 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2025-07-29 00:12:01 +0200 |
commit | 2357302c5e0228c1209b747cc5e0b11d7bef0a02 (patch) | |
tree | 97bf2f0165cc290596cd11a4cfd0232bb6591355 /yocto/meta-mikrophone/recipes-images/images/mikrophone-image.bb | |
parent | 5822459338be09a47e2e4cbf93b0673e539d3211 (diff) |
Diffstat (limited to 'yocto/meta-mikrophone/recipes-images/images/mikrophone-image.bb')
-rw-r--r-- | yocto/meta-mikrophone/recipes-images/images/mikrophone-image.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/yocto/meta-mikrophone/recipes-images/images/mikrophone-image.bb b/yocto/meta-mikrophone/recipes-images/images/mikrophone-image.bb index a4ced94..4a88221 100644 --- a/yocto/meta-mikrophone/recipes-images/images/mikrophone-image.bb +++ b/yocto/meta-mikrophone/recipes-images/images/mikrophone-image.bb @@ -50,8 +50,8 @@ IMAGE_INSTALL += " \ 'timestamp-service systemd-analyze', '', d)} \ ${@bb.utils.contains('DISTRO_FEATURES', 'x11 wayland', \ 'weston-xwayland xterm', '', d)} \ - ${@bb.utils.contains("MACHINE_FEATURES", "tpm2", \ - "packagegroup-tpm2-tdx-cli", "",d)} \ + ${@bb.utils.contains('MACHINE_FEATURES', 'tpm2', \ + 'packagegroup-tpm2-tdx-cli', '', d)} \ \ packagegroup-tdx-cli \ packagegroup-tdx-graphical \ @@ -70,5 +70,5 @@ IMAGE_INSTALL += " \ media-files \ \ gnupg \ - weston weston-init wayland-terminal-launch \ + weston weston-init wayland-terminal-launch \ " |