diff options
author | Samuli Piippo <[email protected]> | 2025-05-19 08:31:50 +0000 |
---|---|---|
committer | Samuli Piippo <[email protected]> | 2025-06-27 10:32:55 +0000 |
commit | 76078809ef79c23e1686fa8508ff4ecd7f16c5f1 (patch) | |
tree | 543b022ea6c6c76116bc7b3cbdab69d743c0d16b | |
parent | a4a8751d3bb89e30785621011ef17b9a37da035b (diff) |
The bubblewrap container uses the bubblewrap utility to create
a new kernel namespace and runs the requested binary in this
sandbox isolated from the rest of the system.
Pick-to: 6.10 6.9 6.8
Fixes: QTBUG-13696
Change-Id: Ide2e631f797e2e8162375b4bbc60d81600243be2
Reviewed-by: Ari Parkkila <[email protected]>
-rw-r--r-- | recipes-qt/qt6/qtapplicationmanager_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-qt/qt6/qtapplicationmanager_git.bb b/recipes-qt/qt6/qtapplicationmanager_git.bb index 58cb698..ffc46d6 100644 --- a/recipes-qt/qt6/qtapplicationmanager_git.bb +++ b/recipes-qt/qt6/qtapplicationmanager_git.bb @@ -24,6 +24,7 @@ PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'multi-proc PACKAGECONFIG[tools-only] = "-DFEATURE_am_tools_only=ON, -DFEATURE_am_tools_only=OFF" PACKAGECONFIG[multi-process] = "-DFEATURE_am_multi_process=ON,-DFEATURE_am_multi_process=OFF,qtwayland" +PACKAGECONFIG[bubblewrap] = "-DFEATURE_am_bubblewrap_container=ON,-DFEATURE_am_bubblewrap_container=OFF,,bubblewrap" PACKAGECONFIG:class-native ??= "tools-only" PACKAGECONFIG:class-nativesdk ??= "${PACKAGECONFIG:class-native}" |