VirtualBox

Changeset 101507 in vbox


Ignore:
Timestamp:
Oct 19, 2023 10:49:59 AM (18 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
159579
Message:

Additions/linux: Packaging and installer fix for arm64. Take into account it is built on a different system and cannot go into the combined Linux additions installer. bugref:10457

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r101502 r101507  
    427427# (Used by the additions build server, don't invert it.)
    428428#VBOX_WITHOUT_ADDITIONS_ISO = 1
    429 # Include and build he Linux arm64 guest additions.
     429# Include and build the Linux arm64 guest additions.
    430430VBOX_WITH_LNX_ARM64_ADDITIONS = 1
    431431## @}
  • trunk/src/VBox/Additions/Makefile.kmk

    r100262 r101507  
    229229 ifdef VBOX_WITH_ADDITIONS_ISO.linux.arm64
    230230  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
    232234   VBOX_LNX_ADD_ARM64_RUN_PKG = VBoxLinuxAdditions.run
    233235  else
  • trunk/src/VBox/Additions/linux/Makefile.kmk

    r100261 r101507  
    105105        $(VBOX_LNX_ADD_ARCHIVE.x86) \
    106106        $(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),)
    108108endif
    109109BLDDIRS     += \
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette