summaryrefslogtreecommitdiff
path: root/elements/tools/u-boot.bst
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-11-26 23:40:38 +0000
committerJavier Jardón <jjardon@gnome.org>2017-12-12 15:58:11 +0000
commit7aad5150f69da42b84994c353283db5daf8e967f (patch)
tree813f30921faea689677aa308bd61488229266d06 /elements/tools/u-boot.bst
parentfa91b837f4bf46b19678a2c3d6b56f73cdc786a6 (diff)
downloaddefinitions-7aad5150f69da42b84994c353283db5daf8e967f.tar.gz
Add BuildStream converted files
This is made by a conversion made in commit 8f8992a18d55c3abf28d4b6fc8036bd39d3dc1cf of definitions Check there to know what exact versions of YBD and defs2bst was used
Diffstat (limited to 'elements/tools/u-boot.bst')
-rw-r--r--elements/tools/u-boot.bst18
1 files changed, 18 insertions, 0 deletions
diff --git a/elements/tools/u-boot.bst b/elements/tools/u-boot.bst
new file mode 100644
index 00000000..85335232
--- /dev/null
+++ b/elements/tools/u-boot.bst
@@ -0,0 +1,18 @@
+kind: manual
+depends:
+- core.bst
+sources:
+- kind: git
+ url: upstream:u-boot
+ track: baserock/morph
+ ref: fe57382d04b46c37f34cf8d3b3ad876554fd12bf
+config:
+ build-commands:
+ - make tools
+ install-commands:
+ - mkdir -p "%{install-root}%{prefix}/bin"
+ - install -m 755 tools/img2brec.sh "%{install-root}%{prefix}/bin/."
+ - install -m 755 tools/jtagconsole "%{install-root}%{prefix}/bin/."
+ - install -m 755 tools/netconsole "%{install-root}%{prefix}/bin/."
+ - install -m 755 tools/mkenvimage "%{install-root}%{prefix}/bin/."
+ - install -m 755 tools/mkimage "%{install-root}%{prefix}/bin/."