blob: f853ad4cfc3d679aba99e334503864e9a9266ac7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
echo "############### delta-generation-headed-armv7l.run ################"
date +'[%m/%d %H:%M:%S %Z] delta-generation-headed-armv7l.run runscript script - start'
if [ -d /upgrade-tools ]; then
cd /upgrade-tools
./scripts/delta-generation-runscript-kickstart.sh "platform" "tizen-headed-armv7l" "Tizen-8.0"
fi
date +'[%m/%d %H:%M:%S %Z] delta-generation-headed-armv7l.run runscript script - end'
|