From 02025cba802b2b565d8ca4ea8b8e56c0c7163ed3 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Thu, 21 Nov 2013 18:39:54 +0100 Subject: kernel: colibri-vf: use the unified kernel 50/60 --- recipes-kernel/linux/linux-toradex-vf_git.bb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/recipes-kernel/linux/linux-toradex-vf_git.bb b/recipes-kernel/linux/linux-toradex-vf_git.bb index d5eff6d..87db736 100644 --- a/recipes-kernel/linux/linux-toradex-vf_git.bb +++ b/recipes-kernel/linux/linux-toradex-vf_git.bb @@ -3,7 +3,7 @@ require recipes-kernel/linux/linux.inc LINUX_VERSION ?= "3.0.15" -SRCREV_colibri-vf = "fff8692e9818f930c0e40c3e1a631799fb78c13f" +SRCREV_colibri-vf = "f7931050d576ffa31a94300e6ce1c7e3e04c2288" PR_colibri-vf = "V2.1b2" PV = "${LINUX_VERSION}+gitr${SRCREV}" @@ -29,9 +29,6 @@ do_configure_prepend () { #assume its called ${MACHINE}_defconfig, but with '_' instead of '-' DEFCONFIG="`echo ${MACHINE} | sed -e 's/\-/\_/g' -e 's/$/_defconfig/'`" - #until we have the unified kernel - DEFCONFIG=colibri_vf50_defconfig - oe_runmake $DEFCONFIG #maybe change some configuration -- cgit v1.2.3