diff options
author | Anmol Karn <anmol.karan123@gmail.com> | 2021-11-17 23:42:32 +0530 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-11-22 16:03:44 +0000 |
commit | 71a380bbc060a5379513b3be002d770eddad1c54 (patch) | |
tree | ee17b4706f07c1aaa801cbe0a29877a3137d93e1 /meta-agl-jailhouse/recipes-kernel | |
parent | 2cf44a2f03eab777fbf2ac2dfde47229eecfd2e1 (diff) |
meta-agl-jailhouse: Change kernel branch
Current branch i.e `queues/jailhouse` is rebased, and there is some work going on towards more stable kernel branch with virtio-over-ivshmem support in `queues/jailhouse-5.14`, and it would be better to shift to this branch.
Chage kernel branch from `queues/jailhouse` -> `queues/jailhouse-5.14` from Jan Kiszka's kernel tree.
Signed-off-by: Anmol Karn <anmol.karan123@gmail.com>
Change-Id: I94b41ca1fcef216d48dd477b554b0237b43be18a
Diffstat (limited to 'meta-agl-jailhouse/recipes-kernel')
-rw-r--r-- | meta-agl-jailhouse/recipes-kernel/linux-jailhouse-custom/linux-jailhouse-custom_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-agl-jailhouse/recipes-kernel/linux-jailhouse-custom/linux-jailhouse-custom_git.bb b/meta-agl-jailhouse/recipes-kernel/linux-jailhouse-custom/linux-jailhouse-custom_git.bb index 0e5818a2..8401a458 100644 --- a/meta-agl-jailhouse/recipes-kernel/linux-jailhouse-custom/linux-jailhouse-custom_git.bb +++ b/meta-agl-jailhouse/recipes-kernel/linux-jailhouse-custom/linux-jailhouse-custom_git.bb @@ -7,16 +7,16 @@ require recipes-kernel/linux-jailhouse-custom/linux-jailhouse-5.14.inc PREFERRED_PROVIDER_virtual/kernel = "linux-jailhouse-custom" -SRC_URI = " git://git.kiszka.org/linux.git;branch=queues/jailhouse \ +SRC_URI = " git://git.kiszka.org/linux.git;branch=queues/jailhouse-5.14 \ file://defconfig \ " -SRCREV = "4f96ea3417cc3eb8b96d70f04ac860d8577107a8" +SRCREV = "3208d0f0bc8afbaa06c4814e37179b7c26fcca35" S = "${WORKDIR}/git" # Modify these as desired -PV = "5.14-rc2+git${SRCPV}" +PV = "5.14+git${SRCPV}" KVER = "5.14" DEPENDS += "ncurses-native bc-native pkgconfig-native" |