From 820352ca1e47256b4bbc9f124bfe1135607a05a3 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Tue, 23 May 2017 15:14:47 +0100 Subject: Update BuildStream project config for use with Baserock definitions repo We gained this file when we imported Tristan's gnu-toolchain project, we just need to update it for building the Baserock reference systems. --- project.conf | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/project.conf b/project.conf index 76445475..36da61d4 100644 --- a/project.conf +++ b/project.conf @@ -1,7 +1,4 @@ -# The GNU Toolchain project provides a base runtime with gcc, -# glibc and some base tools to get off the ground including -# busybox and GNU make. -name: gnu-toolchain +name: baserock aliases: upstream: git://git.baserock.org/delta/ @@ -9,7 +6,7 @@ aliases: gnomesdk: https://sdk.gnome.org/ # All the elements go here -element-path: elements +element-path: ./elements variables: cpu: "%{bst-target-arch}" -- cgit v1.2.1