summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
blob: a6c55d786827bf27fc103e4ad3c42e4f3f1f049c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
###########################################################################
# Copyright 2015, 2016, 2017 IoT.bzh
#
# author: Fulup Ar Foll <rfulup@iot.bzh>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed 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.
###########################################################################

# This component should be included as a submodule and wont compile as standalone
add_subdirectory("ctl-lib")
span class="nv">SECTION = "graphics" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://License.md;md5=f712ede8d4f845976061925d1416fc40" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/flutter-dashboard;protocol=https;branch=${AGL_BRANCH} \ file://dashboard_config.yaml \ " SRCREV = "7b663a0f2f0e9eaf8bb9dee0939cde0aafd69d77" S = "${WORKDIR}/git" inherit agl-app flutter-app # flutter-app ############# PUBSPEC_APPNAME = "dashboard_app" FLUTTER_APPLICATION_INSTALL_PREFIX = "/flutter" FLUTTER_BUILD_ARGS = "bundle -v" # agl-app ######### AGL_APP_TEMPLATE = "agl-app-flutter" AGL_APP_ID = "dashboard_app" AGL_APP_NAME = "Dashboard" do_install:append() { install -d ${D}${sysconfdir}/xdg/AGL install -m 0644 ${WORKDIR}/dashboard_config.yaml ${D}${sysconfdir}/xdg/AGL/ } FILES:${PN} += "${sysconfdir}/xdg/AGL"