Skip to content

Commit 9fcd642

Browse files
committed
Release v2026-02-03
Signed-off-by: Yuya Hamamachi <yuya.hamamachi.sx@renesas.com>
1 parent a447ebf commit 9fcd642

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ fi
7474
git -C poky checkout -B scarthgap 72983ac391008ebceb45edc7a8f0f6d5f4fe715c
7575
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 v2026-01-30
77+
git -C meta-sparrow-hawk checkout -B scarthgap v2026-02-03
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 ??= "v2026-01-30"
8+
BSP_VERSION ??= "v2026-02-03"
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)