Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Configuration of "mysecuredistro"
- DISTRO_NAME = "My Secure Distro (Kirkstone OE)"
- DISTRO_VERSION = "1.0.0"
- # needed for meta-security
- DISTRO_FEATURES += "security"
- DISTRO_FEATURES:remove = "alsa bluetooth nfs 3g nfc x11"
- DISTRO_EXTRA_RDEPENDS = ""
- DISTRO_EXTRA_RRECOMMENDS = ""
- TCLIBC = "glibc"
- #DISTRO_FEATURES += "read-only-rootfs"
- PACKAGE_CLASSES += "package_ipk"
- INHERIT += "${PACKAGE_CLASSES} devshell sstate license remove-libtool create-spdx"
- # Enable compiler security hardening
- # require conf/distro/include/security_flags.inc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement