X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-wam%2Fchromium%2Fchromium_git.bb;h=75dc23a37f621f53b31c027d7cdcd9ce36299a1c;hb=1c2e41cfd5ab158b82abd6b81733d6b471722d27;hp=25ed0bb46093eb8b1acc372f1ac33465eea925fb;hpb=f5a13742a9f924b6b4fd4292d39aa06769d600ab;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-wam/chromium/chromium_git.bb b/recipes-wam/chromium/chromium_git.bb index 25ed0bb46..75dc23a37 100644 --- a/recipes-wam/chromium/chromium_git.bb +++ b/recipes-wam/chromium/chromium_git.bb @@ -1,25 +1,21 @@ require chromium.inc SRC_URI = "\ - git://github.com/igalia/chromium87;branch=@10.agl.marlin;protocol=https;rev=${SRCREV_chromium87};name=chromium87 \ - git://github.com/webosose/chromium-v8;branch=@chromium87;destsuffix=git/src/v8;rev=${SRCREV_v8};name=v8;protocol=https \ + git://github.com/igalia/chromium91;branch=@11.agl;protocol=https;rev=${SRCREV_chromium91};name=chromium91 \ + git://github.com/webosose/chromium-v8;branch=@chromium91;destsuffix=git/src/v8;rev=${SRCREV_v8};name=v8;protocol=https \ " # Needed by catapult DEPENDS += "python-six-native python-beautifulsoup4-native python-lxml-native python-html5lib-native python-webencodings-native" -SRCREV_chromium87 = "bc1410d5ad4eca384fa7350410b0df4d3f2bed10" -SRCREV_v8 = "935065d097cce0090bc858746e6aee0919b222de" +SRCREV_chromium91 = "d052051b3b8696183322f0d21c911dbbf207a8ab" +SRCREV_v8 = "b958ec542dcb086f422a1216a959be38a4cc0339" -CHROMIUM_VERSION = "87.0.4280.88" -PV_BRANCH_SUFFIX = "ose10.agl.marlin" +CHROMIUM_VERSION = "91.0.4472.114" +PV_BRANCH_SUFFIX = "ose11.agl" PV = "${CHROMIUM_VERSION}.${PV_BRANCH_SUFFIX}+git" -BROWSER_APPLICATION = "chromium-browser" -BROWSER_APPLICATION_DIR = "/opt/chromium" -MKSNAPSHOT_PATH = "v8_snapshot/" - GN_ARGS += "use_gtk=false" # Disable closure compile @@ -63,6 +59,10 @@ GN_ARGS += "\ " GN_ARGS:append = " \ + ozone_platform_wayland_external=false \ + ozone_platform_wayland=true \ + use_system_libwayland=true \ + use_system_wayland_scanner=false \ use_system_minigbm=false \ use_wayland_gbm=false \ "