Skip to content

Commit

Permalink
ppc-sbc-test-image: include lrzsz
Browse files Browse the repository at this point in the history
Include the lrzsz XMODEM/YMODEM/ZMODEM file transfer protocol
handler.
  • Loading branch information
IvoBCD committed May 3, 2024
1 parent 325a314 commit c666993
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions images/ppc-sbc-test-image.bb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ IMAGE_INSTALL:append = " python3-intelhex"
IMAGE_INSTALL:append = " python3-pyocd"
#IMAGE_INSTALL:append = " python3-spsdk"

# lrzsz is a unix communication package providing the XMODEM,
# YMODEM ZMODEM file transfer protocols.
IMAGE_INSTALL:append = " lrzsz"

fakeroot do_populate_bcdevices_src () {
# Allow pltagent to use sudo
echo "pltagent ALL=(ALL) NOPASSWD: ALL" >> ${IMAGE_ROOTFS}/etc/sudoers
Expand Down

0 comments on commit c666993

Please sign in to comment.