forked from qualcomm-linux/meta-qcom
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request qualcomm-linux#327 from alimon/dunfell_5.13
Kernel recipe structure changes and Linux 5.13 for dunfell
- Loading branch information
Showing
7 changed files
with
28 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,6 @@ | ||
# Copyright (C) 2014-2020 Linaro | ||
# Released under the MIT license (see COPYING.MIT for the terms) | ||
|
||
DESCRIPTION = "Linaro Qualcomm Landing team 5.10 Kernel" | ||
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | ||
|
||
require recipes-kernel/linux/linux-linaro-qcom.inc | ||
require recipes-kernel/linux/linux-qcom-bootimg.inc | ||
|
||
LOCALVERSION ?= "-linaro-lt-qcom" | ||
|
||
SRCBRANCH = "release/qcomlt-5.10" | ||
SRCREV = "6afb1155f01df9871e14e4189d83d31000b308ee" | ||
|
||
COMPATIBLE_MACHINE = "(qcom)" | ||
SRCREV = "9ab492e76768cd1bd9f2da52004ed537c8b329f3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Copyright (C) 2014-2020 Linaro | ||
# Released under the MIT license (see COPYING.MIT for the terms) | ||
|
||
require recipes-kernel/linux/linux-linaro-qcom.inc | ||
|
||
SRCREV = "108d71930dc8a8c10036ed0acd70e9ed3d7d1675" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,9 @@ | ||
# Copyright (C) 2014-2019 Linaro | ||
# Released under the MIT license (see COPYING.MIT for the terms) | ||
|
||
DESCRIPTION = "Linaro Qualcomm Landing team 5.9 Kernel" | ||
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | ||
|
||
require recipes-kernel/linux/linux-linaro-qcom.inc | ||
require recipes-kernel/linux/linux-qcom-bootimg.inc | ||
|
||
LOCALVERSION ?= "-linaro-lt-qcom" | ||
|
||
SRCBRANCH ?= "release/qcomlt-5.9" | ||
SRCREV ?= "b5ff44498a19a685aa10a07ec67e3d12bc95a33a" | ||
|
||
SRCBRANCH_sm8250 = "release/rb5/qcomlt-5.9" | ||
SRCREV_sm8250 = "6d5a9a5da79684f69e4c66a7cf9108ab4e77025f" | ||
|
||
COMPATIBLE_MACHINE = "(qcom)" |