From 1c793fc142306de1777341338f1a5c0a6c99c6a7 Mon Sep 17 00:00:00 2001 From: Alejandro Enedino Hernandez Samaniego Date: Wed, 12 Feb 2020 23:53:36 -0800 Subject: xilinx-standalone: Add buildhistory to the DISTRO to avoid cooker errors There is a bug upstream, which explains this problem further [1], but basically when there are several multiconfigs they could be polluted with the events of each other, in this specific case, a multiconfig that uses the DISTRO=petalinux which itself inherits the buildhistory class will cause an error on the multiconfig that builds xilinx-standalone, while the correct fix is t fix this upstream I have not had the time to do that, and currently an easy and not very conflicting workaround is to simply inherit the builhistory class on the xilinx-standalone DISTRO as well. [1] https://bugzilla.yoctoproject.org/show_bug.cgi?id=13071 Signed-off-by: Alejandro Enedino Hernandez Samaniego --- meta-xilinx-standalone/conf/distro/xilinx-standalone.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-xilinx-standalone/conf/distro/xilinx-standalone.inc b/meta-xilinx-standalone/conf/distro/xilinx-standalone.inc index 9a06e8d0..7ff51429 100644 --- a/meta-xilinx-standalone/conf/distro/xilinx-standalone.inc +++ b/meta-xilinx-standalone/conf/distro/xilinx-standalone.inc @@ -18,3 +18,5 @@ INHERIT += "uninative" LIBC_DEPENDENCIES_append = " newlib-staticdev libgloss-staticdev" ESW_CFLAGS ?= "" + +INHERIT += "buildhistory" -- cgit v1.2.3-54-g00ecf