Changeset 101507 in vbox
- Timestamp:
- Oct 19, 2023 10:49:59 AM (18 months ago)
- svn:sync-xref-src-repo-rev:
- 159579
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r101502 r101507 427 427 # (Used by the additions build server, don't invert it.) 428 428 #VBOX_WITHOUT_ADDITIONS_ISO = 1 429 # Include and build he Linux arm64 guest additions.429 # Include and build the Linux arm64 guest additions. 430 430 VBOX_WITH_LNX_ARM64_ADDITIONS = 1 431 431 ## @} -
trunk/src/VBox/Additions/Makefile.kmk
r100262 r101507 229 229 ifdef VBOX_WITH_ADDITIONS_ISO.linux.arm64 230 230 VBOX_PATH_ADDITIONS.linux.arm64 = $(PATH_OUT_BASE)/linux.arm64/$(KBUILD_TYPE)/bin/additions 231 ifdef VBOX_WITH_COMBINED_LINUX_GUEST_PACKAGE 231 # Use specific check for arm64 platform because it currently is built separately and 232 # therefore cannot be combined into the x86/amd64 installer package. 233 ifdef VBOX_WITH_COMBINED_LINUX_GUEST_PACKAGE_INCLUDING_ARM64 232 234 VBOX_LNX_ADD_ARM64_RUN_PKG = VBoxLinuxAdditions.run 233 235 else -
trunk/src/VBox/Additions/linux/Makefile.kmk
r100261 r101507 105 105 $(VBOX_LNX_ADD_ARCHIVE.x86) \ 106 106 $(VBOX_LNX_ADD_ARCHIVE.amd64) \ 107 $(if-expr defined(VBOX_WITH_LNX_ARM64_ADDITIONS) ,$(VBOX_LNX_ADD_ARCHIVE.arm64),)107 $(if-expr defined(VBOX_WITH_LNX_ARM64_ADDITIONS) && defined(VBOX_WITH_COMBINED_LINUX_GUEST_PACKAGE_INCLUDING_ARM64),$(VBOX_LNX_ADD_ARCHIVE.arm64),) 108 108 endif 109 109 BLDDIRS += \
Note:
See TracChangeset
for help on using the changeset viewer.