summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone/conf/distro
diff options
context:
space:
mode:
authorAlejandro Enedino Hernandez Samaniego <alejandr@xilinx.com>2020-02-12 23:53:36 -0800
committerMark Hatle <mark.hatle@xilinx.com>2020-02-27 08:33:25 -0800
commit1c793fc142306de1777341338f1a5c0a6c99c6a7 (patch)
tree27111dcf09926def3edc9069682c0217d97cb9d1 /meta-xilinx-standalone/conf/distro
parent5ed889af7d3fc8879c7281a091ad01b4d070b93e (diff)
downloadmeta-xilinx-1c793fc142306de1777341338f1a5c0a6c99c6a7.tar.gz
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 <alejandr@xilinx.com>
Diffstat (limited to 'meta-xilinx-standalone/conf/distro')
-rw-r--r--meta-xilinx-standalone/conf/distro/xilinx-standalone.inc2
1 files changed, 2 insertions, 0 deletions
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"
18LIBC_DEPENDENCIES_append = " newlib-staticdev libgloss-staticdev" 18LIBC_DEPENDENCIES_append = " newlib-staticdev libgloss-staticdev"
19 19
20ESW_CFLAGS ?= "" 20ESW_CFLAGS ?= ""
21
22INHERIT += "buildhistory"