linux-qcom: build IPv6 in for early systemd startup - #476
Ricardo Salveti (ricardosalveti) merged 1 commit into
Conversation
|
Why do you only do this for 6.18? Shouldn't this be version-agnostic? |
Good point. This configuration is required for all Qualcomm kernel variants used by qcom-distro, not only 6.18. I will make the bbappend version- and variant-agnostic so it applies to linux-qcom, linux-qcom-rt, linux-qcom-next and linux-qcom-next-rt. |
bfaedbc to
3e28fb1
Compare
|
I updated the patch to make it version- and variant-agnostic:
|
| @@ -0,0 +1,3 @@ | |||
| FILESEXTRAPATHS:prepend := "${THISDIR}/linux-qcom:" | |||
|
|
|||
| SRC_URI += "file://configs/distro-additions.cfg" | |||
There was a problem hiding this comment.
Use SRC_URI:append:qcom-distro instead here.
Test Results 34 files 260 suites 2h 13m 35s ⏱️ Results for commit cbaa530. ♻️ This comment has been updated with latest results. |
systemd modprobes ipv6.ko during PID 1 initialization when it is configured as a module. Build IPv6 in so it is ready before userspace starts and remove this boot-critical module-load path. Signed-off-by: Wenwen Fu <wenwfu@qti.qualcomm.com>
ab29468 to
cbaa530
Compare
|
I updated the patch to use SRC_URI:append:qcom-distro for Yocto compatibility. |
acc7f52
into
qualcomm-linux:main
|
Successfully created backport PR for |
systemd modprobes ipv6.ko during PID 1 initialization when it is configured as a module. Build IPv6 in so it is ready before userspace starts and remove this boot-critical module-load path.