meta-agl-kuksa: update patch Upstream-Status
authorScott Murray <scott.murray@konsulko.com>
Wed, 2 Oct 2024 18:41:35 +0000 (14:41 -0400)
committerScott Murray <scott.murray@konsulko.com>
Fri, 20 Dec 2024 03:39:59 +0000 (22:39 -0500)
Fix Upstream-Status capitalization in several patches to work with
new upstream QA checks.

Bug-AGL: SPEC-5147

Change-Id: I27197998c9840dc351152bec0ab7bdac822b88a7
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
meta-agl-kuksa-val/recipes-connectivity/kuksa-val/kuksa-can-provider/0001-dbc2val-add-installation-mechanism.patch
meta-agl-kuksa-val/recipes-connectivity/kuksa-val/kuksa-can-provider/0002-dbc2val-usability-improvements.patch
meta-agl-kuksa-val/recipes-connectivity/kuksa-val/kuksa-can-provider/0003-dbc2val-fix-token-file-configuration-option.patch
meta-agl-kuksa-val/recipes-connectivity/kuksa-val/kuksa-can-provider/0004-Enable-val2dbc-for-sensor-values.patch
meta-agl-kuksa-val/recipes-connectivity/kuksa-val/kuksa-client/0001-kuksa-client-Update-cmd2-completer-usage.patch

index 6a9c1ba..4081aec 100644 (file)
@@ -6,7 +6,7 @@ Subject: [PATCH 1/4] dbc2val: add installation mechanism
 Add setup.py and setup.cfg to allow installing the dbcfeederlib
 module and dbcfeeder.py in a way suitable for packaging.
 
-Upstream-Status: pending
+Upstream-Status: Pending
 
 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
 ---
index 91a3092..10fced2 100644 (file)
@@ -16,7 +16,7 @@ Changes:
   in the current working directory.  That likely works for upstream
   test scenarios, but prevents running on a target.
 
-Upstream-Status: pending
+Upstream-Status: Pending
 
 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
 ---
index faf94e0..e2ba24d 100644 (file)
@@ -7,7 +7,7 @@ The client library changed the token option name to
 'token_or_tokenfile', update things to match so that token
 location can be configured again for dbcfeeder.py.
 
-Upstream-Status: pending
+Upstream-Status: Pending
 
 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
 ---
index e45fb4c..1c343a2 100644 (file)
@@ -6,7 +6,7 @@ Subject: [PATCH 4/4] Enable val2dbc for sensor values
 Rework to allow val2dbc mode to write out sensor values in
 addition to actuator target values.
 
-Upstream-Status: pending
+Upstream-Status: Pending
 
 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
 ---
index 3f55273..6d4502e 100644 (file)
@@ -6,7 +6,7 @@ Subject: [PATCH 1/2] kuksa-client: Update cmd2 completer usage
 Update cmd2 usage to avoid using internal methods and fix breakage
 with newer versions of the cmd2 module.
 
-Upstream-Status: pending
+Upstream-Status: Pending
 
 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
 ---