Skip to content

Commit

Permalink
sw_apps: versal_psmfw: Update copy bsp script
Browse files Browse the repository at this point in the history
There is a warning for "omitting copy of directory" as -r option was
not used. As such there is no need to copy subdirectory, but to avoid
warning use "cp -r".

Signed-off-by: Ravi Patel <[email protected]>
Acked-by: Amanda Nicole Baze <[email protected]>
  • Loading branch information
Ravi Patel authored and Meena Paleti committed Jan 8, 2021
1 parent 809d7ad commit 4cf7822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sw_apps/versal_psmfw/misc/copy_bsp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ else
fi

# copy bsp standalone code
cp $STANDALONE_DIR/common/* $BSP_DIR/libsrc/standalone/src/
cp -r $STANDALONE_DIR/common/* $BSP_DIR/libsrc/standalone/src/
cp $STANDALONE_DIR/microblaze/* $BSP_DIR/libsrc/standalone/src/
cp -r $STANDALONE_DIR/profile $BSP_DIR/libsrc/standalone/src/
cp $WORKING_DIR/bspconfig.h $BSP_DIR/libsrc/standalone/src/
Expand Down

0 comments on commit 4cf7822

Please sign in to comment.