From 48e073978370789cd9fccc456929936520731c2c Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Wed, 14 Nov 2012 23:31:10 +0200 Subject: linux-raspberrypi: Cleanup recipe Signed-off-by: Andrei Gherzan --- recipes-kernel/linux/linux-raspberrypi_3.2.27.bb | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_3.2.27.bb b/recipes-kernel/linux/linux-raspberrypi_3.2.27.bb index 33b89d8..551e4ed 100644 --- a/recipes-kernel/linux/linux-raspberrypi_3.2.27.bb +++ b/recipes-kernel/linux/linux-raspberrypi_3.2.27.bb @@ -1,32 +1,22 @@ -COMPATIBLE_MACHINE = "raspberrypi" - require linux.inc DESCRIPTION = "Linux kernel for the RaspberryPi board" +COMPATIBLE_MACHINE = "raspberrypi" -PR = "r4" +PR = "r5" +PV_append = "+git${SRCREV}" -# Bump MACHINE_KERNEL_PR in the machine config if you update the kernel. -# This is on the rpi-3.2.27 branch SRCREV = "e33263e7eab2d05349b438f6a4a8d1924686a824" - SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.2.27 \ " - -LINUX_VERSION ?= "3.2.27-rpi" -PV = "${LINUX_VERSION}+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() { -- cgit v1.2.3-54-g00ecf