summaryrefslogtreecommitdiff
path: root/functions.sh
diff options
context:
space:
mode:
Diffstat (limited to 'functions.sh')
-rwxr-xr-xfunctions.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/functions.sh b/functions.sh
index 5a5efe4..e0bd454 100755
--- a/functions.sh
+++ b/functions.sh
@@ -205,8 +205,11 @@ conf_jenkins()
conf_localconf()
{
# get rid of MACHINE setting from local.conf
+ # also disable SDL support in qemu-native
- sed -i -e "s/^MACHINE.*//g" conf/local.conf
+ sed -i -e "s/^MACHINE.*//g" \
+ -e "/PACKAGECONFIG_pn-qemu-native/d" \
+ conf/local.conf
}
cleanup_soft()