summaryrefslogtreecommitdiffstats
path: root/recipes-demo/hvac
AgeCommit message (Expand)AuthorFilesLines
2023-08-28Switch Qt demo to KUKSA.val databrokerScott Murray3-2/+12
2022-07-27Updates for application enumeration via systemd unitsScott Murray1-9/+3
2022-07-11recipes-demo: update application's .desktop files for systemd executionDenys Dmytriyenko1-0/+6
2022-07-06Update vehicle signal using app recipesScott Murray3-2/+21
2022-06-29Remove use of AGL_APP_REVISIONJan-Simon Moeller1-1/+1
2021-12-21Add updated demo applications backScott Murray1-0/+34
2021-11-03Prepare master for new framework integrationJan-Simon Möller1-25/+0
2021-08-20Convert to new override syntaxScott Murray1-1/+1
2021-01-15Fix style issues in app recipesScott Murray1-7/+10
2021-01-15Update SUMMARY and DESCRIPTION in app recipesScott Murray1-2/+2
2020-12-17SPEC-3723: restructure meta-agl-demoJan-Simon Moeller1-0/+22
stributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. BUILD_DIR := build PACKAGING_DIR := conf.d/app-templates/wgt VPATH = etc:$(PACKAGING_DIR):$(PACKAGING_DIR)/etc:$(BUILD_DIR) .PHONY: all clean mrproper package all: build clean: @([ -d ${BUILD_DIR} ] && make -C ${BUILD_DIR} clean) || echo Nothing to clean mrproper: @rm -rf ${BUILD_DIR} package packaging build: conf.d/app-templates/cmake config.xml.in icon-default.png ${BUILD_DIR}/Makefile @cmake --build ${BUILD_DIR} --target all package: build | $(PKG_FILELIST) @mkdir -p ${BUILD_DIR}/$@/bin @mkdir -p ${BUILD_DIR}/$@/etc @mkdir -p ${BUILD_DIR}/$@/lib @mkdir -p ${BUILD_DIR}/$@/htdocs @mkdir -p ${BUILD_DIR}/$@/data @mkdir -p package @cmake --build ${BUILD_DIR} --target widget @cp ${BUILD_DIR}/*wgt package ${BUILD_DIR}/Makefile: @[ -d ${BUILD_DIR} ] || mkdir -p ${BUILD_DIR} @[ -f ${BUILD_DIR}/Makefile ] || (cd ${BUILD_DIR} && cmake ${CMAKE_OPTS} ..) submodule: @[ -d conf.d/app-templates/cmake ] || git submodule init @[ -d conf.d/app-templates/cmake ] || git submodule update conf.d/app-templates/cmake: submodule config.xml.in: submodule icon-default.png: submodule