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/."