Developing lightweight computation at the DSG edge
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Quick Mesh Project
qMp packages
Commits
773dad6b
Commit
773dad6b
authored
Dec 27, 2017
by
Roger Pueyo Centelles
Browse files
Merge commit '
756cf656
' into testing
parents
b242b8dc
756cf656
Changes
1
Hide whitespace changes
Inline
Side-by-side
packages/qmp-system/Makefile
View file @
773dad6b
...
...
@@ -25,9 +25,14 @@
include
$(TOPDIR)/rules.mk
include
$(INCLUDE_DIR)/kernel.mk
BRANCH_GIT
?=
$(
shell
git rev-parse
--abbrev-ref
HEAD
)
REV_GIT
?=
$(
shell
git rev-parse
--short
HEAD
)
DATE_GIT
?=
$(
shell
git log
-1
--format
=
%cd
--date
=
format:%Y%m%d
)
TIME_GIT
?=
$(
shell
git log
-1
--format
=
%cd
--date
=
format:%H%M
)
QMP_RELEASE
?=
testing
QMP_PKGRELEASE
=
r
20171102-1
QMP_CODENAME
?=
t
esting
QMP_PKGRELEASE
=
r
$(DATE_GIT)
_
$(TIME_GIT)
QMP_CODENAME
?=
T
esting
QMP_BUILDDATE
:=
$(
shell
date
+%Y%m%d-%H%M
)
PKG_NAME
:=
qmp-system
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment