From deeba72d5f01af7f389edb977dd927adb4c7bce3 Mon Sep 17 00:00:00 2001 From: Richard Leitner Date: Wed, 22 Aug 2018 16:50:56 +0200 Subject: conf: distro: add mejate{,-musl} distributions Add meta-java test distributions for glibc and musl. Those should be used for oeqa tests of the *-test-image's to cover also musl. Signed-off-by: Richard Leitner --- conf/distro/mejate-musl.conf | 7 +++++++ conf/distro/mejate.conf | 6 ++++++ 2 files changed, 13 insertions(+) create mode 100644 conf/distro/mejate-musl.conf create mode 100644 conf/distro/mejate.conf 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 @@ +require conf/distro/poky.conf + +DISTRO = "mejate-musl" +DISTRO_NAME = "Meta Java Test with musl" +DISTROOVERRIDES = "poky" +TCLIBC = "musl" + 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 @@ +require conf/distro/poky.conf + +DISTRO = "mejate" +DISTRO_NAME = "Meta Java Test" +DISTROOVERRIDES = "poky" + -- cgit v1.2.3-54-g00ecf