summaryrefslogtreecommitdiffstats
path: root/recipes-wam/cef/files/chromium/0034-v8-qemu-wrapper.patch
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-06-27 12:46:02 +0000
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-07-01 08:58:18 +0000
commit63e0ea358f1902b1dd9968b21b5eea649d04329e (patch)
tree4231493c300f4d9ea2c84b6e290919486bf7e0b6 /recipes-wam/cef/files/chromium/0034-v8-qemu-wrapper.patch
parent9eda76e3a9c869030ff4bcf66704207753666a6c (diff)
Move html5 demo into sublayer
The HTML5 demo needs additional fixes. Move it into a sublayer and activate with agl-demo-html5. Bug-AGL: SPEC-5188 Change-Id: I2f1a07dcfbcaf7e09d4d0d3aec1aa8f096336287 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/30042 ci-image-build: Jenkins Job builder account Tested-by: Jenkins Job builder account Reviewed-by: Scott Murray <scott.murray@konsulko.com> ci-image-boot-test: Jenkins Job builder account
Diffstat (limited to 'recipes-wam/cef/files/chromium/0034-v8-qemu-wrapper.patch')
-rw-r--r--recipes-wam/cef/files/chromium/0034-v8-qemu-wrapper.patch66
1 files changed, 0 insertions, 66 deletions
diff --git a/recipes-wam/cef/files/chromium/0034-v8-qemu-wrapper.patch b/recipes-wam/cef/files/chromium/0034-v8-qemu-wrapper.patch
deleted file mode 100644
index dec3db353..000000000
--- a/recipes-wam/cef/files/chromium/0034-v8-qemu-wrapper.patch
+++ /dev/null
@@ -1,66 +0,0 @@
-From 733559e6f2c26ccbce97354a2341b14c63563dab Mon Sep 17 00:00:00 2001
-From: Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
-Date: Tue, 7 Nov 2017 15:24:32 +0100
-Subject: [PATCH] v8: qemu wrapper
-
-The patch below makes the V8 binaries run during the build be invoked through
-QEMU, as they are built for the target.
-
-Upstream-Status: Inappropriate [embedder specific]
-
-Signed-off-by: Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
-Signed-off-by: Maksim Sisov <msisov@igalia.com>
-
----
- tools/v8_context_snapshot/BUILD.gn | 1 +
- v8/BUILD.gn | 4 ++++
- 2 files changed, 5 insertions(+)
-
-diff --git a/tools/v8_context_snapshot/BUILD.gn b/tools/v8_context_snapshot/BUILD.gn
-index 52504f4..40425d6 100644
---- a/tools/v8_context_snapshot/BUILD.gn
-+++ b/tools/v8_context_snapshot/BUILD.gn
-@@ -44,6 +44,7 @@ if (use_v8_context_snapshot) {
- output_path = rebase_path(output_file, root_build_dir)
-
- args = [
-+ "./v8-qemu-wrapper.sh",
- "./" + rebase_path(get_label_info(":v8_context_snapshot_generator",
- "root_out_dir") +
- "/v8_context_snapshot_generator",
-diff --git a/v8/BUILD.gn b/v8/BUILD.gn
-index 025203d..0c196bb 100644
---- a/v8/BUILD.gn
-+++ b/v8/BUILD.gn
-@@ -2134,6 +2134,7 @@ template("run_torque") {
- }
-
- args = [
-+ "./v8-qemu-wrapper.sh",
- "./" + rebase_path(
- get_label_info(":torque($toolchain)", "root_out_dir") + "/torque",
- root_build_dir),
-@@ -2291,6 +2292,7 @@ action("generate_bytecode_builtins_list") {
- outputs = [ "$target_gen_dir/builtins-generated/bytecodes-builtins-list.h" ]
- deps = [ ":bytecode_builtins_list_generator($v8_generator_toolchain)" ]
- args = [
-+ "./v8-qemu-wrapper.sh",
- "./" + rebase_path(
- get_label_info(
- ":bytecode_builtins_list_generator($v8_generator_toolchain)",
-@@ -2330,6 +2332,7 @@ template("run_mksnapshot") {
- data = []
-
- args = [
-+ "./v8-qemu-wrapper.sh",
- "./" + rebase_path(get_label_info(":mksnapshot($v8_snapshot_toolchain)",
- "root_out_dir") + "/mksnapshot",
- root_build_dir),
-@@ -6931,6 +6934,7 @@ if (v8_enable_i18n_support) {
- outputs = [ output_file ]
-
- args = [
-+ "./v8-qemu-wrapper.sh",
- "./" + rebase_path(
- get_label_info(
- ":gen-regexp-special-case($v8_generator_toolchain)",