Advertisement
RobertBerger

Untitled

Sep 24th, 2024
12
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. # Configuration of "mysecuredistro"
  2. DISTRO_NAME = "My Secure Distro (Kirkstone OE)"
  3. DISTRO_VERSION = "1.0.0"
  4. # needed for meta-security
  5. DISTRO_FEATURES += "security"
  6. DISTRO_FEATURES:remove = "alsa bluetooth nfs 3g nfc x11"
  7. DISTRO_EXTRA_RDEPENDS = ""
  8. DISTRO_EXTRA_RRECOMMENDS = ""
  9. TCLIBC = "glibc"
  10.  
  11. #DISTRO_FEATURES += "read-only-rootfs"
  12.  
  13. PACKAGE_CLASSES += "package_ipk"
  14. INHERIT += "${PACKAGE_CLASSES} devshell sstate license remove-libtool create-spdx"
  15.  
  16. # Enable compiler security hardening
  17. # require conf/distro/include/security_flags.inc
  18.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement