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 <marc.mattmueller@netmodule.com>
This commit is contained in:
parent
c8ed1a7bf9
commit
aa192ec85a
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue