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
756cf656
Commit
756cf656
authored
Dec 27, 2017
by
Roger Pueyo Centelles
Browse files
[qmp-system] Use Git info to fill variables
parent
fa31624f
Changes
1
Hide whitespace changes
Inline
Side-by-side
packages/qmp-system/Makefile
View file @
756cf656
...
...
@@ -25,8 +25,13 @@
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
?=
trunk
QMP_PKGRELEASE
=
r
20171102-1
QMP_PKGRELEASE
=
r
$(DATE_GIT)
_
$(TIME_GIT)
QMP_CODENAME
?=
Kalimotxo
QMP_BUILDDATE
:=
$(
shell
date
+%Y%m%d-%H%M
)
...
...
Roger Pueyo Centelles
@rogerpueyo
mentioned in commit
773dad6b
·
Apr 21, 2021
mentioned in commit
773dad6b
mentioned in commit 773dad6bab210a5efad8739da366d36a3fcde72f
Toggle commit list
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