Fix SOTA build for build other than qemu
[AGL/meta-agl.git] / templates / feature / agl-sota / 50_setup.sh
1
2 cat <<EOF >> ${BUILDDIR}/conf/bblayers.conf
3
4 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
5 # fragment {
6 # ${METADIR}/meta-agl/templates/feature/agl-sota/50_setup.sh
7 #
8 EOF
9
10 case ${MACHINE} in
11         "qemux86-64")
12           echo "BBLAYERS =+ \"\${METADIR}/external/meta-updater-qemux86-64\"" >> ${BUILDDIR}/conf/bblayers.conf;;
13         *)
14           echo "#No extra SOTA feature layer for MACHINE ${MACHINE}" >> ${BUILDDIR}/conf/bblayers.conf;;
15 esac
16
17
18 cat <<EOF >> ${BUILDDIR}/conf/bblayers.conf
19
20 #
21 # }
22 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
23
24 EOF