blob: 201232c973a8aaa32bd370bb3d6e97b38fc541db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#!/bin/bash
gbs build -A armv7l --include-all
sdb root on
sdb shell change-booting-mode.sh --update
sdb -d push /home/youngj/GBS-ROOT/local/repos/tizen/armv7l/RPMS/org.tizen.browser*
#sdb shell rpm -e --nodeps org.tizen.browser
#sdb shell pkgcmd -i -t rpm -p /root/org.tizen.browser-4*
#sdb shell sync
#sdb shell reboot
|