Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
  1. May 31, 2022
  2. Oct 05, 2020
    • Tony Nguyen's avatar
      copy-firmware: Always write Link: entries · c1bef9e0
      Tony Nguyen authored
      
      File: entries in the WHENCE file overwrite existing files in the target
      directory, however, Link: entries are skipped if the file exists in the
      target directory. This can cause issues if the Link: entry is updated, but
      the target directory contains an old symlink. Do not skip writing Link:
      entries if the file exists, always create the symlink. This matches the
      behavior of File: entries and ensures symlinks will contain values from
      the WHENCE file.
      
      Signed-off-by: default avatarTony Nguyen <anthony.l.nguyen@intel.com>
      Signed-off-by: default avatarJosh Boyer <jwboyer@kernel.org>
  3. Oct 04, 2019
  4. Aug 15, 2019