Skip to content

Commit

Permalink
esp-qcom-image: provide custom kernel cmdline
Browse files Browse the repository at this point in the history
Signed-off-by: Koen Kooi <[email protected]>
  • Loading branch information
koenkooi committed Jan 28, 2025
1 parent ac0c34c commit 11851e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes-kernel/images/esp-qcom-image.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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/','')}"

Expand Down

0 comments on commit 11851e3

Please sign in to comment.