mirror of
https://github.com/OpenSolo/OpenSolo.git
synced 2025-04-29 22:24:32 +02:00
VERSION: Open Solo 3.0.0 version strings
This commit is contained in:
parent
a8b85a8e2b
commit
2aceb543eb
@ -3,8 +3,8 @@ include recipes-core/images/core-image-base.bb
|
||||
# created from image_types_fsl; creates additional logging partition
|
||||
inherit image_types_3dr
|
||||
|
||||
PV = "2.9.94"
|
||||
VER_NAME = "Open Solo 3.0-RC4"
|
||||
PV = "3.0.0"
|
||||
VER_NAME = "Open Solo 3.0.0"
|
||||
BUILD_DATE = "Build Date: $(date "+%Y%m%d%H%M%S")"
|
||||
|
||||
do_rootfs[depends] += "virtual/kernel:do_bundle_initramfs"
|
||||
|
@ -3,8 +3,8 @@ include recipes-core/images/core-image-base.bb
|
||||
# created from image_types_fsl; creates additional logging partition
|
||||
inherit image_types_3dr
|
||||
|
||||
PV = "2.9.94"
|
||||
VER_NAME = "Open Solo 3.0-RC4"
|
||||
PV = "3.0.0"
|
||||
VER_NAME = "Open Solo 3.0.0"
|
||||
BUILD_DATE = "Build Date: $(date "+%Y%m%d%H%M%S")"
|
||||
|
||||
do_rootfs[depends] += "virtual/kernel:do_bundle_initramfs"
|
||||
|
@ -18,7 +18,7 @@ FILES_${PN} += "${sysconfdir}/"
|
||||
|
||||
do_compile () {
|
||||
echo "# auto-generated `date`" > shotManager_version.py
|
||||
echo 'VERSION = "2.5-RC4"' >> shotManager_version.py
|
||||
echo 'VERSION = "3.0.0"' >> shotManager_version.py
|
||||
}
|
||||
|
||||
do_install () {
|
||||
|
Loading…
x
Reference in New Issue
Block a user