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:
parent
882c725118
commit
b7c7eca21d
6
make.sh
6
make.sh
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue