From 2c1b6636f0bea8a650441db881b0fa76fb062ff6 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 27 Jan 2025 10:25:43 +0100 Subject: [PATCH] esp-qcom-image: provide custom kernel cmdline Signed-off-by: Koen Kooi --- recipes-kernel/images/esp-qcom-image.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-kernel/images/esp-qcom-image.bb b/recipes-kernel/images/esp-qcom-image.bb index 595faaad..ff6bd6ed 100644 --- a/recipes-kernel/images/esp-qcom-image.bb +++ b/recipes-kernel/images/esp-qcom-image.bb @@ -13,6 +13,8 @@ inherit image uki-esp-image inherit uki UKI_FILENAME = "${EFI_LINUX_IMG}" +UKI_CMDLINE="root=${QCOM_BOOTIMG_ROOTFS} rw rootwait" + # Remove leading 'qcom/' from KERNEL_DEVICEREE, we store the file in DEPLOY_DIR_IMAGE directly, not in the qcom/ subfolder #KERNEL_DEVICETREE := "${@d.getVar('KERNEL_DEVICETREE').strip().replace('qcom/','')}"