Skip to content

Commit 473652c

Browse files
committed
conf/machine: rename qcs615-adp-air to qcs615-ride
According to what I understood from the explanations, the ADP AIR is an older name for the Automotive Development Platform devices, all of which were later renamed to RIDE. Rename the qcs615-adp-air to qcs615-ride in order to unify this machine and other ex-automotive devices. Signed-off-by: Dmitry Baryshkov <[email protected]>
1 parent b27df00 commit 473652c

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/build-yocto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
- iq-8275-evk
111111
- iq-9075-evk
112112
- qcm6490-idp
113-
- qcs615-adp-air
113+
- qcs615-ride
114114
- qcs8300-ride-sx
115115
- qcs9100-ride-sx
116116
- qrb2210-rb1-core-kit

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- iq-8275-evk
1717
- iq-9075-evk
1818
- qcm6490-idp
19-
- qcs615-adp-air
19+
- qcs615-ride
2020
- qcs6490-rb3gen2-core-kit
2121
- qcs8300-ride-sx
2222
- qcs9100-ride-sx

ci/qcs615-adp-air.yml renamed to ci/qcs615-ride.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ header:
55
includes:
66
- ci/base.yml
77

8-
machine: qcs615-adp-air
8+
machine: qcs615-ride

conf/machine/qcs615-adp-air.conf renamed to conf/machine/qcs615-ride.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ KERNEL_DEVICETREE ?= " \
1313
"
1414

1515
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += " \
16-
packagegroup-qcs615-adp-air-firmware \
16+
packagegroup-qcs615-ride-firmware \
1717
"
1818

1919
QCOM_CDT_FILE = "cdt_adp_air_sa6155p"
2020
QCOM_BOOT_FILES_SUBDIR = "qcs615"
21-
QCOM_PARTITION_FILES_SUBDIR ?= "partitions/qcs615-adp-air/ufs"
21+
QCOM_PARTITION_FILES_SUBDIR ?= "partitions/qcs615-ride/ufs"

recipes-bsp/images/initramfs-firmware-mega-image.bb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ PACKAGE_INSTALL += " \
1414
packagegroup-hamoa-iot-evk-firmware \
1515
packagegroup-iq-8275-evk-firmware \
1616
packagegroup-iq-9075-evk-firmware \
17-
packagegroup-qcs615-adp-air-firmware \
17+
packagegroup-qcs615-ride-firmware \
1818
packagegroup-qcs8300-ride-firmware \
1919
packagegroup-rb1-firmware \
2020
packagegroup-rb2-firmware \
@@ -26,7 +26,7 @@ PACKAGE_INSTALL += " \
2626
packagegroup-hamoa-iot-evk-hexagon-dsp-binaries \
2727
packagegroup-iq-8275-evk-hexagon-dsp-binaries \
2828
packagegroup-iq-9075-evk-hexagon-dsp-binaries \
29-
packagegroup-qcs615-adp-air-hexagon-dsp-binaries \
29+
packagegroup-qcs615-ride-hexagon-dsp-binaries \
3030
packagegroup-qcs8300-ride-hexagon-dsp-binaries \
3131
packagegroup-rb1-hexagon-dsp-binaries \
3232
packagegroup-rb2-hexagon-dsp-binaries \

0 commit comments

Comments
 (0)