Files
poky/scripts
Yi Zhao 8028c989cc wic/rootfs.py: allow --exclude-path option to exclude symlinks
Currently, if we specify a symbolic link in --exclude-path option,
we will get the following error in do_image_wic:

ERROR: --exclude-path: Must point inside the rootfs: usr/bin/hello.link

This is because it uses os.path.realpath to eliminate symbolic links. To
exclude symbolic links, use os.path.abspath instead of os.path.realpath.

(From OE-Core rev: 42e829ac1e9d74646b6dfb327b18b15f6b0df60b)

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-10-11 15:57:45 +01:00
..
2024-09-30 17:07:18 +01:00
2024-02-13 13:51:41 +00:00
2024-02-02 10:38:28 +00:00
2024-02-13 13:51:41 +00:00
2024-02-13 13:51:41 +00:00
2024-09-10 13:05:00 +01:00
2022-06-22 22:40:28 +01:00

This directory contains Various useful scripts for working with OE builds