summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.mdwn7
-rwxr-xr-xconvert10
2 files changed, 17 insertions, 0 deletions
diff --git a/README.mdwn b/README.mdwn
new file mode 100644
index 00000000..e5727621
--- /dev/null
+++ b/README.mdwn
@@ -0,0 +1,7 @@
+This branch is an experimental conversion of the Baserock definitions
+repository to BuildStream.
+
+It's an incomplete work in progress.
+
+The idea is that one day we'll switch all Baserock systems that people
+are still interested in to using the BuildStream definitions format.
diff --git a/convert b/convert
new file mode 100755
index 00000000..42129009
--- /dev/null
+++ b/convert
@@ -0,0 +1,10 @@
+#!/usr/bin/bash
+
+CONVERTER=../defs2bst/defs2bst.py
+YBD=../ybd/ybd.py
+
+$CONVERTER --ybd $YBD \
+ --definitions ./old \
+ --output . \
+ --rebase strata/build-essential.morph gnu-toolchain.bst \
+ systems/base-system-x86_64-generic.morph x86_64