meta-qcom icon indicating copy to clipboard operation
meta-qcom copied to clipboard

read android device serial number from sysfs node

Open vishwasudupa opened this issue 1 year ago • 5 comments

read android serial number value from sysfs node instead of kernel command line. Upstream boot managers e.g., systemd-boot does not populate kernel command line with parameter androidboot.serialno.

Reading serial number from sysfs node /sys/devices/soc0/serial_number generalizes the approach and makes it independent of bootloader that loads kernel.

vishwasudupa avatar Nov 17 '23 14:11 vishwasudupa

Fix commit messages, please.

lumag avatar Nov 17 '23 14:11 lumag

Still not fully correct. Please take a note on the difference between your text and previous commit messages.

lumag avatar Nov 17 '23 14:11 lumag

Also, what is Linux Build Service Account <lnxbuild@localhost>, that has committed this patch?

lumag avatar Nov 17 '23 15:11 lumag

Also, what is Linux Build Service Account <lnxbuild@localhost>, that has committed this patch?

Corrected committer-id.

vishwasudupa avatar Nov 17 '23 16:11 vishwasudupa

Below pr solves the issue https://github.com/Linaro/meta-qcom/pull/553

vishwasudupa avatar Nov 21 '23 15:11 vishwasudupa