Make arm .treeinfo match reality
since we no longer make the wrappend kernel and initrd for arm we need to not put them in the .treeinfo file Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
parent
b138b27bd8
commit
0be4096a94
@ -30,17 +30,9 @@ mkdir ${KERNELDIR}
|
|||||||
platforms = platforms + delimiter + kernel.flavor
|
platforms = platforms + delimiter + kernel.flavor
|
||||||
delimiter = ','
|
delimiter = ','
|
||||||
%>
|
%>
|
||||||
|
|
||||||
treeinfo images-${kernel.flavor}-${basearch} uimage ${KERNELDIR}/uImage-${kernel.flavor}
|
|
||||||
treeinfo images-${kernel.flavor}-${basearch} uinitrd ${KERNELDIR}/uInitrd-${kernel.flavor}
|
|
||||||
|
|
||||||
%else:
|
%else:
|
||||||
installkernel images-${basearch} ${kernel.path} ${KERNELDIR}/vmlinuz
|
installkernel images-${basearch} ${kernel.path} ${KERNELDIR}/vmlinuz
|
||||||
installinitrd images-${basearch} ${kernel.initrd.path} ${KERNELDIR}/initrd.img
|
installinitrd images-${basearch} ${kernel.initrd.path} ${KERNELDIR}/initrd.img
|
||||||
|
|
||||||
treeinfo images-${basearch} uimage ${KERNELDIR}/uImage
|
|
||||||
treeinfo images-${basearch} uinitrd ${KERNELDIR}/uInitrd
|
|
||||||
|
|
||||||
%endif
|
%endif
|
||||||
%endfor
|
%endfor
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user