#!/bin/bash
MACHINE=qemuarmv5
cd /srv/pokybuild/yocto-worker/qemuarmv5/build/build/tmp/deploy/images/$MACHINE
for i in `seq 1 100`
do
    ln -s core-image-sato{,-$i}-$MACHINE.rootfs.manifest
    ln -s core-image-sato{,-$i}-$MACHINE.rootfs.ext4.zst
    ln -s core-image-sato{,-$i}-$MACHINE.rootfs.testdata.json 
    ln -s core-image-sato{,-$i}-$MACHINE.rootfs.qemuboot.conf
done

#bitbake `for ((i=1; i<=10; i++)); do echo -n "core-image-sato-$i "; done` -c testimage
