diff options
author | Jonathan Liu <net147@gmail.com> | 2016-02-28 00:46:48 +1100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2016-02-28 10:48:55 +0100 |
commit | c25a43a3b496046d9f3d70f4444c3878ee2d7c12 (patch) | |
tree | 05d3f9ec231fb9bafbd8e4496998ae335fbc3fad | |
parent | 736e1ba03573a3163f81dff6971495ec15cba025 (diff) | |
download | meta-raspberrypi-c25a43a3b496046d9f3d70f4444c3878ee2d7c12.tar.gz |
linux-raspberrypi: update path to mkknlimg
Signed-off-by: Jonathan Liu <net147@gmail.com>
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi.inc b/recipes-kernel/linux/linux-raspberrypi.inc index 05f2d2b..8c7c46c 100644 --- a/recipes-kernel/linux/linux-raspberrypi.inc +++ b/recipes-kernel/linux/linux-raspberrypi.inc | |||
@@ -60,7 +60,7 @@ do_rpiboot_mkimage() { | |||
60 | if test "x${KERNEL_IMAGETYPE}" != "xuImage" ; then | 60 | if test "x${KERNEL_IMAGETYPE}" != "xuImage" ; then |
61 | if test -n "${KERNEL_DEVICETREE}"; then | 61 | if test -n "${KERNEL_DEVICETREE}"; then |
62 | # Add RPi bootloader trailer to kernel image to enable DeviceTree support | 62 | # Add RPi bootloader trailer to kernel image to enable DeviceTree support |
63 | ${STAGING_LIBEXECDIR_NATIVE}/rpi-mkimage/mkknlimg --dtok ${KERNEL_OUTPUT} ${KERNEL_OUTPUT} | 63 | ${STAGING_LIBEXECDIR_NATIVE}/mkknlimg --dtok ${KERNEL_OUTPUT} ${KERNEL_OUTPUT} |
64 | fi | 64 | fi |
65 | fi | 65 | fi |
66 | } | 66 | } |