also the install is changed
This commit is contained in:
parent
d77de7bb31
commit
38108c6e6a
@ -622,7 +622,7 @@ _kernel_src_compile() {
|
||||
else
|
||||
einfo "Append the device-tree-blob to the Kenel Image"
|
||||
cat "${WORKDIR}"/boot/kernel-genkernel-${ARCH}-${KV_FULL} "${S}"/${K_NASKERNEL_DTB} > zImage.new
|
||||
cp "${S}"/arch/arm/boot/${K_NASKERNEL_DTB} "${WORKDIR}"/boot/dtb/
|
||||
cp "${S}"/${K_NASKERNEL_DTB} "${WORKDIR}"/boot/dtb/
|
||||
einfo "Create uImage of the resulting Image"
|
||||
mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n uImage-${KV_FULL} \
|
||||
-d zImage.new "${WORKDIR}"/boot/uImage-genkernel-${ARCH}-${KV_FULL}
|
||||
|
Loading…
Reference in New Issue
Block a user