2017-12-04 16:33:20 -05:00
|
|
|
DISTRO = "citadel-distro"
|
|
|
|
DISTRO_NAME = "Subgraph OS Citadel"
|
|
|
|
DISTRO_VERSION = "1.0"
|
|
|
|
|
2018-01-18 18:22:23 -05:00
|
|
|
CITADEL_DEFAULT_DISTRO_FEATURES = "acl alsa argp bluetooth ext2 largefile systemd usbhost wifi xattr pci x11 usrmerge wayland opengl pam"
|
|
|
|
DISTRO_FEATURES ?= "${DISTRO_FEATURES_LIBC} ${CITADEL_DEFAULT_DISTRO_FEATURES}"
|
2017-12-04 16:33:20 -05:00
|
|
|
|
2018-01-18 18:22:23 -05:00
|
|
|
|
|
|
|
HOSTTOOLS_NONFATAL += "inkscape"
|
2017-12-04 16:33:20 -05:00
|
|
|
#
|
|
|
|
# Use systemd for system initialization
|
|
|
|
#
|
|
|
|
VIRTUAL-RUNTIME_init_manager = "systemd"
|
|
|
|
VIRTUAL-RUNTIME_initscripts = ""
|
|
|
|
VIRTUAL-RUNTIME_initscripts = "systemd-compat-units"
|
|
|
|
DISTRO_FEATURES_BACKFILL_CONSIDERED += "sysvinit"
|
|
|
|
|
2018-02-03 17:54:51 -05:00
|
|
|
PREFERRED_PROVIDER_virtual/kernel = "citadel-kernel"
|
2017-12-04 16:33:20 -05:00
|
|
|
|
|
|
|
PACKAGE_CLASSES ?= "package_deb"
|
|
|
|
|
2018-02-17 17:41:15 -05:00
|
|
|
FILESYSTEM_PERMS_TABLES = "files/citadel-fs-perms.txt"
|
|
|
|
|
2017-12-04 16:33:20 -05:00
|
|
|
INITRAMFS_IMAGE_BUNDLE = "1"
|
2018-01-18 18:22:23 -05:00
|
|
|
INITRAMFS_IMAGE = "citadel-initramfs-image"
|
2017-12-04 16:33:20 -05:00
|
|
|
|
|
|
|
NOISO = "1"
|
|
|
|
EFI_PROVIDER = "systemd-boot"
|
2018-03-24 15:30:44 -04:00
|
|
|
IMAGE_FSTYPES = "ext2"
|
2017-12-04 16:33:20 -05:00
|
|
|
IMAGE_FEATURES = "read-only-rootfs"
|
|
|
|
|
|
|
|
GLIBC_SPLIT_LC_PACKAGES = "0"
|
2017-12-12 15:17:16 -05:00
|
|
|
GLIBC_GENERATE_LOCALES = "en_US.UTF-8"
|
2017-12-04 16:33:20 -05:00
|
|
|
IMAGE_LINGUAS = "en-us"
|
|
|
|
|
|
|
|
BUILD_REPRODUCIBLE_BINARIES = "1"
|
|
|
|
|
2018-07-03 14:48:20 -04:00
|
|
|
INHERIT += "reproducible_build"
|
|
|
|
|
2019-01-15 11:28:21 -05:00
|
|
|
GCCVERSION = "7.%"
|
|
|
|
|
2018-02-13 10:12:21 -05:00
|
|
|
# Override meta-rust dependencies.
|
|
|
|
#
|
|
|
|
# Instead of bringing in all of openembedded, we imported the two recipes
|
|
|
|
# meta-rust depends on:
|
|
|
|
#
|
|
|
|
# meta-citadel/recipes-support/libgit2/
|
|
|
|
# meta-citadel/recipes-support/libssh2/
|
|
|
|
#
|
|
|
|
LAYERDEPENDS_rust-layer = "core"
|
|
|
|
|
2017-12-04 16:33:20 -05:00
|
|
|
require conf/distro/include/security_flags.inc
|
|
|
|
|