Skip to content
  1. Mar 25, 2021
  2. Mar 08, 2021
    • Vijayenthiran Subramaniam's avatar
      build-scp.sh: fix packaging wrong platform binaries · 074e75f0
      Vijayenthiran Subramaniam authored
      
      
      The do_build() function of build-scp.sh copies the platform binaries
      from ${SCP_PATH} build folder into a common output folder. If build scp
      is executed for one platform (say PLAT1), and package scp is executed
      for another platform (say PLAT2), instead of copying PLAT2's SCP
      binaries, the package stage of build-scp.sh would copy PLAT1's binaries,
      since there's no separate platform folder in the output folder of
      ${SCP_PATH}. To fix this, create platform folder within the output
      folder of ${SCP_PATH} and copy from output/${plat}/* instead of
      output/*. This would ensure that if the package is called for PLAT2, it
      would copy PLAT2's binaries instead of binaries of previously build
      platform.
      
      Change-Id: I6a68e1cec9972b6dd395b9e109f7a041c15ca43b
      Signed-off-by: Vijayenthiran Subramaniam's avatarVijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>
      074e75f0
  3. Feb 20, 2021
  4. Feb 19, 2021
  5. Feb 11, 2021
  6. Jan 07, 2021
  7. Dec 18, 2020
  8. Nov 28, 2020
  9. Nov 27, 2020
  10. Oct 11, 2020
  11. Oct 09, 2020
Loading