make.sh: guide user how to obtain rkbin Responsity

Change-Id: I74f6902da21cf0ea50298653fc029c410b0771bb
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
This commit is contained in:
Joseph Chen 2017-12-07 16:47:56 +08:00 committed by Kever Yang
parent 882c725118
commit b7c7eca21d
1 changed files with 5 additions and 1 deletions

View File

@ -33,7 +33,11 @@ pack_images()
if [ -d ${dst} ]; then
path=$(cd `dirname ${dst}`; pwd)
else
echo "Can't find '../rkbin/' or '../rkbin/tools/' Responsity, please download it before pack image!"
echo "\nCan't find '../rkbin/' or '../rkbin/tools/' Responsity, please download it before pack image!"
echo "How to obtain, 3 ways:"
echo " 1. Login your gerrit account: \"Projects\" -> \"List\" -> search rkbin Responsity"
echo " 2. Github Responsity: https://github.com/rockchip-linux/rkbin"
echo " 3. Download full release SDK Responsity\n"
exit 1
fi