diff options
author | Hean Loong Ong <loongx2@gmail.com> | 2019-03-29 16:28:52 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-03-29 16:30:09 -0700 |
commit | e14cf2a91a052224f0ed1afa56ab041f4f9edc96 (patch) | |
tree | 7db97e63079b14119a3eba1040dacbacf23767f5 /recipes-kernel | |
parent | 1fd52efc7b02bbd34729b34ed61ac6c78471f1c5 (diff) | |
download | meta-altera-e14cf2a91a052224f0ed1afa56ab041f4f9edc96.tar.gz |
Update kernel 4.14.73-ltsi to commit 3286950
Update kernel 4.14.73-ltsi to commit 3286950
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-altera-ltsi_4.14.73-ltsi.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-altera-ltsi_4.14.73-ltsi.bb b/recipes-kernel/linux/linux-altera-ltsi_4.14.73-ltsi.bb index a51d632..01f8e07 100644 --- a/recipes-kernel/linux/linux-altera-ltsi_4.14.73-ltsi.bb +++ b/recipes-kernel/linux/linux-altera-ltsi_4.14.73-ltsi.bb | |||
@@ -1,10 +1,12 @@ | |||
1 | LINUX_VERSION = "4.14.73" | 1 | LINUX_VERSION = "4.14.73" |
2 | LINUX_VERSION_SUFFIX = "-ltsi" | 2 | LINUX_VERSION_SUFFIX = "-ltsi" |
3 | 3 | ||
4 | SRCREV = "f460e9d5cd820666b7dfbb28349b99976410e4fb" | 4 | SRCREV = "3286950e98c92d8594145d8b96a06cbc9700e1d6" |
5 | 5 | ||
6 | include linux-altera.inc | 6 | include linux-altera.inc |
7 | 7 | ||
8 | KERNEL_DEVICETREE_arria10_append ?= " socfpga_arria10_socdk_nand.dtb" | ||
9 | |||
8 | FILESEXTRAPATHS_prepend := "${THISDIR}/config:" | 10 | FILESEXTRAPATHS_prepend := "${THISDIR}/config:" |
9 | 11 | ||
10 | SRC_URI_append_cyclone5 = " file://config_lbdaf.cfg " | 12 | SRC_URI_append_cyclone5 = " file://config_lbdaf.cfg " |