From 16aa39224d1b4691d3d2a109a860f904a94ff708 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Tue, 25 Jul 2017 23:02:31 +0200 Subject: Fix runqemu by generating an ext4 image by default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit runqemu does not detect an ext4.xz , thus default to ext4. Call it with: runqemu qemux86-64 kvm audio Also due to the optimization levels for x86-64, adapt QB_CPU and QB_CPU_KVM. For audiomanager to start up, sound needs to be enabled. QB_AUDIO_DRV and QB_AUDIO_OPT enable this. Finally bump memory in runqemu to 2G. For CI purposes, introduce a DISTRO_FEATURES flag 'AGLCI'. v2: fix missing space in append v3: qemuboot options fix v4: QB_AUDIO_DRV defaults to alsa Bug-AGL: SPEC-784 Change-Id: Ie9c9c2b7d8838b512f3f19b1e29952079039e0ab Signed-off-by: Jan-Simon Möller Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10387 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account --- templates/feature/agl-ci/99_local.conf.inc | 1 + 1 file changed, 1 insertion(+) create mode 100644 templates/feature/agl-ci/99_local.conf.inc (limited to 'templates/feature') diff --git a/templates/feature/agl-ci/99_local.conf.inc b/templates/feature/agl-ci/99_local.conf.inc new file mode 100644 index 000000000..5386671ba --- /dev/null +++ b/templates/feature/agl-ci/99_local.conf.inc @@ -0,0 +1 @@ +DISTRO_FEATURES_append = " AGLCI" -- cgit 1.2.3-korg