summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/conf/include/agl_qemuarm64.inc
AgeCommit message (Expand)AuthorFilesLines
2021-01-26qemu[arm,arm64]: enable runqemu in graphic modeJan-Simon Moeller1-10/+10
2018-08-16Add machine templates for qemuarm and qemuarm64Jan-Simon Möller1-0/+17
f0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
DISTFILES = icon.svg config.xml

!equals($$_PRO_FILE_PWD_, $$OUT_PWD) {
    copy_icon.target = $$OUT_PWD/root/icon.svg
    copy_icon.depends = $$_PRO_FILE_PWD_/icon.svg
    copy_icon.commands = $(COPY_FILE) \"$$replace(copy_icon.depends, /, $$QMAKE_DIR_SEP)\" \"$$replace(copy_icon.target, /, $$QMAKE_DIR_SEP)\"
    QMAKE_EXTRA_TARGETS += copy_icon
    PRE_TARGETDEPS += $$copy_icon.target

    copy_config.target = $$OUT_PWD/root/config.xml
    copy_config.depends = $$_PRO_FILE_PWD_/config.xml
    copy_config.commands = $(COPY_FILE) \"$$replace(copy_config.depends, /, $$QMAKE_DIR_SEP)\" \"$$replace(copy_config.target, /, $$QMAKE_DIR_SEP)\"
    QMAKE_EXTRA_TARGETS += copy_config
    PRE_TARGETDEPS += $$copy_config.target
}

wgt.target = package
wgt.commands = wgtpkg-pack -f -o settings.wgt root

QMAKE_EXTRA_TARGETS += wgt