summaryrefslogtreecommitdiffstats
path: root/meta-agl-profile-core/recipes-apis/agl-service-navigation
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2020-10-29 12:16:24 -0400
committerScott Murray <scott.murray@konsulko.com>2020-11-26 17:54:47 +0000
commit65493494fc29cf3db94f1035f42230090e448dcb (patch)
tree29882a03e24c2e5408d56662eb86a440ee7f0b89 /meta-agl-profile-core/recipes-apis/agl-service-navigation
parent9e5b8cf7fdc640e823d960bb8a2f6dee9cf1ba5d (diff)
meta-agl-distro: Update aarch64 DEFAULTTUNE definition
The i.MX8 crosssdk build failure in SPEC-3626 was root caused to the DEFAULTTUNE variable being over-ridden via a machine over-ride triggered by a MACHINEOVERRIDES addition in meta-freescale's imx8mqevk.conf. To ensure that aarch64 machines use AGL's desired aarch64 tuning, switch the DEFAULTTUNE definition done in aarch64-tune.inc to using the "poky-agl" over-ride that comes after MACHINEOVERRIDES in the OVERRIDES variable definition. Bug-AGL: SPEC-3626 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Id07f73056dd75ba7cf130376e65f2731302b7e66 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25488 Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> (cherry picked from commit 0d89af5ac5d55ca3250688a2ecfcd0f63e02d529) Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25606
Diffstat (limited to 'meta-agl-profile-core/recipes-apis/agl-service-navigation')
0 files changed, 0 insertions, 0 deletions
0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
From 43823a52a9cb25d906542d15dc207f6516579aa3 Mon Sep 17 00:00:00 2001
From: Scott Murray <scott.murray@konsulko.com>
Date: Tue, 18 Jun 2024 16:08:13 -0400
Subject: [PATCH 2/2] Tweak grpcio-tools requirement

Lower grpcio-tools requirement to 1.62.0 so building on YP scarthgap
is possible.

Upstream-Status: Pending

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
---
 kuksa-client/pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kuksa-client/pyproject.toml b/kuksa-client/pyproject.toml
index a7afaca..a8d70ff 100644
--- a/kuksa-client/pyproject.toml
+++ b/kuksa-client/pyproject.toml
@@ -1,6 +1,6 @@
 [build-system]
 requires = [
-    "grpcio-tools>=1.63.0",
+    "grpcio-tools>=1.62.0",
     "setuptools>=42",
     "setuptools-git-versioning",
     "wheel",
-- 
2.44.0