summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2012-08-20 20:46:18 +0300
committerAndrei Gherzan <andrei@gherzan.ro>2012-08-22 01:14:47 +0300
commit8ce28d2b73a84441681ad8ee7dcba21a0a76fd4b (patch)
tree5f82d7c93d1262a8f4dcd72d1f2b7f092fb2f5f6
parent81c06ffcc7bdefd328a61eb103909c3fe32b7c2f (diff)
downloadmeta-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-xrecipes-kernel/linux/linux-raspberrypi_3.1.9.bb2
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
28PARALLEL_MAKEINST = "" 28PARALLEL_MAKEINST = ""
29 29
30UDEV_GE_141 ?= "1"
31
30do_configure_prepend() { 32do_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}