aboutsummaryrefslogtreecommitdiffstats
path: root/classes/image-enable-fips.bbclass
blob: 5792883a4da544daf9cb4be72f67c02b0d0b03db (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
}