Skip to content

Commit 3404d66

Browse files
committed
distro: Enable polkit and sysprof in poky-wayland and wpewebkit
* Added `polkit` to `DISTRO_FEATURES` in `poky-wayland.conf` to support PolicyKit features. * Appended `sysprof` to `PACKAGECONFIG` in `wpewebkit_2.46.%.bbappend` to enable profiling support. * Add `sysprof` to core-image-weston-wpe. Change-Type: minor
1 parent 0d1f228 commit 3404d66

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

conf/distro/poky-wayland.conf

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ DISTROOVERRIDES = "poky:poky-altcfg:linuxstdbase"
1111
DISTRO_FEATURES:append = " egl \
1212
opengl \
1313
pam \
14+
polkit \
1415
pulseaudio \
1516
virtualization \
1617
wayland \

recipes-browser/wpewebkit/wpewebkit_2.46.%.bbappend

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ PV:class-devupstream = "trunk"
1111

1212
RCONFLICTS:${PN}:class-devupstream = ""
1313

14-
PACKAGECONFIG:append = " experimental-wpe-platform lbse offscreen-canvas"
14+
PACKAGECONFIG[sysprof] = "-DUSE_SYSTEM_SYSPROF_CAPTURE=ON, -DUSE_SYSTEM_SYSPROF_CAPTURE=OFF,"
15+
16+
PACKAGECONFIG:append = " experimental-wpe-platform lbse offscreen-canvas sysprof"
1517
PACKAGECONFIG:remove = "speech-synthesis"
1618

1719
FILES:${PN}-web-inspector-plugin += "${datadir}/wpe-webkit-*/inspector.gresource"

recipes-core/images/core-image-weston-wpe.bb

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ IMAGE_INSTALL:append = " \
66
wpewebkit \
77
wpe-simple-launcher \
88
python3-uinput \
9+
sysprof \
910
"
1011

1112
IMAGE_INSTALL:append:raspberrypi4 = " rpi-eeprom"

0 commit comments

Comments
 (0)