diff options
author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2017-06-18 01:32:27 +0200 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2017-07-01 00:34:00 +0200 |
commit | 5267d6012c0a2d675dd8f3054552b85c16840301 (patch) | |
tree | 12f05e94c691f185bde94ad2314ee8bcb508408c | |
parent | f0d525d36e915076416a443eb15a69efdcac1e73 (diff) |
linux-toradex: 4.1-2.0.x: update to latest
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Acked-by: Dominik Sliwa <dominik.sliwa@toradex.com>
-rw-r--r-- | recipes-kernel/linux/linux-toradex-rt_4.1-2.0.x.bb | 2 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-toradex_4.1-2.0.x.bb | 2 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-toradex_4.1-2.0.x.bbappend | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-toradex-rt_4.1-2.0.x.bb b/recipes-kernel/linux/linux-toradex-rt_4.1-2.0.x.bb index f62cd01..e2fde3d 100644 --- a/recipes-kernel/linux/linux-toradex-rt_4.1-2.0.x.bb +++ b/recipes-kernel/linux/linux-toradex-rt_4.1-2.0.x.bb @@ -24,7 +24,7 @@ LOCALVERSION = "-${PR}" PR = "${TDX_VER_INT}-rt" SRCBRANCH = "toradex_4.1-2.0.x-imx" -SRCREV = "ba2f75f559bc54406e8938ab5be722298fe7166c" +SRCREV = "82f0f4f012a646a735d6b44de77b7c9d0712c714" DEPENDS += "lzop-native bc-native" COMPATIBLE_MACHINE = "(mx7|mx6)" diff --git a/recipes-kernel/linux/linux-toradex_4.1-2.0.x.bb b/recipes-kernel/linux/linux-toradex_4.1-2.0.x.bb index 4aff179..8396b49 100644 --- a/recipes-kernel/linux/linux-toradex_4.1-2.0.x.bb +++ b/recipes-kernel/linux/linux-toradex_4.1-2.0.x.bb @@ -14,7 +14,7 @@ LOCALVERSION = "-${PR}" PR = "${TDX_VER_INT}" SRCBRANCH = "toradex_4.1-2.0.x-imx" -SRCREV = "ba2f75f559bc54406e8938ab5be722298fe7166c" +SRCREV = "82f0f4f012a646a735d6b44de77b7c9d0712c714" DEPENDS += "lzop-native bc-native" COMPATIBLE_MACHINE = "(mx7|mx6)" diff --git a/recipes-kernel/linux/linux-toradex_4.1-2.0.x.bbappend b/recipes-kernel/linux/linux-toradex_4.1-2.0.x.bbappend index 9d54c51..e9a24de 100644 --- a/recipes-kernel/linux/linux-toradex_4.1-2.0.x.bbappend +++ b/recipes-kernel/linux/linux-toradex_4.1-2.0.x.bbappend @@ -4,5 +4,5 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/linux-toradex-4.1-2.0.x:" #LOCALVERSION = "-${PR}" #PR = "${TDX_VER_INT}" -#SRCREV = "ba2f75f559bc54406e8938ab5be722298fe7166c" -#SRCBRANCH = "toradex_4.1-2.0.x-imx" +SRCREV = "82f0f4f012a646a735d6b44de77b7c9d0712c714" +SRCBRANCH = "toradex_4.1-2.0.x-imx" |