From 4a1e2cd1ce5ce44fdf4461e0ea51f4f362b23256 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 17 Aug 2015 16:06:16 +0200 Subject: Set configuration back do default and add overlap Configuration is set back as it was before previous merge on branch master. Configurations for targets can be specified by overlapping configuration options with external config. --- targets/ryuglab/scripts/compile | 10 ++++++++++ targets/ryuglab/scripts/patch | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100755 targets/ryuglab/scripts/compile create mode 100755 targets/ryuglab/scripts/patch (limited to 'targets/ryuglab/scripts') diff --git a/targets/ryuglab/scripts/compile b/targets/ryuglab/scripts/compile new file mode 100755 index 0000000..85d118b --- /dev/null +++ b/targets/ryuglab/scripts/compile @@ -0,0 +1,10 @@ +#!/bin/sh + +set -e + +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 diff --git a/targets/ryuglab/scripts/patch b/targets/ryuglab/scripts/patch new file mode 100755 index 0000000..0b59ff1 --- /dev/null +++ b/targets/ryuglab/scripts/patch @@ -0,0 +1,10 @@ +#!/bin/sh + +set -e + +cd `dirname $0` +cd ../../../linux + +git reset --hard + +git apply --index < ../targets/ryuglab/shark-ryu-board-patch.patch -- cgit v1.2.3