mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
Add new sanity checking infrstructure and class
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@308 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -393,3 +393,4 @@ include conf/target/${TARGET_SYS}.conf
|
||||
include conf/machine/${MACHINE}.conf
|
||||
include conf/distro/${DISTRO}.conf
|
||||
include conf/documentation.conf
|
||||
require conf/sanity.conf
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
# Sanity checks for common user misconfigurations
|
||||
#
|
||||
# See sanity.bbclass
|
||||
#
|
||||
# Expert users can confirm their sanity with "touch conf/sanity.conf"
|
||||
|
||||
INHERIT += "sanity"
|
||||
|
||||
Reference in New Issue
Block a user