VERSION: Open Solo 3.0.0 version strings

This commit is contained in:
Matt 2017-12-29 18:11:32 -05:00
parent a8b85a8e2b
commit 2aceb543eb
3 changed files with 5 additions and 5 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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 () {