distro-minimal: Reinclude python cached files
The difference in size of the final image is really minimal, but having this config different between minimal and "normal" distributions, makes us unable to share quite a lot of sstate between the two distributions. BugzID: 80673
This commit is contained in:
parent
68f1d6876b
commit
535e4a4c8a
|
|
@ -2,8 +2,6 @@ require netmodule-linux.conf
|
||||||
DISTRO = "netmodule-linux-minimal"
|
DISTRO = "netmodule-linux-minimal"
|
||||||
DISTRO_VARIANT = " for minimal fitImage"
|
DISTRO_VARIANT = " for minimal fitImage"
|
||||||
|
|
||||||
INCLUDE_PYCS_pn-python3 = "0"
|
|
||||||
|
|
||||||
INHERIT += "reproducible_build_simple"
|
INHERIT += "reproducible_build_simple"
|
||||||
export SOURCE_DATE_EPOCH ?= "0"
|
export SOURCE_DATE_EPOCH ?= "0"
|
||||||
REPRODUCIBLE_TIMESTAMP_ROOTFS = ""
|
REPRODUCIBLE_TIMESTAMP_ROOTFS = ""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue