We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents abf86d9 + e0ababd commit df9f615Copy full SHA for df9f615
baidu/.version
@@ -1 +1 @@
1
-3.0.0.1
+3.0.1
baidu/build.sh
@@ -1,15 +1,12 @@
#!/bin/bash
2
3
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)
6
7
make clean
8
make install
9
10
11
cd output
12
ldconfig -n lib
13
-zip -y -r plat-sw-${VERSION}.zip bin include lib
14
-zip -y -r basa-${DRV_VER}.zip kernel
+zip -y -r plat-sw-${VERSION}.zip *
15
rm -r bin include lib kernel
0 commit comments