aboutsummaryrefslogtreecommitdiffstats
path: root/classes/image-enable-fips.bbclass
blob: fcb5a40ffd1cf7933b8a0b14287a388b75254cae (plain)
1
2
3
4
5
6
ROOTFS_POSTPROCESS_COMMAND_append = " enable_system_fips;"

enable_system_fips() {
    install -d ${IMAGE_ROOTFS}${sysconfdir}
    touch ${IMAGE_ROOTFS}${sysconfdir}/system-fips
}