summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/conf/include/agl_h3ulcb-nogfx.inc
AgeCommit message (Expand)AuthorFilesLines
2022-05-03meta-agl-bsp: fix building weston for rcar3 nogfx machinesScott Murray1-2/+10
2021-10-29[RCAR] Update RCAR BSP recipes to 5.5.0 versionRonan Le Martret1-1/+1
2021-01-26Allow -nogfx boards to start the homescreenJan-Simon Moeller1-0/+4
2020-12-04Fix the -nogfx builds for the YP 3.1.4 uprevJan-Simon Moeller1-0/+3
2020-03-18Support Salvator-X/XS boardDuy Dang1-1/+1
2019-09-05Add nogfx build for h3ulcbJan-Simon Moeller1-0/+10
2019-09-04Revert "Add nogfx build for h3ulcb"Jan-Simon Moeller1-5/+0
2019-09-03Add nogfx build for h3ulcbJan-Simon Moeller1-0/+5
span class="nv">SECTION = "apps" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" PV = "1.0+git${SRCPV}" S = "${WORKDIR}/git" B = "${WORKDIR}/build" SRC_URI = " \ git://gerrit.automotivelinux.org/gerrit/apps/html5-hvac;protocol=https;branch=master \ " SRCREV = "6abbe876aee09b225af9329e28b4fa2cc4d4c220" inherit pythonnative agl-app AGL_APP_TEMPLATE = "agl-app-web" AGL_APP_ID = "webapps-hvac" AGL_APP_NAME = "HTML5 HVAC" DEPENDS = "nodejs-native" do_compile[network] = "1" do_compile() { cd ${S} rm -rf package node_modules package-lock.json npm install npm run build } WAM_APPLICATIONS_DIR = "${libdir}/wam_apps" do_install() { install -d ${D}${WAM_APPLICATIONS_DIR}/${PN} cp -R --no-dereference --preserve=mode,links ${S}/dist/* ${D}${WAM_APPLICATIONS_DIR}/${PN} } FILES:${PN} = "${WAM_APPLICATIONS_DIR}/${PN}"