diff options
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/mejate-musl.conf | 7 | ||||
-rw-r--r-- | conf/distro/mejate.conf | 6 |
2 files changed, 13 insertions, 0 deletions
diff --git a/conf/distro/mejate-musl.conf b/conf/distro/mejate-musl.conf new file mode 100644 index 0000000..257381e --- /dev/null +++ b/conf/distro/mejate-musl.conf | |||
@@ -0,0 +1,7 @@ | |||
1 | require conf/distro/poky.conf | ||
2 | |||
3 | DISTRO = "mejate-musl" | ||
4 | DISTRO_NAME = "Meta Java Test with musl" | ||
5 | DISTROOVERRIDES = "poky" | ||
6 | TCLIBC = "musl" | ||
7 | |||
diff --git a/conf/distro/mejate.conf b/conf/distro/mejate.conf new file mode 100644 index 0000000..611cb23 --- /dev/null +++ b/conf/distro/mejate.conf | |||
@@ -0,0 +1,6 @@ | |||
1 | require conf/distro/poky.conf | ||
2 | |||
3 | DISTRO = "mejate" | ||
4 | DISTRO_NAME = "Meta Java Test" | ||
5 | DISTROOVERRIDES = "poky" | ||
6 | |||