diff options
author | 2016-10-03 10:37:08 +0100 | |
---|---|---|
committer | 2016-10-14 08:30:03 +0100 | |
commit | 56f9ae3a7063baceb66cc877663a2011624836bb (patch) | |
tree | ee0fe17d89bfabee86c9c2f8ea9feb5a2cad95aa | |
parent | 4e798cbbec08b31362afa3eab8fc103f9d26b970 (diff) | |
download | meta-qcom-56f9ae3a7063baceb66cc877663a2011624836bb.tar.gz meta-qcom-56f9ae3a7063baceb66cc877663a2011624836bb.tar.bz2 meta-qcom-56f9ae3a7063baceb66cc877663a2011624836bb.zip |
linux-linaro-qcomlt: add 4.7 release branch for APQ8096 machines
Add a new recipe for the 4.7 kernel release branch , from LT git tree. This
branch is mostly used for the 8096 machines. While other machines are regularly
tested as well, the preferred kernel for 8016 and 8064 remains 4.4 branch.
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
(cherry picked from commit 8fbb0af6c727c2959056bafe1918dfb9df4c75ec)
-rw-r--r-- | conf/machine/dragonboard-820c.conf | 2 | ||||
-rw-r--r-- | conf/machine/include/qcom-apq8096.inc | 2 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-linaro-qcomlt_4.7.bb (renamed from recipes-kernel/linux/linux-linaro-qcomlt-tracking_4.6.bb) | 11 |
3 files changed, 9 insertions, 6 deletions
diff --git a/conf/machine/dragonboard-820c.conf b/conf/machine/dragonboard-820c.conf index c83a16a..d733525 100644 --- a/conf/machine/dragonboard-820c.conf +++ b/conf/machine/dragonboard-820c.conf @@ -7,7 +7,7 @@ require conf/machine/include/qcom-apq8096.inc MACHINE_FEATURES = "usbhost usbgadget alsa screen wifi bluetooth ext2" KERNEL_IMAGETYPE = "Image" -KERNEL_DEVICETREE = "qcom/apq8096-sbc.dtb" +KERNEL_DEVICETREE = "qcom/apq8096-db820c.dtb" SERIAL_CONSOLE = "115200 ttyMSM0" diff --git a/conf/machine/include/qcom-apq8096.inc b/conf/machine/include/qcom-apq8096.inc index ccc6d25..5595df2 100644 --- a/conf/machine/include/qcom-apq8096.inc +++ b/conf/machine/include/qcom-apq8096.inc @@ -7,7 +7,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-tracking" +PREFERRED_PROVIDER_virtual/kernel ?= "linux-linaro-qcomlt" # Fastboot expects an ext4 image, which needs to be 4096 aligned IMAGE_FSTYPES_append = " ext4.gz" diff --git a/recipes-kernel/linux/linux-linaro-qcomlt-tracking_4.6.bb b/recipes-kernel/linux/linux-linaro-qcomlt_4.7.bb index ae6c44c..2b8125a 100644 --- a/recipes-kernel/linux/linux-linaro-qcomlt-tracking_4.6.bb +++ b/recipes-kernel/linux/linux-linaro-qcomlt_4.7.bb @@ -1,18 +1,21 @@ # Copyright (C) 2014 Linaro # Released under the MIT license (see COPYING.MIT for the terms) -DESCRIPTION = "Linaro Qualcomm Landing team 4.4 Kernel" +DESCRIPTION = "Linaro Qualcomm Landing team 4.7 Kernel" require recipes-kernel/linux/linux-linaro-qcom.inc require recipes-kernel/linux/linux-dtb.inc require recipes-kernel/linux/linux-qcom-bootimg.inc LOCALVERSION ?= "-linaro-lt-qcom" -SRCBRANCH ?= "integration-linux-qcomlt" -SRCREV ?= "5574089362de2fb0ebbc0c4d9bd48203b59b7b1b" -SRC_URI = "${LINUX_LINARO_QCOM_GIT};nobranch=1" +SRCBRANCH ?= "release/qcomlt-4.7" +SRCREV ?= "56d2bf18463d52d63fe382cb8610af6cb21bd822" 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" |