Skip to content

Commit 11851e3

Browse files
committed
esp-qcom-image: provide custom kernel cmdline
Signed-off-by: Koen Kooi <[email protected]>
1 parent ac0c34c commit 11851e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

recipes-kernel/images/esp-qcom-image.bb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ inherit image uki-esp-image
1313
inherit uki
1414
UKI_FILENAME = "${EFI_LINUX_IMG}"
1515

16+
UKI_CMDLINE="root=${QCOM_BOOTIMG_ROOTFS} rw rootwait"
17+
1618
# Remove leading 'qcom/' from KERNEL_DEVICEREE, we store the file in DEPLOY_DIR_IMAGE directly, not in the qcom/ subfolder
1719
#KERNEL_DEVICETREE := "${@d.getVar('KERNEL_DEVICETREE').strip().replace('qcom/','')}"
1820

0 commit comments

Comments
 (0)