From 440bca33aaeb7ed453948c933eaaef42e2eb0f6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 28 Jul 2015 22:42:45 +0200 Subject: Add external scripts and set boot configuration --- measure_scripts/30-compile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 measure_scripts/30-compile (limited to 'measure_scripts/30-compile') diff --git a/measure_scripts/30-compile b/measure_scripts/30-compile new file mode 100755 index 0000000..29da38a --- /dev/null +++ b/measure_scripts/30-compile @@ -0,0 +1,12 @@ +#!/bin/sh + +set -e + +cd ../linux + +export ARCH=powerpc +export CROSS_COMPILE=/opt/OSELAS.Toolchain-2012.12.1/powerpc-603e-linux-gnu/gcc-4.7.2-glibc-2.16.0-binutils-2.22-kernel-3.6-sanitized/bin/powerpc-603e-linux-gnu- + +test -t 0 || CHRONIC=chronic + +$CHRONIC make -j$(nproc) uImage -- cgit v1.2.3