diff options
| -rw-r--r-- | recipes-kernel/linux/linux-raspberrypi.inc | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi.inc b/recipes-kernel/linux/linux-raspberrypi.inc index 6184402..98229d9 100644 --- a/recipes-kernel/linux/linux-raspberrypi.inc +++ b/recipes-kernel/linux/linux-raspberrypi.inc | |||
| @@ -54,16 +54,3 @@ do_deploy_append() { | |||
| 54 | fi | 54 | fi |
| 55 | echo "${CMDLINE}${PITFT_PARAMS}" > ${DEPLOYDIR}/bcm2835-bootfiles/cmdline.txt | 55 | echo "${CMDLINE}${PITFT_PARAMS}" > ${DEPLOYDIR}/bcm2835-bootfiles/cmdline.txt |
| 56 | } | 56 | } |
| 57 | |||
| 58 | do_bundle_initramfs_append() { | ||
| 59 | if [ ! -z "${INITRAMFS_IMAGE}" -a x"${INITRAMFS_IMAGE_BUNDLE}" = x1 ]; then | ||
| 60 | if test "x${KERNEL_IMAGETYPE}" != "xuImage" ; then | ||
| 61 | if test -n "${KERNEL_DEVICETREE}"; then | ||
| 62 | # Add RPi bootloader trailer to kernel image to enable DeviceTree support | ||
| 63 | for type in ${KERNEL_IMAGETYPES} ; do | ||
| 64 | ${STAGING_BINDIR_NATIVE}/mkknlimg --dtok ${KERNEL_OUTPUT_DIR}/$type.initramfs ${KERNEL_OUTPUT_DIR}/$type.initramfs | ||
| 65 | done | ||
| 66 | fi | ||
| 67 | fi | ||
| 68 | fi | ||
| 69 | } | ||
