From 022f05542b6c449c05b2f928b3c8c1d71b73809d Mon Sep 17 00:00:00 2001 From: David McKinney Date: Tue, 3 Jul 2018 14:48:20 -0400 Subject: [PATCH] Updated Citadel distro conf to inherit reproducible builds .bbclass --- meta-citadel/conf/distro/citadel-distro.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-citadel/conf/distro/citadel-distro.conf b/meta-citadel/conf/distro/citadel-distro.conf index 4107e2e..9bb6831 100644 --- a/meta-citadel/conf/distro/citadel-distro.conf +++ b/meta-citadel/conf/distro/citadel-distro.conf @@ -35,6 +35,8 @@ IMAGE_LINGUAS = "en-us" BUILD_REPRODUCIBLE_BINARIES = "1" +INHERIT += "reproducible_build" + # Override meta-rust dependencies. # # Instead of bringing in all of openembedded, we imported the two recipes