Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ HOMEPAGE = "https://code.visualstudio.com/"
# We pin LIC_FILES_CHKSUM to LICENSES.chromium.html since it's the most
# stable artefact across versions and exists in every architecture's tarball.
LICENSE = "Proprietary"
LIC_FILES_CHKSUM = "file://LICENSES.chromium.html;md5=cfa5de8d0264d369c26a42ca85a40c86"
LIC_FILES_CHKSUM = "file://LICENSES.chromium.html;md5=acdffd0ca8106d0b6e9c22eaf16acaef"

# Only the three Linux arches Microsoft actually ships pre-built binaries for.
# riscv64 / mips / etc users have to build from source (out of scope for this
Expand All @@ -33,16 +33,16 @@ VSCODE_ARCH ?= "${@get_vscode_arch(d)}"
# the version means re-resolving these via
# `curl -sLI https://update.code.visualstudio.com/latest/linux-$arch/stable`
# and copying the timestamp out of the Location header.
GIT_SHA = "6a44c352bd24569c417e530095901b649960f9f8"
TIMESTAMP-arm64 = "1780481475"
TIMESTAMP-armhf = "1780481460"
TIMESTAMP-x64 = "1780481459"
GIT_SHA = "125df4672b8a6a34975303c6b0baa124e560a4f7"
TIMESTAMP-arm64 = "1784074855"
TIMESTAMP-armhf = "1784074877"
TIMESTAMP-x64 = "1784074852"

SRC_URI = "https://vscode.download.prss.microsoft.com/dbazure/download/stable/${GIT_SHA}/code-stable-${VSCODE_ARCH}-${TIMESTAMP-${VSCODE_ARCH}}.tar.gz;name=vscode-${VSCODE_ARCH}"

SRC_URI[vscode-x64.sha256sum] = "2fdef947717befd2e06854cbe01e99b4898f7752f25e12269c38023e63b93c8f"
SRC_URI[vscode-arm64.sha256sum] = "8dc142ebaf162808e5623bb7dd123aa6800a9e19b77cbd613b5e9a954c23c2fe"
SRC_URI[vscode-armhf.sha256sum] = "2eaa1f9e766277f2349554f2842ef21c3f85c73e1d481c4a27c9fe969daeb9c4"
SRC_URI[vscode-x64.sha256sum] = "49a243d36d0ffc38bae5f55b30045c3c58f37c0f27e8d2c124d66a1996aa5b7e"
SRC_URI[vscode-arm64.sha256sum] = "a7c1743435a171b31e9f955d94f4c49f282a03a4bb29908697f36e27db78da75"
SRC_URI[vscode-armhf.sha256sum] = "af43ae028b2c670d6d048200113319da9a2bded8644be028f40cf55d7289e00a"

# Styhead+ introduced UNPACKDIR as the directory do_unpack writes to,
# distinct from WORKDIR which is reserved for build artefacts. We have
Expand Down