Commit 4b8a37bb authored by Jamie McCrae's avatar Jamie McCrae Committed by Jamie
Browse files

zephyr: Add imgtool/cbor to pip packages installed by west



Adds imgtool and cbor to be automatically installed when using
the west packages command, instead of residing in zephyr itself

Signed-off-by: default avatarJamie McCrae <jamie.mccrae@nordicsemi.no>
parent 3f672134
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -3,3 +3,7 @@ samples:
build:
  cmake: ./boot/bootutil/zephyr
  sysbuild-cmake: boot/zephyr/sysbuild
package-managers:
  pip:
    requirement-files:
      - zephyr/requirements.txt
+2 −0
Original line number Diff line number Diff line
cbor>=1.0.0
imgtool>=2.1.0