blob: 18deb1572ecd6f70399d154db8f36f8ff3ec26a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
DISTRO = "yerba"
DISTRO_NAME = "Yerba Linux"
# No versioning, this is rolling-release
DISTRO_VERSION = "rolling"
MAINTAINER = "Arslaan Pathan <[email protected]>"
TCLIBC = "musl"
# add stuff later
DISTRO_FEATURES = ""
# temporary busybox init, runit later
VIRTUAL-RUNTIME_init_manager = "busybox"
VIRTUAL-RUNTIME_initscripts = "initscripts"
VIRTUAL-RUNTIME_base-utils = "busybox"
VIRTUAL_RUNTIME_login_manager = "busybox"
# some quality assurance stuff? idk tbh
ERROR_QA:append = " textrel host-user-contaminated"
WARN_QA:append = " buildpaths ldflags"
|