diff options
| author | Arslaan Pathan <[email protected]> | 2026-06-11 20:18:38 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-06-11 20:18:38 +1200 |
| commit | cc5420e90311fe7d42c3674b824c2fa162800e07 (patch) | |
| tree | a5c0fa1fad9439f6aa47f6fae70842d4a5f9a208 /meta-yerba/conf/distro | |
| parent | 76c0053d4db24a32733f2cef8ce37bba8e8e2da6 (diff) | |
| download | yerbalinux-cc5420e90311fe7d42c3674b824c2fa162800e07.tar.xz yerbalinux-cc5420e90311fe7d42c3674b824c2fa162800e07.zip | |
Add a custom machine conf and distro conf
Diffstat (limited to 'meta-yerba/conf/distro')
| -rw-r--r-- | meta-yerba/conf/distro/yerba.conf | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-yerba/conf/distro/yerba.conf b/meta-yerba/conf/distro/yerba.conf new file mode 100644 index 0000000..fa7f320 --- /dev/null +++ b/meta-yerba/conf/distro/yerba.conf @@ -0,0 +1,23 @@ +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 = "" + +VIRTUAL-RUNTIME_init_manager = "runit" +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" + + + |
