From aa192ec85a98f7d3841be8da46ec34a65c1de4e5 Mon Sep 17 00:00:00 2001 From: Marc Mattmueller Date: Wed, 20 Jul 2022 08:46:54 +0000 Subject: [PATCH] conf/distro/ostree.conf: exchange include order of sota and netmodule for the SOURCE_DATE_EPOCH export the include order was changed so that the python3 setuptools especially zip does not throw an error. Zip does not support files before 1980 Part of yocto upgrade from dunfell to kirkstone Signed-off-by: Marc Mattmueller --- conf/distro/netmodule-linux-ostree.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/distro/netmodule-linux-ostree.conf b/conf/distro/netmodule-linux-ostree.conf index 5840ef3..df1ff51 100644 --- a/conf/distro/netmodule-linux-ostree.conf +++ b/conf/distro/netmodule-linux-ostree.conf @@ -1,5 +1,5 @@ -require netmodule-linux.conf require conf/distro/sota.conf.inc +require netmodule-linux.conf DISTRO = "netmodule-linux-ostree" DISTRO_VARIANT = " with ostree"