aboutsummaryrefslogtreecommitdiffstats
path: root/templates/feature/agl-sota/50_setup.sh
blob: c5aeb532d530b0eded0b0aea1f548de2636a7165 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
cat <<EOF >> ${BUILDDIR}/conf/bblayers.conf

# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# fragment {
# ${METADIR}/meta-agl/templates/feature/agl-sota/50_setup.sh
#
EOF

case ${MACHINE} in
	"qemux86-64")
	  echo "BBLAYERS =+ \"\${METADIR}/external/meta-updater-qemux86-64\"" >> ${BUILDDIR}/conf/bblayers.conf;;
	*)
	  echo "#No extra SOTA feature layer for MACHINE ${MACHINE}" >> ${BUILDDIR}/conf/bblayers.conf;;
esac


cat <<EOF >> ${BUILDDIR}/conf/bblayers.conf

#
# }
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #

EOF