Linaro / meta-qcom

OpenEmbedded/Yocto Project BSP layer for Qualcomm based platforms
MIT License
63 stars 76 forks source link

linux-qcom-bootimg: Make root= cmdline arg optional #669

Closed olasnap closed 3 weeks ago

olasnap commented 1 month ago

Make it possible to not set the root= argument in the image's kernel cmdline.

Setting QCOM_BOOTIMG_ROOTFS to "" will skip setting the root= argument.

Determining the rootfs is now deferred to the bootloader. One use-case for this is to support boot slots.