Message ID | 20230222114408.32155-2-venkata.pyla@toshiba-tsip.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | ci for reproducible build check | expand |
diff --git a/kas/opt/reproducible.yml b/kas/opt/reproducible.yml new file mode 100644 index 0000000..0de59ed --- /dev/null +++ b/kas/opt/reproducible.yml @@ -0,0 +1,17 @@ +# +# CIP Core, generic profile +# +# Copyright (c) Toshiba Corporation, 2023 +# +# Authors: +# Venkata Pyla <venkata.pyla@toshiba-tsip.com> +# +# SPDX-License-Identifier: MIT +# +header: + version: 12 + +local_conf_header: + reproducible-builds: | + SOURCE_DATE_EPOCH := "${@bb.process.run("git -C ${LAYERDIR_cip-core} log -1 --pretty=%ct | tr -d '\n'")[0]}" +