Changeset 108888 in vbox
- Timestamp:
- Apr 8, 2025 1:39:53 PM (12 days ago)
- svn:sync-xref-src-repo-rev:
- 168342
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r108815 r108888 342 342 ifeq ($(KBUILD_TARGET_ARCH),x86) 343 343 VBOX_PACKAGE_ARCH = 32BITS 344 else ifeq ($(KBUILD_TARGET_ARCH),arm64) 345 VBOX_PACKAGE_ARCH = ARM64 344 346 else 345 347 VBOX_PACKAGE_ARCH = 64BITS -
trunk/src/VBox/Main/idl/VirtualBox.xidl
r108641 r108888 2821 2821 <desc> 2822 2822 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. 2827 2826 </desc> 2828 2827 </attribute>
Note:
See TracChangeset
for help on using the changeset viewer.