From da19a12f7aa632556b302f93f2c0cb956c014e08 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Mon, 19 Feb 2018 15:51:27 +0000 Subject: Update to build with BuildStream 1.0.1 We were previously building with an old 0.x version. This requires a fix to how we import the 'x86image' plugin from the bst-external plugins repo. It also requires a couple of fixes to elements which need to add things to the CMake configure commandline. These should use the new 'cmake-local' variable rather than overriding the configure-commands as a whole; the builds of these elements were breaking because the default commands changed upstream to expect out-of-tree builds. --- elements/systems/minimal-system-image-x86_64.bst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'elements/systems/minimal-system-image-x86_64.bst') diff --git a/elements/systems/minimal-system-image-x86_64.bst b/elements/systems/minimal-system-image-x86_64.bst index d92d5fd5..71338f30 100644 --- a/elements/systems/minimal-system-image-x86_64.bst +++ b/elements/systems/minimal-system-image-x86_64.bst @@ -1,4 +1,4 @@ -kind: buildstream-external:x86image +kind: x86image description: Create a deployment of the minimal system depends: - filename: systems/minimal-system.bst -- cgit v1.2.1