From 2195ef60e81845af2f74e9e0763039e9787c96fc Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 14 Oct 2013 17:55:06 -0500 Subject: [PATCH] ARM: install the dtb files into the install tree. needed for netbooting platforms that dont provide their own dtb file. --- share/arm.tmpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/share/arm.tmpl b/share/arm.tmpl index 5fef2836..e2798b95 100644 --- a/share/arm.tmpl +++ b/share/arm.tmpl @@ -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: