From: Anmol Karn Date: Wed, 17 Nov 2021 18:12:32 +0000 (+0530) Subject: meta-agl-jailhouse: Change kernel branch X-Git-Tag: 12.91.0~9 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=71a380bbc060a5379513b3be002d770eddad1c54;p=AGL%2Fmeta-agl-devel.git 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 Change-Id: I94b41ca1fcef216d48dd477b554b0237b43be18a --- 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"