blob: 842cab52d61e503eaa5e43afe0d661cb17056ed3 (
plain)
1
2
3
4
5
6
7
8
|
# Sanity checks for common user misconfigurations
#
# See sanity.bbclass
#
# Expert users can confirm their sanity with "touch conf/sanity.conf"
BB_MIN_VERSION = "1.8.9"
INHERIT += "sanity"
|