Skip to content
Snippets Groups Projects
  1. Aug 05, 2024
  2. Jul 31, 2024
    • Raymond Mao's avatar
      tools: Add script to update git subtree projects · c502d7ad
      Raymond Mao authored and Tom Rini's avatar Tom Rini committed
      
      Recently we are introducing multiple git subtree projects and
      it is the right time to have a universal script to update
      various subtrees and replace the dts/update-dts-subtree.sh.
      
      update-subtree.sh is a wrapper of git subtree commands.
      
      Usage: From U-Boot top directory,
      run
      $ ./tools/update-subtree.sh pull <subtree-name> <release-tag>
      for pulling a tag from the upstream.
      Or run
      $ ./tools/update-subtree.sh pick <subtree-name> <commit-id>
      for cherry-pick a commit from the upstream.
      
      Currently <subtree-name> supports dts, mbedtls and lwip.
      
      Signed-off-by: default avatarRaymond Mao <raymond.mao@linaro.org>
      c502d7ad
  3. Jul 29, 2024
  4. Jul 26, 2024
Loading