We will need to supply these for some arm boards.
We provide both an unpacked version, which can be referenced via u-boot's
support for the "fdtdir" property in pxelinux.cfg and a tarball which is more
convenient for installing into the target filesystem on host install
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
|pax -x sv4cpio -s '%lib%/lib%' -d -w >../cpio; cd ..
gzip -9f cpio
mv cpio.gz armmp.cpio.gz
+ rm -rf dtbs/
+ mkdir dtbs/
+ mv x/usr/lib/linux-image-*-armmp/*.dtb dtbs/
+ tar -caf dtbs.tar.gz dtbs
rm -rf x
fi