You've already forked meta-qcom-extras
mirror of
https://github.com/linux-msm/meta-qcom-extras.git
synced 2026-02-25 13:14:43 -08:00
dragonboard820c: switch to 4.14 kernel
Now that the LT 4.14 kernel branch has support for 8096 and DB820c, let's use it by default. We no longer need (and maintain the 4.11 based recipe). At this point, the 4.14 recipe is expected to be used for all 8064, 8016 and 8096 machines. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
This commit is contained in:
@@ -21,7 +21,7 @@ PREFERRED_PROVIDER_virtual/libgl ?= "mesa"
|
||||
PREFERRED_PROVIDER_virtual/libgles1 ?= "mesa"
|
||||
PREFERRED_PROVIDER_virtual/libgles2 ?= "mesa"
|
||||
PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
|
||||
PREFERRED_PROVIDER_virtual/kernel ?= "linux-linaro-qcomlt-db820c"
|
||||
PREFERRED_PROVIDER_virtual/kernel ?= "linux-linaro-qcomlt"
|
||||
|
||||
# Fastboot expects an ext4 image, which needs to be 4096 aligned
|
||||
IMAGE_FSTYPES_append = " ext4.gz"
|
||||
|
||||
@@ -1,20 +0,0 @@
|
||||
# Copyright (C) 2014 Linaro
|
||||
# Released under the MIT license (see COPYING.MIT for the terms)
|
||||
|
||||
DESCRIPTION = "Linaro Qualcomm Landing team 4.11 Kernel"
|
||||
|
||||
require recipes-kernel/linux/linux-linaro-qcom.inc
|
||||
require recipes-kernel/linux/linux-qcom-bootimg.inc
|
||||
|
||||
LOCALVERSION ?= "-linaro-lt-qcom"
|
||||
SRCBRANCH ?= "release/db820c/qcomlt-4.11"
|
||||
SRCREV ?= "9dae2e87b04e2448146e6d7f812fc1c7cc18ed11"
|
||||
|
||||
COMPATIBLE_MACHINE = "(apq8064|apq8016|apq8096)"
|
||||
|
||||
# preferred kernel branch for 8064 and 8016 is 4.4
|
||||
DEFAULT_PREFERENCE_apq8064 = "-1"
|
||||
DEFAULT_PREFERENCE_apq8016 = "-1"
|
||||
|
||||
# Wifi firmware has a recognizable arch :(
|
||||
ERROR_QA_remove = "arch"
|
||||
@@ -12,7 +12,7 @@ LOCALVERSION ?= "-linaro-lt-qcom"
|
||||
SRCBRANCH ?= "release/qcomlt-4.14"
|
||||
SRCREV ?= "a0bbc24175535dc7e4ec898f36c8070ae3c67b2c"
|
||||
|
||||
COMPATIBLE_MACHINE = "(ifc6410|sd-600eval|dragonboard-410c)"
|
||||
COMPATIBLE_MACHINE = "(apq8064|apq8016|apq8096)"
|
||||
|
||||
# Wifi firmware has a recognizable arch :(
|
||||
ERROR_QA_remove = "arch"
|
||||
|
||||
Reference in New Issue
Block a user