Skip to content

Commit

Permalink
ose: webruntime=r64 wam=75
Browse files Browse the repository at this point in the history
:Release Notes:
Correct coverage build flag
Fix bug related to JS code

:Detailed Notes:
webruntime: r63..r64
Correct coverage build flag to enable_neva_test_coverage_build to match
the variable in chromium

wam: submissions/74..submissions/75
4808ead [op] Fix JS code not to be executed when 'enableBackgroundRun'
is set to 'true' by web app.

:Testing Performed:
CCC testing

:QA Notes:

:Issues Addressed:
[WRP-5608] applying the test coverage to webruntime
[WRP-9645] [OSE -RPI4]: 'Wired LAN Cable is Disconnected' popup is not
displayed when LAN cable is removed
[WRP-13004] CCC: ose: webruntime=r64 wam=75

Cherry-picked-from-commit: d22d40c
Cherry-picked-from-branch:
  • Loading branch information
Minsu Kim authored and jaekyu-lee committed Apr 25, 2023
1 parent 4a65f2b commit e484a91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions meta-webos/recipes-webos/chromium/webruntime.inc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ inherit webos_system_bus

DEPENDS = "virtual/gettext wayland wayland-native luna-service2 pixman freetype fontconfig openssl pango cairo icu webos-wayland-extensions libxkbcommon libexif dbus pciutils udev libcap alsa-lib virtual/egl elfutils-native libdrm atk gperf-native gconf libwebosi18n bison-native xorgproto nss nspr curl nspr-native nss-native pmloglib glib-2.0-native python3-six-native python3-beautifulsoup4-native python3-soupsieve-native python3-lxml-native python3-html5lib-native python3-webencodings-native"

INC_PR = "r63"
INC_PR = "r64"
# Enable this in webos-local.conf or in recipe to build
DEPLOY_CHROMEDRIVER ?= "false"
DEPLOY_WAM_DEMO ?= "false"
Expand Down Expand Up @@ -65,7 +65,7 @@ PACKAGECONFIG:append = " ${@bb.utils.contains('WEBOS_LTTNG_ENABLED', '1', 'lttng
PACKAGECONFIG[lttng] = "use_lttng=true,use_lttng=false,lttng-ust,lttng-tools lttng-modules babeltrace"
PACKAGECONFIG[webos-camera] = "use_webos_camera=true,use_webos_camera=false, cambufferlib"
PACKAGECONFIG[webos-audio] = "use_webos_audio=true,use_webos_audio=false, pulseaudio"
PACKAGECONFIG[test-coverage] = "enable_test_coverage_build=true,enable_test_coverage_build=false"
PACKAGECONFIG[test-coverage] = "enable_neva_test_coverage_build=true,enable_neva_test_coverage_build=false"

GN_ARGS:append = " \
enable_memorymanager_webapi=true\
Expand Down
2 changes: 1 addition & 1 deletion meta-webos/recipes-webos/wam/wam.bb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RDEPENDS:${PN} += "util-linux"
VIRTUAL-RUNTIME_cpushareholder ?= "cpushareholder-stub"
RDEPENDS:${PN} += "${VIRTUAL-RUNTIME_cpushareholder}"

WEBOS_VERSION = "1.0.2-74_0545394dee3e41ff594d3ef5497d7e5afe6c4c4f"
WEBOS_VERSION = "1.0.2-75_74cc7d02ab01bd84db9ca0e1201d5a5cc724a656"
PR = "r59"

WAM_BUILD_SYSTEM ?= "webos_cmake"
Expand Down

0 comments on commit e484a91

Please sign in to comment.