Skip to content

Commit

Permalink
Merge pull request #8 from xiangtaoyou/master
Browse files Browse the repository at this point in the history
Update the release version of Baidu Platform Softwares
  • Loading branch information
xiangtaoyou authored Nov 13, 2018
2 parents abf86d9 + e0ababd commit df9f615
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion baidu/.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.0.1
3.0.1
5 changes: 1 addition & 4 deletions baidu/build.sh
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
#!/bin/bash

VERSION=$(cat .version | xargs)
DRV_HDR=src/kernel/drivers/baidu/basa/basa_regs.h
DRV_VER=$(grep ZYNQ_MOD_VER ${DRV_HDR} | cut -d'"' -f2)

make clean
make install
make clean

cd output
ldconfig -n lib
zip -y -r plat-sw-${VERSION}.zip bin include lib
zip -y -r basa-${DRV_VER}.zip kernel
zip -y -r plat-sw-${VERSION}.zip *
rm -r bin include lib kernel

0 comments on commit df9f615

Please sign in to comment.