]> rtime.felk.cvut.cz Git - can-benchmark.git/commitdiff
Add forgotten files needed for buildroot build
authorMichal Sojka <sojkam1@fel.cvut.cz>
Sat, 11 Jan 2014 08:35:23 +0000 (09:35 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Sat, 11 Jan 2014 08:35:23 +0000 (09:35 +0100)
rootfs/build/.gitignore
rootfs/build/overlay/.gitignore [new file with mode: 0644]
rootfs/build/prepare_boot [new file with mode: 0755]

index 2ca8c404b10e5c1c2432637a2049f5d0fa02553c..cf3640182c0b588021ae28606269f35387e709ff 100644 (file)
@@ -2,3 +2,5 @@
 !.config
 !.gitignore
 !GNUmakefile
 !.config
 !.gitignore
 !GNUmakefile
+!prepare_boot
+!overlay/
diff --git a/rootfs/build/overlay/.gitignore b/rootfs/build/overlay/.gitignore
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/rootfs/build/prepare_boot b/rootfs/build/prepare_boot
new file mode 100755 (executable)
index 0000000..59dc000
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -x
+mkimage -T ramdisk -A powerpc -O linux -d $1/rootfs.cpio ../../boot/images/rootfs.uImage