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:
parent
8d84e9d25a
commit
2195ef60e8
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user