diff mbox series

[master/kirkstone,40/52] pcitest: upgrade 5.4 -> 5.10

Message ID 20220913040246.2365077-41-denis@denix.org
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series Latest 2022.09 sync-up with Dunfell | expand

Commit Message

Denys Dmytriyenko Sept. 13, 2022, 4:02 a.m. UTC
From: Denys Dmytriyenko <denys@konsulko.com>

pcitest resides in kernel tree - use the same tree and commit ID as for the
kernel and linux-libc-headers.

COPYING file had minor changes, adjust checksum accordingly.

Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 .../pcitest/{pcitest_5.4.bb => pcitest_5.10.bb}             | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-arago-extras/recipes-kernel/pcitest/{pcitest_5.4.bb => pcitest_5.10.bb} (73%)
diff mbox series

Patch

diff --git a/meta-arago-extras/recipes-kernel/pcitest/pcitest_5.4.bb b/meta-arago-extras/recipes-kernel/pcitest/pcitest_5.10.bb
similarity index 73%
rename from meta-arago-extras/recipes-kernel/pcitest/pcitest_5.4.bb
rename to meta-arago-extras/recipes-kernel/pcitest/pcitest_5.10.bb
index 2d7f370f..02188c97 100644
--- a/meta-arago-extras/recipes-kernel/pcitest/pcitest_5.4.bb
+++ b/meta-arago-extras/recipes-kernel/pcitest/pcitest_5.10.bb
@@ -1,9 +1,9 @@ 
 SUMMARY = "Linux Kernel PCI test"
 LICENSE = "GPL-2.0-only"
-LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
+LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
 
-BRANCH = "ti-linux-5.4.y"
-SRCREV = "738552d0b0292e148b35d60ec47ca3c8dd6007b4"
+BRANCH = "ti-linux-5.10.y"
+SRCREV = "73aa709ca10103b61fba3a07471dbb4dcb56db45"
 SRC_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git;protocol=git;branch=${BRANCH}"
 
 S = "${WORKDIR}/git"