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"
|
configdir="tmp/config_files/uboot"
|
||||||
PXEBOOTDIR="images/pxeboot"
|
PXEBOOTDIR="images/pxeboot"
|
||||||
|
DTBDIR="images/pxeboot/dtb"
|
||||||
BOOTDIR="boot"
|
BOOTDIR="boot"
|
||||||
KERNELDIR=PXEBOOTDIR
|
KERNELDIR=PXEBOOTDIR
|
||||||
LIVEDIR="LiveOS"
|
LIVEDIR="LiveOS"
|
||||||
@ -21,6 +22,9 @@ mkdir ${LIVEDIR}
|
|||||||
install ${runtime_img} ${LIVEDIR}/squashfs.img
|
install ${runtime_img} ${LIVEDIR}/squashfs.img
|
||||||
treeinfo stage2 mainimage ${LIVEDIR}/squashfs.img
|
treeinfo stage2 mainimage ${LIVEDIR}/squashfs.img
|
||||||
|
|
||||||
|
mkdir ${DTBDIR}
|
||||||
|
install boot/dtb-*/*dtb ${DTBDIR}/
|
||||||
|
|
||||||
## install kernels
|
## install kernels
|
||||||
mkdir ${KERNELDIR}
|
mkdir ${KERNELDIR}
|
||||||
%for kernel in kernels:
|
%for kernel in kernels:
|
||||||
|
Loading…
Reference in New Issue
Block a user