Message ID | 20230926164021.30185-1-venkata.pyla@toshiba-tsip.com (mailing list archive) |
---|---|
Headers | show |
Series | Add dosfstools recipe | expand |
On 26.09.23 18:40, venkata.pyla@toshiba-tsip.com wrote: > From: venkata pyla <venkata.pyla@toshiba-tsip.com> > > Hi, > > This patch series add recipe that build custom dosfstools and use it for > creating reproducible DOS images. > > v3 changes: > - dosfstools: Add recipe to build it locally > (Remove dosfstools dependency from reproucible option) > - distro: Set dosfstools as build dependency > (new commit) > > v2 changes: > dosfstools: Add recipe to build it locally > (modified from `dpkg-gbp` to `apt://`) > images: Add dosfstools as DEPENDENCY to all images > (new commit) > > conf/distro/cip-core-common.inc | 1 + > .../dosfstools/dosfstools_latest.bb | 28 +++ > ...Honor-the-SOURCE_DATE_EPOCH-variable.patch | 160 ++++++++++++++++++ > 3 files changed, 189 insertions(+) > create mode 100644 recipes-devtools/dosfstools/dosfstools_latest.bb > create mode 100644 recipes-devtools/dosfstools/files/0001-Honor-the-SOURCE_DATE_EPOCH-variable.patch > Thanks, applied. BTW, did I ask if you opened a debian bug for this as well? Even if upstream does not decide that such a patch is stable-worth, it would be good to track, also for other reproducibility efforts. Jan
From: venkata pyla <venkata.pyla@toshiba-tsip.com> Hi, This patch series add recipe that build custom dosfstools and use it for creating reproducible DOS images. v3 changes: - dosfstools: Add recipe to build it locally (Remove dosfstools dependency from reproucible option) - distro: Set dosfstools as build dependency (new commit) v2 changes: dosfstools: Add recipe to build it locally (modified from `dpkg-gbp` to `apt://`) images: Add dosfstools as DEPENDENCY to all images (new commit) conf/distro/cip-core-common.inc | 1 + .../dosfstools/dosfstools_latest.bb | 28 +++ ...Honor-the-SOURCE_DATE_EPOCH-variable.patch | 160 ++++++++++++++++++ 3 files changed, 189 insertions(+) create mode 100644 recipes-devtools/dosfstools/dosfstools_latest.bb create mode 100644 recipes-devtools/dosfstools/files/0001-Honor-the-SOURCE_DATE_EPOCH-variable.patch