diff options
author | 2016-10-03 10:37:08 +0100 | |
---|---|---|
committer | 2016-10-14 08:30:03 +0100 | |
commit | 56f9ae3a7063baceb66cc877663a2011624836bb (patch) | |
tree | ee0fe17d89bfabee86c9c2f8ea9feb5a2cad95aa /conf/machine/dragonboard-820c.conf | |
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)
Diffstat (limited to 'conf/machine/dragonboard-820c.conf')
-rw-r--r-- | conf/machine/dragonboard-820c.conf | 2 |
1 files changed, 1 insertions, 1 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" |