Skip to content

Commit

Permalink
qemucommon: Cleanup config
Browse files Browse the repository at this point in the history
Remove redundant settings which are now default in testimage class

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Nov 17, 2023
1 parent 6524eb6 commit 81efcca
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions conf/projects/qemucommon/config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,7 @@ YOE_PROFILE = "yoe-glibc-systemd-wayland"
# usually not changed often
# Add 4G space to QEMU image
#IMAGE_ROOTFS_EXTRA_SPACE:append = " + 4000000"
# common
#TEST_SERVER_IP = "10.0.0.13"
# QEMU
#TEST_TARGET_IP = "192.168.7.2"
#TEST_QEMUBOOT_TIMEOUT = "100"
#TEST_TARGET = "qemu"
#TEST_TARGET = "simpleremote"
#TFTP_SERVER_IP = "10.0.0.13"

# Enable clang static analyzer
#INHERIT += "scan-build"
Expand All @@ -20,18 +13,15 @@ YOE_PROFILE = "yoe-glibc-systemd-wayland"

IMAGE_FSTYPES:append = " wic.xz wic.bmap tar.xz"
IMAGE_FSTYPES:remove = "tar.bz2 tar.xz tar tar.gz wic.xz wic.bmap"
# use kvm with x86/x86_64 qemu
QEMU_USE_KVM = "1"
# normal networking requires sudo access slirp does not
#TEST_RUNQEMUPARAMS:append = " slirp"
#TEST_SERVER_IP = "10.0.2.2:8000"

# Launch vnc backend during testing
#TEST_RUNQEMUPARAMS:append = " publicvnc"
# needed for running ptests automatically
PACKAGE_FEED_URIS ?= ""
# Needed for ptest runs
EXTRA_IMAGE_FEATURES += "debug-tweaks"
EXTRA_IMAGE_FEATURES:append = " debug-tweaks"

IMG_VERSION = "0.0.1"
#####################################################################
Expand Down

0 comments on commit 81efcca

Please sign in to comment.