Skip to content

Commit ff8d0a3

Browse files
greatgitsbyclaude
andcommitted
build: split VERSION into userspace/ and kernel/
Move the existing VERSION (userspace 17.2) to userspace/VERSION and add kernel/VERSION (6.18) matching the linux submodule. Update Dockerfile COPY path accordingly. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ffa915b commit ff8d0a3

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

kernel/VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
6.18

tools/build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ COPY ./userspace/readonly_setup.sh /tmp/vamos/
236236
RUN /tmp/vamos/readonly_setup.sh
237237

238238
# Version
239-
COPY VERSION /VERSION
239+
COPY userspace/VERSION /VERSION
240240

241241
# TODO: Remove Qualcomm GPU blobs by rebuilding pyray/raylib against Mesa
242242
# Currently raylib is compiled directly against libEGL_adreno.so/libGLESv2_adreno.so
File renamed without changes.

0 commit comments

Comments
 (0)