aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-agl-local-conf-vmdk.sh
blob: 30378a932b2d073f0089a7eef9c2bcf5f97fe16e (plain)
1
2
3
4
5
6
7
8
9
10
# (c) 2016 Jan-Simon Moeller dl9pf(at)gmx.de
# License GPLv2

################################################################################
## Build vmdk file for qemux86*
################################################################################

if test x"qemux86" == x"$MACHINE" -o x"qemux86-64" == x"$MACHINE" ; then
 echo 'IMAGE_FSTYPES += "vmdk"' >> conf/local.conf
fi