From 6d866926d8ba55365d5bdb4cbfdda23a2f1bb519 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Thu, 23 Aug 2012 18:22:33 +0300 Subject: linux-raspberrypi: Update to v3.2.27 Switch to rpi-3.2.27 branch and use SRCREV 091073bcab483b976ee33dfe914c28df87914a3b. Signed-off-by: Andrei Gherzan --- recipes-kernel/linux/linux-raspberrypi_3.1.9.bb | 38 ------------------------ recipes-kernel/linux/linux-raspberrypi_3.2.27.bb | 38 ++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 38 deletions(-) delete mode 100755 recipes-kernel/linux/linux-raspberrypi_3.1.9.bb create mode 100755 recipes-kernel/linux/linux-raspberrypi_3.2.27.bb diff --git a/recipes-kernel/linux/linux-raspberrypi_3.1.9.bb b/recipes-kernel/linux/linux-raspberrypi_3.1.9.bb deleted file mode 100755 index 1bac2f6..0000000 --- a/recipes-kernel/linux/linux-raspberrypi_3.1.9.bb +++ /dev/null @@ -1,38 +0,0 @@ -COMPATIBLE_MACHINE = "raspberrypi" - -require linux.inc - -DESCRIPTION = "Linux kernel for the RaspberryPi board" - -PR = "r3" - -# Bump MACHINE_KERNEL_PR in the machine config if you update the kernel. -# This is on the rpi-patches branch -SRCREV = "14ad68cf4afc7acf14076f895b539d81cd9f32ab" - -SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-patches \ -" - -LINUX_VERSION ?= "3.1.9-rpi" -PV = "${LINUX_VERSION}+${PR}+git${SRCREV}" - -S = "${WORKDIR}/git" - -# NOTE: For now we pull in the default config from the RPi kernel GIT tree. - -KERNEL_DEFCONFIG = "bcmrpi_defconfig" - -# CMDLINE for raspberrypi -CMDLINE_raspberrypi = "dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait" - -PARALLEL_MAKEINST = "" - -UDEV_GE_141 ?= "1" - -do_configure_prepend() { - install -m 0644 ${S}/arch/${ARCH}/configs/${KERNEL_DEFCONFIG} ${WORKDIR}/defconfig || die "No default configuration for ${MACHINE} / ${KERNEL_DEFCONFIG} available." -} - -do_install_prepend() { - install -d ${D}/lib/firmware -} diff --git a/recipes-kernel/linux/linux-raspberrypi_3.2.27.bb b/recipes-kernel/linux/linux-raspberrypi_3.2.27.bb new file mode 100755 index 0000000..d9bec53 --- /dev/null +++ b/recipes-kernel/linux/linux-raspberrypi_3.2.27.bb @@ -0,0 +1,38 @@ +COMPATIBLE_MACHINE = "raspberrypi" + +require linux.inc + +DESCRIPTION = "Linux kernel for the RaspberryPi board" + +PR = "r0" + +# Bump MACHINE_KERNEL_PR in the machine config if you update the kernel. +# This is on the rpi-patches branch +SRCREV = "091073bcab483b976ee33dfe914c28df87914a3b" + +SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.2.27 \ + " + +LINUX_VERSION ?= "3.2.27-rpi" +PV = "${LINUX_VERSION}+${PR}+git${SRCREV}" + +S = "${WORKDIR}/git" + +# NOTE: For now we pull in the default config from the RPi kernel GIT tree. + +KERNEL_DEFCONFIG = "bcmrpi_defconfig" + +# CMDLINE for raspberrypi +CMDLINE_raspberrypi = "dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait" + +PARALLEL_MAKEINST = "" + +UDEV_GE_141 ?= "1" + +do_configure_prepend() { + install -m 0644 ${S}/arch/${ARCH}/configs/${KERNEL_DEFCONFIG} ${WORKDIR}/defconfig || die "No default configuration for ${MACHINE} / ${KERNEL_DEFCONFIG} available." +} + +do_install_prepend() { + install -d ${D}/lib/firmware +} -- cgit v1.2.3-54-g00ecf