From 287c39443d9528fe811f7b899bd6a5f30a9662d7 Mon Sep 17 00:00:00 2001 From: Atul Dhudase Date: Thu, 16 Nov 2023 15:23:35 +0530 Subject: [PATCH] qcom-armv8a: add configuration for QCM6490 IDP and Robotics RB3 Gen2 Add configuration to support Qualcomm QCM6490 IDP and Robotics RB3 Gen2 boards for yocto-linux. QCM6490 IDP is an internal platform, similar to RB3 board, used by most of the internal developers. Signed-off-by: Atul Dhudase --- conf/machine/qcom-armv8a.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf/machine/qcom-armv8a.conf b/conf/machine/qcom-armv8a.conf index 326dcc4b2..12fbcdee9 100644 --- a/conf/machine/qcom-armv8a.conf +++ b/conf/machine/qcom-armv8a.conf @@ -6,6 +6,8 @@ MACHINE_FEATURES = "usbhost usbgadget alsa screen wifi bluetooth ext2" # UFS partitions in 820/845/RB5 setup with 4096 logical sector size EXTRA_IMAGECMD:ext4 += " -b 4096 " +PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" + # Support for dragonboard{410, 820, 845}c, rb5 KERNEL_IMAGETYPE ?= "Image.gz" SERIAL_CONSOLE ?= "115200 ttyMSM0" @@ -18,6 +20,8 @@ KERNEL_DEVICETREE ?= " \ qcom/qrb4210-rb2.dtb \ qcom/qrb5165-rb5.dtb \ qcom/sm8450-hdk.dtb \ + qcom/qcm6490-idp.dtb \ + qcom/qcm6490-rb3.dtb \ " QCOM_BOOTIMG_PAGE_SIZE[apq8016-sbc] ?= "2048"