Skip to content

Commit

Permalink
conf/machine: update machine name description
Browse files Browse the repository at this point in the history
Extend machine NAME description to better cover the development target.

Signed-off-by: Ricardo Salveti <[email protected]>
  • Loading branch information
ricardosalveti committed Oct 9, 2024
1 parent 5e7fc10 commit ee8afe5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions conf/machine/qcm6490-idp.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#@TYPE: Machine
#@NAME: qcm6490
#@NAME: Qualcomm QCM6490 Integrated Development Platform
#@DESCRIPTION: Machine configuration for the Integrated Development Platform, with Qualcomm QCM6490

require conf/machine/include/qcom-qcs6490.inc
Expand All @@ -8,4 +8,4 @@ MACHINE_FEATURES = "usbhost usbgadget alsa wifi bluetooth"

KERNEL_DEVICETREE ?= " \
qcom/qcm6490-idp.dtb \
"
"
4 changes: 2 additions & 2 deletions conf/machine/qcs6490-rb3gen2-core-kit.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#@TYPE: Machine
#@NAME: qcs6490
#@NAME: Qualcomm RB3Gen2 Development Kit (Core Kit)
#@DESCRIPTION: Machine configuration for Qualcomm RB3Gen2 development Kit, with QCS6490

require conf/machine/include/qcom-qcs6490.inc
Expand All @@ -8,4 +8,4 @@ MACHINE_FEATURES = "usbhost usbgadget alsa wifi bluetooth"

KERNEL_DEVICETREE ?= " \
qcom/qcs6490-rb3gen2.dtb \
"
"
2 changes: 1 addition & 1 deletion conf/machine/sa8775p-ride-sx.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#@TYPE: Machine
#@NAME: sa8775p-ridesx
#@NAME: Qualcomm SA8775P Ride SX 4.0 Automotive Development Kit
#@DESCRIPTION: Machine configuration for Qualcomm Ride SX development platform, with sa8775p

require conf/machine/include/qcom-qcs9100.inc
Expand Down

0 comments on commit ee8afe5

Please sign in to comment.