diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2012-08-20 20:46:18 +0300 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2012-08-22 01:14:47 +0300 |
commit | 8ce28d2b73a84441681ad8ee7dcba21a0a76fd4b (patch) | |
tree | 5f82d7c93d1262a8f4dcd72d1f2b7f092fb2f5f6 | |
parent | 81c06ffcc7bdefd328a61eb103909c3fe32b7c2f (diff) | |
download | meta-raspberrypi-8ce28d2b73a84441681ad8ee7dcba21a0a76fd4b.tar.gz |
linux: Activate UDEV_GE_141
Newer versions of udev mandate that sysfs doesn't have deprecated
entries
[GITHUB #24]
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rwxr-xr-x | recipes-kernel/linux/linux-raspberrypi_3.1.9.bb | 2 |
1 files changed, 2 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 f790ef5..1bac2f6 100755 --- a/recipes-kernel/linux/linux-raspberrypi_3.1.9.bb +++ b/recipes-kernel/linux/linux-raspberrypi_3.1.9.bb | |||
@@ -27,6 +27,8 @@ CMDLINE_raspberrypi = "dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA | |||
27 | 27 | ||
28 | PARALLEL_MAKEINST = "" | 28 | PARALLEL_MAKEINST = "" |
29 | 29 | ||
30 | UDEV_GE_141 ?= "1" | ||
31 | |||
30 | do_configure_prepend() { | 32 | do_configure_prepend() { |
31 | install -m 0644 ${S}/arch/${ARCH}/configs/${KERNEL_DEFCONFIG} ${WORKDIR}/defconfig || die "No default configuration for ${MACHINE} / ${KERNEL_DEFCONFIG} available." | 33 | install -m 0644 ${S}/arch/${ARCH}/configs/${KERNEL_DEFCONFIG} ${WORKDIR}/defconfig || die "No default configuration for ${MACHINE} / ${KERNEL_DEFCONFIG} available." |
32 | } | 34 | } |