ARM: install the dtb files into the install tree.

needed for netbooting platforms that dont provide their own dtb file.
This commit is contained in:
Dennis Gilmore 2013-10-14 17:55:06 -05:00
parent 8d84e9d25a
commit 2195ef60e8

View File

@ -2,6 +2,7 @@
<%
configdir="tmp/config_files/uboot"
PXEBOOTDIR="images/pxeboot"
DTBDIR="images/pxeboot/dtb"
BOOTDIR="boot"
KERNELDIR=PXEBOOTDIR
LIVEDIR="LiveOS"
@ -21,6 +22,9 @@ mkdir ${LIVEDIR}
install ${runtime_img} ${LIVEDIR}/squashfs.img
treeinfo stage2 mainimage ${LIVEDIR}/squashfs.img
mkdir ${DTBDIR}
install boot/dtb-*/*dtb ${DTBDIR}/
## install kernels
mkdir ${KERNELDIR}
%for kernel in kernels: