diff options
| -rwxr-xr-x | recipes-kernel/linux/linux-raspberrypi_3.1.9.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi_3.1.9.bb b/recipes-kernel/linux/linux-raspberrypi_3.1.9.bb index 1ab698b..ab5c6a0 100755 --- a/recipes-kernel/linux/linux-raspberrypi_3.1.9.bb +++ b/recipes-kernel/linux/linux-raspberrypi_3.1.9.bb | |||
| @@ -27,3 +27,7 @@ PARALLEL_MAKEINST = "" | |||
| 27 | do_configure_prepend() { | 27 | do_configure_prepend() { |
| 28 | install -m 0644 ${S}/arch/${ARCH}/configs/${KERNEL_DEFCONFIG} ${WORKDIR}/defconfig || die "No default configuration for ${MACHINE} / ${KERNEL_DEFCONFIG} available." | 28 | install -m 0644 ${S}/arch/${ARCH}/configs/${KERNEL_DEFCONFIG} ${WORKDIR}/defconfig || die "No default configuration for ${MACHINE} / ${KERNEL_DEFCONFIG} available." |
| 29 | } | 29 | } |
| 30 | |||
| 31 | do_install_prepend() { | ||
| 32 | install -d ${D}/lib/firmware | ||
| 33 | } | ||
