diff options
author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2020-12-01 22:19:29 +0100 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2020-12-01 22:19:29 +0100 |
commit | 70775387778698af6a31ef4b11885590536bc61b (patch) | |
tree | d972cdb440612f986e1e3b02074a6fc9800f3579 /recipes-kernel/linux/linux-toradex-mainline_5.4.bb | |
parent | 28e6b1736907e668dcf86dec6c35bcc1eb9bcdf0 (diff) |
linux-toradex-mainline: lock next to pre device tree rework
Lock use-head-next to the last git hash before the device tree resp.
overlay re-work of late.
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'recipes-kernel/linux/linux-toradex-mainline_5.4.bb')
-rw-r--r-- | recipes-kernel/linux/linux-toradex-mainline_5.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-toradex-mainline_5.4.bb b/recipes-kernel/linux/linux-toradex-mainline_5.4.bb index 3db94c1..6942c6d 100644 --- a/recipes-kernel/linux/linux-toradex-mainline_5.4.bb +++ b/recipes-kernel/linux/linux-toradex-mainline_5.4.bb @@ -4,7 +4,7 @@ LINUX_VERSION ?= "5.4.61" PV = "${LINUX_VERSION}+git${SRCPV}" SRCREV_machine = "26abb5b86e1735ed03660550a5e1a49e96554264" -SRCREV_machine_use-head-next = "${AUTOREV}" +SRCREV_machine_use-head-next = "664411bde9c033778f85f9ae3a74351406642f6a" KBRANCH = "toradex_5.4.y" |