meta-agl-jailhouse: Change kernel branch 73/26873/4
authorAnmol Karn <anmol.karan123@gmail.com>
Wed, 17 Nov 2021 18:12:32 +0000 (23:42 +0530)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Mon, 22 Nov 2021 16:03:44 +0000 (16:03 +0000)
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

meta-agl-jailhouse/recipes-kernel/linux-jailhouse-custom/linux-jailhouse-custom_git.bb

index 0e5818a..8401a45 100644 (file)
@@ -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"