meta-digi-dey: Use the timestamp from the name of the image as buildname

In yocto 1.8 if the BUILDNAME is empty, it gets filled with a timestamp
during the build. However the value and format of this timestamp are
different from the ones used in the name of the image.

This change matches the formats and values, setting the value of BUILDNAME
to the timestamp used in the name of the image.

Signed-off-by: Jose Diaz de Grenu de Pedro <Jose.DiazdeGrenudePedro@digi.com>
This commit is contained in:
Jose Diaz de Grenu de Pedro 2015-10-15 17:55:31 +02:00
parent 1af538dbfa
commit f857ec87d2
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ TARGET_VENDOR = "-dey"
LOCALCONF_VERSION = "1"
# Name the build with the timestamp used in the name of the images
BUILDNAME = "${DATE}${TIME}"
# Override these in poky based distros
POKY_DEFAULT_DISTRO_FEATURES = "largefile opengl ptest multiarch wayland"
POKY_DEFAULT_EXTRA_RDEPENDS = "packagegroup-dey-core"