summaryrefslogtreecommitdiffstats
path: root/recipes-platform/images/agl-demo-platform-qa.bb
blob: bec5e870fb49f7179d3a7c59b5d888b0ef13862d (plain)
1
2
3
4
5
6
7
8
9
10
11
SUMMARY = "A full set of AGL Distribution for testing as Quality Assurance"

DESCRIPTION = "A full set of AGL Distribution. This image also has additional \
packages (e.g. commandline tools) for Quality Assurance(QA)."

require agl-demo-platform.bb

IMAGE_INSTALL_append = " \
    packagegroup-ivi-common-test \
    packagegroup-agl-demo-platform-qa \
    "
pan>"$SCRIPTPATH/../../.." POKYDIR="$AGLROOT/external/poky" TMPROOT=`mktemp -d` rm -rf ${TMPROOT}/testbuild-ycl || true mkdir -p ${TMPROOT}/testbuild-ycl cd ${TMPROOT}/testbuild-ycl source $POKYDIR/oe-init-build-env . cat << EOF >> conf/local.conf # just define defaults AGL_FEATURES ?= "" AGL_EXTRA_IMAGE_FSTYPES ?= "" # important settings imported from poky-agl.conf # we do not import DISTRO_FEATURES:append = " systemd smack" DISTRO_FEATURES_BACKFILL_CONSIDERED:append = " sysvinit" VIRTUAL-RUNTIME_init_manager = "systemd" EOF yocto-check-layer \ -- \ $AGLROOT/meta-agl/meta-pipewire [ $? = 0 ] && rm -rf ${TMPROOT}/testbuild-ycl