# Pastebin I1HKabkK echo $(bitbake-getvar --value BBPATH) | while read -d: LAYER; do MACHINEDIR=$LAYER/conf/machine test -d $MACHINEDIR && find $MACHINEDIR -name \*.conf -printf '%f\n' done