diff --git a/conf/distro/yoe-baremetal.conf b/conf/distro/yoe-baremetal.inc similarity index 100% rename from conf/distro/yoe-baremetal.conf rename to conf/distro/yoe-baremetal.inc diff --git a/conf/distro/yoe-glibc-busyboxinit-eglfs.conf b/conf/distro/yoe-glibc-busyboxinit-eglfs.inc similarity index 100% rename from conf/distro/yoe-glibc-busyboxinit-eglfs.conf rename to conf/distro/yoe-glibc-busyboxinit-eglfs.inc diff --git a/conf/distro/yoe-glibc-busyboxinit-wayland.conf b/conf/distro/yoe-glibc-busyboxinit-wayland.inc similarity index 100% rename from conf/distro/yoe-glibc-busyboxinit-wayland.conf rename to conf/distro/yoe-glibc-busyboxinit-wayland.inc diff --git a/conf/distro/yoe-glibc-busyboxinit-x11.conf b/conf/distro/yoe-glibc-busyboxinit-x11.inc similarity index 100% rename from conf/distro/yoe-glibc-busyboxinit-x11.conf rename to conf/distro/yoe-glibc-busyboxinit-x11.inc diff --git a/conf/distro/yoe-glibc-systemd-eglfs.conf b/conf/distro/yoe-glibc-systemd-eglfs.inc similarity index 100% rename from conf/distro/yoe-glibc-systemd-eglfs.conf rename to conf/distro/yoe-glibc-systemd-eglfs.inc diff --git a/conf/distro/yoe-glibc-systemd-wayland.conf b/conf/distro/yoe-glibc-systemd-wayland.inc similarity index 100% rename from conf/distro/yoe-glibc-systemd-wayland.conf rename to conf/distro/yoe-glibc-systemd-wayland.inc diff --git a/conf/distro/yoe-glibc-systemd-x11.conf b/conf/distro/yoe-glibc-systemd-x11.inc similarity index 100% rename from conf/distro/yoe-glibc-systemd-x11.conf rename to conf/distro/yoe-glibc-systemd-x11.inc diff --git a/conf/distro/yoe-glibc-sysvinit-eglfs.conf b/conf/distro/yoe-glibc-sysvinit-eglfs.inc similarity index 100% rename from conf/distro/yoe-glibc-sysvinit-eglfs.conf rename to conf/distro/yoe-glibc-sysvinit-eglfs.inc diff --git a/conf/distro/yoe-glibc-sysvinit-wayland.conf b/conf/distro/yoe-glibc-sysvinit-wayland.inc similarity index 100% rename from conf/distro/yoe-glibc-sysvinit-wayland.conf rename to conf/distro/yoe-glibc-sysvinit-wayland.inc diff --git a/conf/distro/yoe-glibc-sysvinit-x11.conf b/conf/distro/yoe-glibc-sysvinit-x11.inc similarity index 100% rename from conf/distro/yoe-glibc-sysvinit-x11.conf rename to conf/distro/yoe-glibc-sysvinit-x11.inc diff --git a/conf/distro/yoe-musl-busyboxinit-eglfs.conf b/conf/distro/yoe-musl-busyboxinit-eglfs.inc similarity index 100% rename from conf/distro/yoe-musl-busyboxinit-eglfs.conf rename to conf/distro/yoe-musl-busyboxinit-eglfs.inc diff --git a/conf/distro/yoe-musl-busyboxinit-wayland.conf b/conf/distro/yoe-musl-busyboxinit-wayland.inc similarity index 100% rename from conf/distro/yoe-musl-busyboxinit-wayland.conf rename to conf/distro/yoe-musl-busyboxinit-wayland.inc diff --git a/conf/distro/yoe-musl-busyboxinit-x11.conf b/conf/distro/yoe-musl-busyboxinit-x11.inc similarity index 100% rename from conf/distro/yoe-musl-busyboxinit-x11.conf rename to conf/distro/yoe-musl-busyboxinit-x11.inc diff --git a/conf/distro/yoe-musl-systemd-eglfs.conf b/conf/distro/yoe-musl-systemd-eglfs.inc similarity index 100% rename from conf/distro/yoe-musl-systemd-eglfs.conf rename to conf/distro/yoe-musl-systemd-eglfs.inc diff --git a/conf/distro/yoe-musl-systemd-wayland.conf b/conf/distro/yoe-musl-systemd-wayland.inc similarity index 100% rename from conf/distro/yoe-musl-systemd-wayland.conf rename to conf/distro/yoe-musl-systemd-wayland.inc diff --git a/conf/distro/yoe-musl-systemd-x11.conf b/conf/distro/yoe-musl-systemd-x11.inc similarity index 100% rename from conf/distro/yoe-musl-systemd-x11.conf rename to conf/distro/yoe-musl-systemd-x11.inc diff --git a/conf/distro/yoe-musl-sysvinit-eglfs.conf b/conf/distro/yoe-musl-sysvinit-eglfs.inc similarity index 100% rename from conf/distro/yoe-musl-sysvinit-eglfs.conf rename to conf/distro/yoe-musl-sysvinit-eglfs.inc diff --git a/conf/distro/yoe-musl-sysvinit-wayland.conf b/conf/distro/yoe-musl-sysvinit-wayland.inc similarity index 100% rename from conf/distro/yoe-musl-sysvinit-wayland.conf rename to conf/distro/yoe-musl-sysvinit-wayland.inc diff --git a/conf/distro/yoe-musl-sysvinit-x11.conf b/conf/distro/yoe-musl-sysvinit-x11.inc similarity index 100% rename from conf/distro/yoe-musl-sysvinit-x11.conf rename to conf/distro/yoe-musl-sysvinit-x11.inc diff --git a/conf/distro/yoe-newlib.conf b/conf/distro/yoe-newlib.inc similarity index 100% rename from conf/distro/yoe-newlib.conf rename to conf/distro/yoe-newlib.inc diff --git a/conf/distro/yoe.conf b/conf/distro/yoe.conf new file mode 100644 index 0000000..0d657a2 --- /dev/null +++ b/conf/distro/yoe.conf @@ -0,0 +1,2 @@ +YOE_PROFILE ??= "yoe-glibc-sysvinit-wayland" +require ${YOE_PROFILE}.inc