From 34f3e3d549ec525bc10c100341bbe62bd89e965f Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 29 Jan 2013 11:28:08 +0100 Subject: kernel: unified the recipes for all toradex kernels --- recipes-kernel/linux/linux-colibri-t20_git.bb | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 recipes-kernel/linux/linux-colibri-t20_git.bb (limited to 'recipes-kernel/linux/linux-colibri-t20_git.bb') diff --git a/recipes-kernel/linux/linux-colibri-t20_git.bb b/recipes-kernel/linux/linux-colibri-t20_git.bb deleted file mode 100644 index 86b91f5..0000000 --- a/recipes-kernel/linux/linux-colibri-t20_git.bb +++ /dev/null @@ -1,21 +0,0 @@ -inherit kernel -require recipes-kernel/linux/linux.inc - -LINUX_VERSION ?= "3.1.10" - -SRCREV_colibri-t20 = "f24053429a62dc1bd812d0f87896830e6e331b9e" -PR_colibri-t20 = "V2.0b2" - -PV = "${LINUX_VERSION}+gitr${SRCREV}" -S = "${WORKDIR}/git" -SRC_URI = "git://git.toradex.com/linux-toradex.git;protocol=git;branch=colibri" - -COMPATIBLE_MACHINE = "colibri-t20" - -CMDLINE="mem=148M@0M fbmem=12M@148M nvmem=96M@160M vmalloc=248M video=tegrafb root=/dev/nfs ip=:::::eth0:on rw netdevwait mtdparts=tegra_nand:1018368K@28160K(userspace) console=ttyS0,115200n8 usb_high_speed=0" - -do_configure_prepend_colibri-t20() { - #use the defconfig provided in the kernel source tree - DEFCONFIG=`echo ${MACHINE} | sed -e 's/\-/\_/g' -e 's/$/_defconfig/'` - oe_runmake $DEFCONFIG -} -- cgit v1.2.3