From: Michal Sojka Date: Sat, 11 Jan 2014 14:55:10 +0000 (+0100) Subject: Update configuration to work with RTEMS Debian packages from rtime X-Git-Tag: fix-allnoconfig~99 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/commitdiff_plain/a2ab082da494e4f04d1f2c6e92d570a22e7d4e63 Update configuration to work with RTEMS Debian packages from rtime --- diff --git a/rtems/gw/config.target b/rtems/gw/config.target index e8deb3f..1c79c54 100644 --- a/rtems/gw/config.target +++ b/rtems/gw/config.target @@ -1,4 +1,4 @@ # MPC5200 BSP for Wuerz-elektronik MPC5200 board # This file should be symlinked as config.target into project # Makefile.rules directory -RTEMS_MAKEFILE_PATH=/opt/rtems-4.10.2/powerpc-rtems4.10.2/icecube +RTEMS_MAKEFILE_PATH=/opt/rtems4.10/powerpc-rtems4.10/icecube diff --git a/rtems/gw/mkimg-ppc b/rtems/gw/mkimg-ppc index 09c0eb2..0a38911 100755 --- a/rtems/gw/mkimg-ppc +++ b/rtems/gw/mkimg-ppc @@ -1,6 +1,6 @@ #!/bin/sh -TARGET=powerpc-rtems4.10.2 +TARGET=powerpc-rtems4.10 DATETIME=`date +"%T-%d-%m-%y"` OBJCOPY="${TARGET}-objcopy"