cpp-git master arm-linux-gnueabihf-4.9-cross_0.1-0
authorMichael Wagner <michael@wagnertech.de>
Tue, 8 Aug 2023 13:09:57 +0000 (15:09 +0200)
committerMichael Wagner <michael@wagnertech.de>
Tue, 8 Aug 2023 13:09:57 +0000 (15:09 +0200)
debian/arm-linux-gnueabihf-4.9-cross.conf [new file with mode: 0644]
debian/arm-linux-gnueabihf-4.9-cross.prepare [new file with mode: 0644]

diff --git a/debian/arm-linux-gnueabihf-4.9-cross.conf b/debian/arm-linux-gnueabihf-4.9-cross.conf
new file mode 100644 (file)
index 0000000..378e1c2
--- /dev/null
@@ -0,0 +1,3 @@
+compile_type=NONE
+target_type=DEB
+
diff --git a/debian/arm-linux-gnueabihf-4.9-cross.prepare b/debian/arm-linux-gnueabihf-4.9-cross.prepare
new file mode 100644 (file)
index 0000000..7f9c461
--- /dev/null
@@ -0,0 +1,19 @@
+#!/bin/bash
+set -e
+
+if [ ! -d Downloads ]
+then
+       mkdir Downloads
+fi
+cd Downloads
+
+if [ -d raspberry-tools ]
+then
+       pushd  raspberry-tools >/dev/null
+               git_up
+       popd >/dev/null
+else
+       # clone toolset
+       git clone  https://github.com/raspberrypi/tools raspberry-tools
+fi
+