test: Add a build test case for the PRU
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -8,6 +8,7 @@ set -eux
|
|||||||
MAIN_DIR=${PWD}
|
MAIN_DIR=${PWD}
|
||||||
BUILD_DIR=${PWD}/travis_build
|
BUILD_DIR=${PWD}/travis_build
|
||||||
export PATH=${BUILD_DIR}/gcc-arm-none-eabi-7-2017-q4-major/bin:${PATH}
|
export PATH=${BUILD_DIR}/gcc-arm-none-eabi-7-2017-q4-major/bin:${PATH}
|
||||||
|
export PATH=${BUILD_DIR}/pru-gcc/bin:${PATH}
|
||||||
PYTHON=${BUILD_DIR}/python-env/bin/python
|
PYTHON=${BUILD_DIR}/python-env/bin/python
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
2
test/configs/pru.config
Normal file
2
test/configs/pru.config
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
# Base config file for the Beaglebone PRU
|
||||||
|
CONFIG_MACH_PRU=y
|
||||||
Reference in New Issue
Block a user