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:
parent
1af538dbfa
commit
f857ec87d2
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue