set -e
	if [ ! -e "$D/lib/modules/6.16.11-yocto-standard" ]; then
		mkdir -p $D/lib/modules/6.16.11-yocto-standard
	fi
	if [ -n "$D" ]; then
		depmodwrapper -a -b $D 6.16.11-yocto-standard kernel
	else
		depmod -a 6.16.11-yocto-standard
	fi
