BUILD: Version strings to 4-Dev

This commit is contained in:
Matt Lawrence 2019-01-05 01:45:46 -05:00 committed by Matt
parent 5b6d623e25
commit b47cacadb1
2 changed files with 4 additions and 4 deletions

View File

@ -3,8 +3,8 @@ include recipes-core/images/core-image-base.bb
# created from image_types_fsl; creates additional logging partition # created from image_types_fsl; creates additional logging partition
inherit image_types_3dr inherit image_types_3dr
PV = "3.0.0" PV = "4-DEV"
VER_NAME = "Open Solo 3.0.0" VER_NAME = "Open Solo 4-DEV"
BUILD_DATE = "Build Date: $(date "+%Y%m%d%H%M%S")" BUILD_DATE = "Build Date: $(date "+%Y%m%d%H%M%S")"
do_rootfs[depends] += "virtual/kernel:do_bundle_initramfs" 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 # created from image_types_fsl; creates additional logging partition
inherit image_types_3dr inherit image_types_3dr
PV = "3.0.0" PV = "4-DEV"
VER_NAME = "Open Solo 3.0.0" VER_NAME = "Open Solo 4-DEV"
BUILD_DATE = "Build Date: $(date "+%Y%m%d%H%M%S")" BUILD_DATE = "Build Date: $(date "+%Y%m%d%H%M%S")"
do_rootfs[depends] += "virtual/kernel:do_bundle_initramfs" do_rootfs[depends] += "virtual/kernel:do_bundle_initramfs"