VirtualBox

Changeset 104737 in vbox for trunk/src/VBox/Installer


Ignore:
Timestamp:
May 20, 2024 5:38:47 PM (6 months ago)
Author:
vboxsync
Message:

Installer/linux: Allow creating a run package, bugref:10391

Location:
trunk/src/VBox/Installer/linux
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/Makefile.kmk

    r103331 r104737  
    195195        $(if $(VBOX_WITH_HOST_SHIPPING_AUDIO_TEST),VBoxAudioTest,)
    196196
     197ifdef VBOX_WITH_VIRT_ARMV8
     198 VBOX_LNX_STRIP_BIN += \
     199        VBoxVMMArm.so
     200endif
     201
     202ifdef VBOX_WITH_R0_MODULES
    197203# Do not remove relocation information of these binaries
    198 VBOX_LNX_STRIP_OBJ = \
    199         VBoxDDR0.r0 \
    200         VMMR0.r0
    201 ifdef VBOX_NO_LINUX_RUN_INSTALLER
    202  VBOX_LNX_STRIP_OBJ += \
    203         VBoxDDR0.debug \
    204         VMMR0.debug
    205 else
    206  VBOX_LNX_DBG_BIN = \
    207         VBoxDDR0.debug \
    208         VMMR0.debug
     204 VBOX_LNX_STRIP_OBJ = \
     205        VBoxDDR0.r0 \
     206        VMMR0.r0
     207 ifdef VBOX_NO_LINUX_RUN_INSTALLER
     208  VBOX_LNX_STRIP_OBJ += \
     209        VBoxDDR0.debug \
     210        VMMR0.debug
     211 else
     212  VBOX_LNX_DBG_BIN = \
     213        VBoxDDR0.debug \
     214        VMMR0.debug
     215 endif
    209216endif
    210217
  • trunk/src/VBox/Installer/linux/install.sh

    r104700 r104737  
    163163    cpu="amd64"
    164164    ;;
     165  aarch64|arm64)
     166    cpu="arm64"
     167    ;;
    165168esac
    166169if [ "$cpu" != "$ARCH" ]; then
Note: See TracChangeset for help on using the changeset viewer.

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