mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 20:56:59 +08:00
Ralf Corsepius (corsepiu@faw.uni-ulm.de) submitted these scripts to
help build RPMs.
This commit is contained in:
Executable
+14
@@ -0,0 +1,14 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
|
||||
RTEMS_DIR=`dirname $0`
|
||||
RTEMS_VERSION=`grep Version ${RTEMS_DIR}/../VERSION | \
|
||||
sed -e 's%RTEMS[ ]*Version[ ]*\(.*\)[ ]*%\1%g'`
|
||||
|
||||
bsp=$1
|
||||
target_alias=$2
|
||||
release=0
|
||||
|
||||
${RTEMS_DIR}/scripts/mkbspspec $bsp $target_alias
|
||||
${RTEMS_DIR}/scripts/mktoolspec $target_alias
|
||||
|
||||
Reference in New Issue
Block a user