Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sysroot-relativelinks: also consider links to dirs on the host | Christopher Larson | 2017-03-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Dead symlinks, or symlinks to existing files will show up in 'files' of an os.walk, but symlinks to existing directories show up in 'dirs', so we need to consider both. As one example where this is an issue, the symlink from /usr/lib/ssl/certs was left pointing to /etc/ssl/certs rather than the relative path when the sdk was built on hosts where the latter exists. (From OE-Core rev: c5b522378fff13962a5187d9d09979866f805cb5) Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> | ||||
* | scripts: python3: change python to python3 in shebang | Ed Bartosh | 2016-06-03 | 1 | -1/+1 |
| | | | | | | | (From OE-Core rev: 4b544ff388497cac82b0585f237900595523e1cb) Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> | ||||
* | image/populate_sdk: Ensure symlinks in target sysroot are relative | Richard Purdie | 2013-09-11 | 1 | -0/+31 |
In the target sysroot of an SDK we can have target system absolute links which don't make sense. This adds a script which fixes them up to become relative paths instead. [YOCTO #5020] (From OE-Core rev: 57d6bdcad55c119e9ab8089d23d462436a0e4440) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |