diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2022-02-15 18:26:39 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2022-02-15 18:26:39 +0100 |
commit | 7833b797b8907c1e1b8981d9f586ed6adc7686c6 (patch) | |
tree | 68b91434db6262606c1ea2754ef92df7157df96e /target/x86_64 | |
parent | 7ccb3f48292ce2404708a02c3202698c4a41d825 (diff) |
remove virtualbox support
Diffstat (limited to 'target/x86_64')
-rw-r--r-- | target/x86_64/Makefile | 5 | ||||
-rw-r--r-- | target/x86_64/kernel/asus-p5bvm | 7 | ||||
-rw-r--r-- | target/x86_64/kernel/lenovo-x200 | 6 |
3 files changed, 0 insertions, 18 deletions
diff --git a/target/x86_64/Makefile b/target/x86_64/Makefile index 11560a861..2c5bcd253 100644 --- a/target/x86_64/Makefile +++ b/target/x86_64/Makefile @@ -44,11 +44,6 @@ else @echo 'qemu-system-${QEMU_ARCH} ${QEMU_ARGS} -kernel $(FW_DIR)/$(TARGET_KERNEL) qemu-${ADK_TARGET_CPU_ARCH}.img' endif endif -ifeq ($(ADK_HARDWARE_VBOX),y) - @cp $(KERNEL) $(FW_DIR)/$(TARGET_KERNEL) - @echo "Use following command to create a VirtualBox Image:" - @echo "./scripts/create.sh -T vdi vbox-${ADK_TARGET_CPU_ARCH}.img $(FW_DIR)/$(ROOTFSTARBALL)" -endif endif ifeq ($(ADK_TARGET_FS),initramfs) targethelp: diff --git a/target/x86_64/kernel/asus-p5bvm b/target/x86_64/kernel/asus-p5bvm deleted file mode 100644 index b17b6e256..000000000 --- a/target/x86_64/kernel/asus-p5bvm +++ /dev/null @@ -1,7 +0,0 @@ -CONFIG_X86=y -CONFIG_X86_64=y -CONFIG_X86_X32=y -CONFIG_GENERIC_CPU=y -CONFIG_PROCESSOR_SELECT=y -CONFIG_CPU_SUP_INTEL=y -CONFIG_CPU_SUP_AMD=y diff --git a/target/x86_64/kernel/lenovo-x200 b/target/x86_64/kernel/lenovo-x200 deleted file mode 100644 index ad080ab40..000000000 --- a/target/x86_64/kernel/lenovo-x200 +++ /dev/null @@ -1,6 +0,0 @@ -CONFIG_X86=y -CONFIG_X86_64=y -CONFIG_GENERIC_CPU=y -CONFIG_PROCESSOR_SELECT=y -CONFIG_CPU_SUP_INTEL=y -CONFIG_CMDLINE_BOOL=y |