br2/board/nextthing/chip/versioning.sh
Guilhem Baccialone e5f3a21383
Add nextthing boards
add chip, chippro and pocketchip
2024-10-15 23:00:08 +02:00

9 lines
182 B
Bash

#!/bin/bash
BUILD_NUMBER=$1
BUILDROOT_HASH=$(git rev-parse HEAD)
echo ${BUILD_NUMBER} >build
echo ${BUILDROOT_HASH} >buildroot_githash
echo "put version information into $PWD"
ls