~mvo/snappy/mksnap-os-kernel

« back to all changes in this revision

Viewing changes to mk-kernel-bbb.sh

  • Committer: Michael Vogt
  • Date: 2016-02-03 14:38:56 UTC
  • Revision ID: michael.vogt@ubuntu.com-20160203143856-stjs6cm32qzkuzm1
fix dtb handling

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
#FNAME=xenial-preinstalled-core-$ARCH.device.tar.gz
7
7
ARCH=armhf
8
8
FNAME=xenial-preinstalled-core-$ARCH.device.tar.gz
9
 
VERSION=4.4.0-2-1
 
9
VERSION=4.4.0-2-2
10
10
 
11
11
wget -c http://cdimage.ubuntu.com/ubuntu-core/daily-preinstalled/current/$FNAME
12
12
 
47
47
EOF
48
48
# dtbs
49
49
if [ -d dtbs ]; then
50
 
    printf "dtbs: dtbs/ \n" >> meta/package.yaml
 
50
    printf "dtbs: dtbs/ \n" >> meta/snap.yaml
51
51
fi
52
52
 
53
53