Skip to content

Commit df9f615

Browse files
authored
Merge pull request #8 from xiangtaoyou/master
Update the release version of Baidu Platform Softwares
2 parents abf86d9 + e0ababd commit df9f615

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

baidu/.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.0.1
1+
3.0.1

baidu/build.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
#!/bin/bash
22

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

75
make clean
86
make install
97
make clean
108

119
cd output
1210
ldconfig -n lib
13-
zip -y -r plat-sw-${VERSION}.zip bin include lib
14-
zip -y -r basa-${DRV_VER}.zip kernel
11+
zip -y -r plat-sw-${VERSION}.zip *
1512
rm -r bin include lib kernel

0 commit comments

Comments
 (0)