Ming
Ming
mesa has been upgraded to 22.0.0 since commit in OE: ``` commit 325ea352a8326f3b35a8a591f8f7a7dfa890cbcb Author: Markus Volk Date: Sat Mar 12 08:30:20 2022 +0100 mesa: update to 22.0.0 - remove 0001-v3dv-account-for-64bit-time_t-on-32bit-arches.patch...
There is no "unlock", "disable-lock" states supported in src/uboot_env.c, replace them with "disablelock". Also fix an invalid indention in src/uboot_env.c.
Currently For a uboot env device like usb or mmc, the flagstype is explicitly set to FLAGS_INCREMENTAL, there is no way to choose FLAGS_BOOLEAN for them, which seems is not...
Our company is considering involve in PAM (https://en.wikipedia.org/wiki/Linux_PAM) in our system and we are using finit as init manager. Could it be possible we run a service/task under a specific...
Sometimes an end user might want to run fsck.fat in background shell, and that would cause SIGTTOU signal triggered and fsck.fat hang forever if tcsetattr is called. Avoid doing that...