summaryrefslogtreecommitdiffstats
path: root/board/gdb/post-build.sh
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-07-09 00:19:18 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-24 22:51:42 +0200
commit9068fe0dea774fb35620b31f71b51e663b35167b (patch)
tree305787d18477e50f993decc08fe4df3155ec798b /board/gdb/post-build.sh
parent4846700a1b51e7f2c48639dafdb5143ad8e9de41 (diff)
downloadbuildroot-9068fe0dea774fb35620b31f71b51e663b35167b.tar.gz
buildroot-9068fe0dea774fb35620b31f71b51e663b35167b.zip
board: add blackfin gdb simulator support
With this config you can bootup a Linux kernel in GDB simulator and test Blackfin kernel and userland. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'board/gdb/post-build.sh')
-rwxr-xr-xboard/gdb/post-build.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/gdb/post-build.sh b/board/gdb/post-build.sh
new file mode 100755
index 0000000000..8933d504ec
--- /dev/null
+++ b/board/gdb/post-build.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+# no simulated network devices at the moment
+rm -f ${TARGET_DIR}/etc/init.d/S40network
+rm -rf ${TARGET_DIR}/etc/network/
OpenPOWER on IntegriCloud