From 83f425dbf7f59a0ef02026843df8255ccf600e92 Mon Sep 17 00:00:00 2001 From: Oliver Rohe Date: Thu, 26 Jun 2025 12:55:41 +0200 Subject: [PATCH 1/2] labgrid.basesoftware: update Signed-off-by: Oliver Rohe --- labgrid.basesoftware | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labgrid.basesoftware b/labgrid.basesoftware index 93fb1626f4fc..705c63ebb290 160000 --- a/labgrid.basesoftware +++ b/labgrid.basesoftware @@ -1 +1 @@ -Subproject commit 93fb1626f4fc934448475d4f09854e202eee8cf8 +Subproject commit 705c63ebb290e1da8f8de0cc4d5ef5547e4528f0 From 2148684ba1c8a04d8099197db0bfbac4a4f02747 Mon Sep 17 00:00:00 2001 From: Oliver Rohe Date: Wed, 25 Jun 2025 15:39:41 +0200 Subject: [PATCH 2/2] jenkins: update bootloader release Signed-off-by: Oliver Rohe --- jenkins/am6xxx.jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jenkins/am6xxx.jenkinsfile b/jenkins/am6xxx.jenkinsfile index 49ce804ac5f9..b80b5bd76a09 100644 --- a/jenkins/am6xxx.jenkinsfile +++ b/jenkins/am6xxx.jenkinsfile @@ -11,14 +11,14 @@ def toolchain = Toolchains.LINARO_11_3_2022_08_AARCH64_LINUX_GNU // e.g. "firmware :: pfc :: trunk :: pfc-adv" String artifactoryBuildPFC300 = '' String artifactoryBuildUBoot = '' -String artifactoryBuildUBootFastboot = 'firmware :: pfc :: u-boot :: am6xxx_pfc300 :: release_w01.05.03_01' +String artifactoryBuildUBootFastboot = 'firmware :: pfc :: u-boot :: am6xxx_pfc300 :: release_w01.07.01_01' String artifactoryBuildKernel = '' String buildPathPFC300 = 'firmware/pfc/pfc-300/main' String buildNumberPFC300 = '' // The complete path to a barebox build job. The build job must exists. -String buildPathUBoot = 'firmware/pfc/u-boot/am6xxx_pfc300/release_w01.05.03_01' +String buildPathUBoot = 'firmware/pfc/u-boot/am6xxx_pfc300/release_w01.07.01_01' // if empty then the jenkins plug in tries to find the build number of the last succeed build String buildNumberUBoot = '' String buildNumberUBootFastboot = 'latest'