From ee8afe54333c5002cf477c51d84432c876adcb57 Mon Sep 17 00:00:00 2001 From: Ricardo Salveti Date: Tue, 8 Oct 2024 22:07:25 -0300 Subject: [PATCH] conf/machine: update machine name description Extend machine NAME description to better cover the development target. Signed-off-by: Ricardo Salveti --- conf/machine/qcm6490-idp.conf | 4 ++-- conf/machine/qcs6490-rb3gen2-core-kit.conf | 4 ++-- conf/machine/sa8775p-ride-sx.conf | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/conf/machine/qcm6490-idp.conf b/conf/machine/qcm6490-idp.conf index 3863b466..c70e1e4c 100644 --- a/conf/machine/qcm6490-idp.conf +++ b/conf/machine/qcm6490-idp.conf @@ -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 @@ -8,4 +8,4 @@ MACHINE_FEATURES = "usbhost usbgadget alsa wifi bluetooth" KERNEL_DEVICETREE ?= " \ qcom/qcm6490-idp.dtb \ - " \ No newline at end of file + " diff --git a/conf/machine/qcs6490-rb3gen2-core-kit.conf b/conf/machine/qcs6490-rb3gen2-core-kit.conf index a7ccd6f7..3a210524 100644 --- a/conf/machine/qcs6490-rb3gen2-core-kit.conf +++ b/conf/machine/qcs6490-rb3gen2-core-kit.conf @@ -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 @@ -8,4 +8,4 @@ MACHINE_FEATURES = "usbhost usbgadget alsa wifi bluetooth" KERNEL_DEVICETREE ?= " \ qcom/qcs6490-rb3gen2.dtb \ - " \ No newline at end of file + " diff --git a/conf/machine/sa8775p-ride-sx.conf b/conf/machine/sa8775p-ride-sx.conf index f7bcc7ea..bee9a43a 100644 --- a/conf/machine/sa8775p-ride-sx.conf +++ b/conf/machine/sa8775p-ride-sx.conf @@ -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