Skip to content

[INITRD] support extending init script

Alessandro Pecugi requested to merge ap/extend-init into scarthgap_kickoff

Add support for adding an extension to the init script (init-boot.sh) from a bbappend. To extend, override the default init-boot-extra.sh file, which will be added to the main script right before switch_root.

This allows other layers to add some vendor-specific initialization, e.g. mounting the Qualcomm USB firmware partition in meta-seco-qcom before udev starts.

Signed-off-by: Alessandro Pecugi alessandro.pecugi@seco.com

Merge request reports

Loading