Compare commits

...

2 Commits

Author SHA1 Message Date
luoliangyi 5778211243 app 2023-03-03 18:09:48 +08:00
luoliangyi 6ec078c892 build mips 2023-03-03 18:06:29 +08:00
2 changed files with 6 additions and 4 deletions

6
app.sh
View File

@ -2,10 +2,12 @@
git clean -fd
git checkout .
./build.sh lsc $2
./build.sh zj $2
./build.sh hg $2
./build.sh lsc $2
./build.sh hw $2
./build.sh cts $2
./build.sh zj $2

View File

@ -365,12 +365,12 @@ then
#kylin sp1有其他路径无法区分sp1 还是sp版本 ,所以全部进行拷贝即可 kylin mips 特殊处理
if [ "$cpu" == "mips64" ];
then
mkdir -p dpkg/$syspath/$oem/usr/lib/"mips64el-linux-gunabi64"/sane
mkdir -p dpkg/$syspath/$oem/usr/lib/"mips64el-linux-gnuabi64"/sane
if [ $? -ne 0 ];then
echo "mips64el mkdir sane file fail !!!"
exit 1
fi
cp release/$syspath/$cpu/libsane-"$sanelibname"sane.so dpkg/$syspath/$oem/usr/lib/"mips64el-linux-gunabi64"/sane/libsane-"$sanelibname"sane.so.1
cp release/$syspath/$cpu/libsane-"$sanelibname"sane.so dpkg/$syspath/$oem/usr/lib/"mips64el-linux-gnuabi64"/sane/libsane-"$sanelibname"sane.so.1
if [ $? -ne 0 ];then
echo "copy libsane file fail sane name is :libsane-"$sanelibname"sane.so!!!"