summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-05-23 15:14:47 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-08-24 12:56:36 +0000
commit820352ca1e47256b4bbc9f124bfe1135607a05a3 (patch)
tree05eebf9743ea7269137066de4d20e169fcaa6c1e
parent6632adf452a9f514545a1f8be8adcd922a0ccbc5 (diff)
downloaddefinitions-820352ca1e47256b4bbc9f124bfe1135607a05a3.tar.gz
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.
-rw-r--r--project.conf7
1 files 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}"