summaryrefslogtreecommitdiffstats
path: root/templates/feature/agl-ic-container/50_local.conf.inc
blob: dce87a49b19e97dcd00f6160940228f66460c28c (plain)
1
2
3
4
5
6
7
8
BBMULTICONFIG = "agl-container-cluster agl-container-ivi"

# The meta-virtualization has a sanity-meta-virt check.
# This checker check 'DISTRO_FEATURES has virtualization', but 
# in case of linux container is not necessary to the 'virtualization'.
# This should be revisited when upgrading past dunfell, as less of 
# the extra configuration may be enabled in the future.
INHERIT:remove = "sanity-meta-virt"
S = "${WORKDIR}/git/" WALTHAM_PIPELINE_TRANSMITTER ?= "waltham-transmitter/waltham-renderer/pipeline_example_general.cfg" WALTHAM_PIPELINE_RECEIVER ?= "waltham-receiver/receiver_pipeline_example_general.cfg" WALTHAM_RECIEVER_IP ?= "192.168.1.2" WALTHAM_RECEIVER_PORT ?= "3440" inherit pkgconfig cmake do_install_append () { install -d ${D}/etc/xdg/weston/ install ${S}/${WALTHAM_PIPELINE_TRANSMITTER} ${D}/etc/xdg/weston/transmitter_pipeline.cfg install ${S}/${WALTHAM_PIPELINE_RECEIVER} ${D}/etc/xdg/weston/receiver_pipeline.cfg sed -i -e "s/YOUR_RECIEVER_IP/${WALTHAM_RECIEVER_IP}/g" ${D}/etc/xdg/weston/transmitter_pipeline.cfg sed -i -e "s/YOUR_RECIEVER_PORT/${WALTHAM_RECEIVER_PORT}/g" ${D}/etc/xdg/weston/transmitter_pipeline.cfg sed -i -e "s/YOUR_RECIEVER_PORT/${WALTHAM_RECEIVER_PORT}/g" ${D}/etc/xdg/weston/receiver_pipeline.cfg } FILES_${PN} += "/etc/xdg/weston/*.cfg" FILES_${PN} += "${libdir}/*" FILES_${PN} += "${bindir}/*"