From: Heesub Shin Date: Mon, 15 May 2017 08:47:18 +0000 (+0900) Subject: artik053/openocd: apply custom patches when building X-Git-Tag: 1.1_Public_Release~561^2~47 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=248fb9fe9a04f23441a0edf8593e7e9ca906372a;p=rtos%2Ftinyara.git artik053/openocd: apply custom patches when building In order to use OpenOCD on ARTIK-053, we need custom modification to it. This commit changes the build script so that our custom patches could be applied before building. Change-Id: Ia8f7fcd91fec2761b4fe29018ad1856b979d9f39 Signed-off-by: Heesub Shin --- diff --git a/build/configs/artik053/tools/openocd/source/build.sh b/build/configs/artik053/tools/openocd/source/build.sh index f69df6b..59fb86f 100755 --- a/build/configs/artik053/tools/openocd/source/build.sh +++ b/build/configs/artik053/tools/openocd/source/build.sh @@ -140,6 +140,7 @@ cd ../ rm -rf openocd-install mkdir -p openocd-install cd ./openocd +patch -p1 < ../patches/*.patch ./configure \ --enable-ftdi \ --disable-stlink \