summaryrefslogtreecommitdiff
path: root/schulung_tools/layer-building/yocto/machines/qemux86.source
blob: 7e8b8377f6d00a0fda155cd32de2e70647f3cd65 (plain)
1
2
3
4
5
setup_extra() {
cat << EOF >> conf/local.conf
EXTRA_IMAGE_FEATURES = "debug-tweaks eclipse-debug"
EOF
}