Skip to content

Commit 033505d

Browse files
committed
Release v2026-01-30
Signed-off-by: Yuya Hamamachi <yuya.hamamachi.sx@renesas.com>
1 parent cec6f0a commit 033505d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ else
7171
git clone https://github.com/rcar-community/meta-sparrow-hawk.git
7272
fi
7373

74-
git -C poky checkout -B scarthgap 7e8674996b0164b07e56bc066d0fba790e627061
75-
git -C meta-openembedded checkout -B scarthgap b79cf94b4d53d75ddc4b4f468c1b1ad42a3fffe2
74+
git -C poky checkout -B scarthgap 72983ac391008ebceb45edc7a8f0f6d5f4fe715c
75+
git -C meta-openembedded checkout -B scarthgap 2b26d30fc7f478f5735d514f0c1bc28f6a4148b6
7676
if [[ "${IS_BUILD_INSIDE_REPO}" == "no" ]]; then
77-
git -C meta-sparrow-hawk checkout -B scarthgap v2025-11-28
77+
git -C meta-sparrow-hawk checkout -B scarthgap v2026-01-30
7878
fi
7979

8080
cd $WORK

recipes-bsp/bsp-info/bsp-info.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec
55

66
PACKAGE_ARCH = "${MACHINE_ARCH}"
77

8-
BSP_VERSION ??= "v2025-11-28"
8+
BSP_VERSION ??= "v2026-01-30"
99
KERNEL_VERSION = "${@bb.utils.contains("PREFERRED_PROVIDER_virtual/kernel", "linux-dummy", \
1010
"Built by linux-dummy", \
1111
"${@oe.utils.read_file('${STAGING_KERNEL_BUILDDIR}/kernel-abiversion')}", d)}"

0 commit comments

Comments
 (0)