← Back to team overview

ubuntu-phone team mailing list archive

[PATCH] mako/BoardConfig.mk: start using the kernel from saucy

 

Hey,

Patch to be applied at device/lge/mako.

Tested with latest raring based image and working as expected. There's an issue when the kernel is built with gcc 4.8, which is documented at https://bugs.launchpad.net/ubuntu/+source/linux-mako/+bug/1176255, but Andy forced 4.7 with the latest package until this bug is fixed.

Thanks,
--
Ricardo Salveti de Araujo
>From 2ca203ffd201267ce6eb0957a832235d15c826c6 Mon Sep 17 00:00:00 2001
From: Ricardo Salveti de Araujo <ricardo.salveti@xxxxxxxxxxxxx>
Date: Sat, 4 May 2013 08:41:10 -0700
Subject: [PATCH] mako/BoardConfig.mk: start using the kernel from saucy

Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@xxxxxxxxxxxxx>
---
 BoardConfig.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/BoardConfig.mk b/BoardConfig.mk
index f632064..3cc422a 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -33,8 +33,8 @@ BOARD_MKBOOTIMG_ARGS := --ramdisk_offset 0x01600000
 # Try to build the kernel
 TARGET_KERNEL_CONFIG := mako_defconfig
 TARGET_KERNEL_UBUNTU := true
-TARGET_KERNEL_UBUNTU_META := linux-image-nexus4
-TARGET_KERNEL_UBUNTU_SERIES := raring
+TARGET_KERNEL_UBUNTU_META := linux-image-mako
+TARGET_KERNEL_UBUNTU_SERIES := saucy
 
 BOARD_USES_ALSA_AUDIO:= true
 BOARD_USES_FLUENCE_INCALL := true
-- 
1.8.1.2


Follow ups