VirtualBox

Changeset 108888 in vbox


Ignore:
Timestamp:
Apr 8, 2025 1:39:53 PM (12 days ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
168342
Message:

Config.kmk,webtools/config_update_db.sh,Main/VirtualBox.xidl: Update the
IVirtualBox::packageType attribute to use 'ARM64' as the 'ARCH' value
(the format is 'OS_ARCH_DIST') for ARM64 hosts. Also update the list of
packages available in config_update_db.sh to include 'DARWIN_ARM64_GENERIC'
which will allow the update check IUpdateAgent::downloadUrl attribute to
be set correctly for ARM-based macOS systems. Finally, update the Main
API SDK documentation for the new 'ARCH' value of the
IVirtualBox::packageType attribute. bugref:10862 bugdbref:37577195

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r108815 r108888  
    342342ifeq ($(KBUILD_TARGET_ARCH),x86)
    343343 VBOX_PACKAGE_ARCH  = 32BITS
     344else ifeq ($(KBUILD_TARGET_ARCH),arm64)
     345 VBOX_PACKAGE_ARCH  = ARM64
    344346else
    345347 VBOX_PACKAGE_ARCH  = 64BITS
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r108641 r108888  
    28212821      <desc>
    28222822        A string representing the package type of this product. The
    2823         format is OS_ARCH_DIST where OS is either WINDOWS, LINUX,
    2824         SOLARIS, DARWIN. ARCH is either 32BITS or 64BITS. DIST
    2825         is either GENERIC, UBUNTU_606, UBUNTU_710, or something like
    2826         this.
     2823        format is OS_ARCH_DIST where OS is one of: WINDOWS, LINUX,
     2824        SOLARIS, or DARWIN. ARCH is 32BITS, 64BITS, or ARM64. DIST
     2825        is GENERIC, UBUNTU_606, UBUNTU_710, or similar.
    28272826      </desc>
    28282827    </attribute>
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