aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolay Zamotaev <nzamotaev@luxoft.com>2019-06-26 14:36:00 +0000
committerNikolay Zamotaev <nzamotaev@luxoft.com>2019-06-26 14:36:00 +0000
commit8d60ac1ab43bf9c51b10279d2aa10fdf6a548dcc (patch)
tree820ab4a65a5d0ef706e91781846a8e493b747403
parentcb282e4e647c034fca4c5839dea56f5314dd2597 (diff)
Revert "Fix for low graphics performance on iMX6 targets"v5.13.0_QtAS
This reverts commit 65b85e36510e7ed390cde255d2874581d7ee515e. Reason for revert: This breaks neptune3-ui build on anything other than imx6. I misread documentation on how COMPATIBLE_MACHINE works. I am sorry. Change-Id: If2fd4683d0eff459d6033f4265102a8477a6f67b Reviewed-by: Svetlana Abramenkova <sabramenkova@luxoft.com> Reviewed-by: Vladimir Minenko <vladimir.minenko@pelagicore.com>
-rw-r--r--meta-boot2qt/recipes-qt/automotive/neptune3-ui/0001_hardware_variant_low.patch26
-rw-r--r--meta-boot2qt/recipes-qt/automotive/neptune3-ui_git.bbappend2
2 files changed, 0 insertions, 28 deletions
diff --git a/meta-boot2qt/recipes-qt/automotive/neptune3-ui/0001_hardware_variant_low.patch b/meta-boot2qt/recipes-qt/automotive/neptune3-ui/0001_hardware_variant_low.patch
deleted file mode 100644
index c6cfa32c..00000000
--- a/meta-boot2qt/recipes-qt/automotive/neptune3-ui/0001_hardware_variant_low.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-diff --git a/am-config-lucee.yaml b/am-config-lucee.yaml
-index 2bf2f55..c422a79 100644
---- a/am-config-lucee.yaml
-+++ b/am-config-lucee.yaml
-@@ -43,7 +43,7 @@ systemProperties:
- showCluster: yes
- showHUD: yes
- devMode: yes
-- hardwareVariant: 'high'
-+ hardwareVariant: 'low'
- #Qt Safe Renderer settings
- qsrEnabled: no
- qsrServerAddress: '127.0.0.1'
-diff --git a/am-config-neptune.yaml b/am-config-neptune.yaml
-index 969d30a..d661a20 100644
---- a/am-config-neptune.yaml
-+++ b/am-config-neptune.yaml
-@@ -41,7 +41,7 @@ systemProperties:
- showCluster: yes
- showHUD: yes
- devMode: yes
-- hardwareVariant: 'high'
-+ hardwareVariant: 'low'
- #Qt Safe Renderer settings
- qsrEnabled: no
- qsrServerAddress: '127.0.0.1'
diff --git a/meta-boot2qt/recipes-qt/automotive/neptune3-ui_git.bbappend b/meta-boot2qt/recipes-qt/automotive/neptune3-ui_git.bbappend
deleted file mode 100644
index 2a112598..00000000
--- a/meta-boot2qt/recipes-qt/automotive/neptune3-ui_git.bbappend
+++ /dev/null
@@ -1,2 +0,0 @@
-SRC_URI += " file://0001_hardware_variant_low.patch "
-COMPATIBLE_MACHINE = ".*imx6.*"