mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
129bcf4a7e
From Poky 4.3, by default, usrmerge has been enabled. Some important binaries have been installed to /usr/sbin instead of /sbin such as init. So it is necessary to create symlinks from /usr/ to /, such as /usr/sbin to /sbin, /usr/bin to /bin. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>