Skip to content

Commit

Permalink
ARP: Add multiconfig files for sos and uos
Browse files Browse the repository at this point in the history
Add multiconfig files for sos and uos under conf/variant/arp. These files
are needed when building the ServiceOS and User OS versions of PELUX for
ARP.

To use them they need to be copied to the `${TOPDIR}/conf/multiconfig`
directory and `BBMULTICONFIG = "sos uos"` needs to be added to local.conf.

Signed-off-by: Viktor Sjölind <vsjolind@luxoft.com>
  • Loading branch information
Viktor Sjölind authored and DunderRoffe committed Jan 15, 2020
1 parent e3d061b commit e707ae2
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
17 changes: 17 additions & 0 deletions conf/variant/arp-intel/multiconfig/sos.conf
@@ -0,0 +1,17 @@
TMPDIR="${TOPDIR}/tmpsos"
MACHINE = "intel-corei7-64"

EXTRA_IMAGE_FEATURES ?= "debug-tweaks"
LICENSE_FLAGS_WHITELIST = "commercial_faad2"

# ACRN specific
PREFERRED_PROVIDER_virtual/kernel = "linux-acrn"
KERNEL_DEFCONFIG = "kernel_config_uefi_sos"

EFI_PROVIDER = "systemd-boot"

WKS_FILE = "acrn-sos.wks.in"

IMAGE_INSTALL_append_pn-core-image-pelux-sos = " android-x86-vm "

IMAGE_FSTYPES = "wic"
18 changes: 18 additions & 0 deletions conf/variant/arp-intel/multiconfig/uos.conf
@@ -0,0 +1,18 @@
#require conf/variant/common/local.conf

TMPDIR="${TOPDIR}/tmpuos"
MACHINE = "intel-corei7-64"

EXTRA_IMAGE_FEATURES ?= "debug-tweaks"
LICENSE_FLAGS_WHITELIST += "commercial"

IMAGE_INSTALL_remove = "swupdate"

IMAGE_FEATURES_append = " ssh-server-openssh"

PREFERRED_PROVIDER_virtual/kernel = "linux-acrn-uos"
KERNEL_DEFCONFIG ??= "kernel_config_uos_arp"

IMAGE_FSTYPES = "wic"

LICENSE_FLAGS_WHITELIST = "commercial_faad2"

0 comments on commit e707ae2

Please sign in to comment.