From: Michal Sojka Date: Sat, 11 Jan 2014 08:35:23 +0000 (+0100) Subject: Add forgotten files needed for buildroot build X-Git-Tag: fix-allnoconfig~101 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/commitdiff_plain/955bcb6dc29388b531c08f08e93d45ac294ed4a2 Add forgotten files needed for buildroot build --- diff --git a/rootfs/build/.gitignore b/rootfs/build/.gitignore index 2ca8c40..cf36401 100644 --- a/rootfs/build/.gitignore +++ b/rootfs/build/.gitignore @@ -2,3 +2,5 @@ !.config !.gitignore !GNUmakefile +!prepare_boot +!overlay/ diff --git a/rootfs/build/overlay/.gitignore b/rootfs/build/overlay/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/rootfs/build/prepare_boot b/rootfs/build/prepare_boot new file mode 100755 index 0000000..59dc000 --- /dev/null +++ b/rootfs/build/prepare_boot @@ -0,0 +1,3 @@ +#!/bin/sh +set -x +mkimage -T ramdisk -A powerpc -O linux -d $1/rootfs.cpio ../../boot/images/rootfs.uImage