From patchwork Fri Jan 28 09:12:06 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: linux: Set default kernel for vmx25 to 2.6.35 Date: Fri, 28 Jan 2011 09:12:06 -0000 From: sujak.marek X-Patchwork-Id: 392 Message-Id: <1296205926-12241-1-git-send-email-sujak.marek@gmail.com> To: openembedded-devel@lists.openembedded.org Signed-off-by: sujak.marek --- recipes/linux/linux_2.6.35.bb | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/recipes/linux/linux_2.6.35.bb b/recipes/linux/linux_2.6.35.bb index 98edfaa..5060c02 100644 --- a/recipes/linux/linux_2.6.35.bb +++ b/recipes/linux/linux_2.6.35.bb @@ -15,6 +15,7 @@ DEFAULT_PREFERENCE_qemumips64 = "1" DEFAULT_PREFERENCE_qemuppc = "1" DEFAULT_PREFERENCE_qemux86 = "1" DEFAULT_PREFERENCE_nokia900 = "1" +DEFAULT_PREFERENCE_vmx25 = "1" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/${P}.tar.bz2;name=kernel \ ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${PV}.${STABLEV}.bz2;apply=yes;name=stablepatch \ @@ -116,6 +117,8 @@ SRC_URI_nokia900 = "\ file://inconsistent-mmc-fix-2.6.35.patch \ file://defconfig " +SRC_URI_append_vmx25 = "file://linux-2.6.35-vmx25-20110112.patch" + CMDLINE_nokia900_shr = "snd-soc-rx51.hp_lim=42 snd-soc-tlv320aic3x.hp_dac_lim=6 console=tty1 root=/dev/mmcblk1p1 rootwait panic=20 debug" SRC_URI[kernel.md5sum] = "091abeb4684ce03d1d936851618687b6"