projects
/
yocto
/
meta-hvmpd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e3de84
)
Set DISTRO_VERSION from CUSTOM_DISTRO_VERSION
author
Hugo Villeneuve
<hugo@hugovil.com>
Thu, 29 Feb 2024 00:03:32 +0000
(19:03 -0500)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Tue, 28 May 2024 19:00:29 +0000
(15:00 -0400)
conf/distro/hvmpd.conf
patch
|
blob
|
history
diff --git
a/conf/distro/hvmpd.conf
b/conf/distro/hvmpd.conf
index
dac4683
..
79ce8b4
100644
(file)
--- a/
conf/distro/hvmpd.conf
+++ b/
conf/distro/hvmpd.conf
@@
-3,6
+3,10
@@
require conf/distro/poky.conf
DISTRO = "hvmpd"
DISTRO_NAME = "HV MPD distribution"
+# CUSTOM_DISTRO_VERSION should be defined by the top-level Yocto repos
+# in local.conf:
+DISTRO_VERSION := "${CUSTOM_DISTRO_VERSION}"
+
# This can be overrided by machine-specific extra configuration:
IMAGE_ROOTFS_SIZE = "1048576"