All of lore.kernel.org
 help / color / mirror / Atom feed
* Overriding SDE_FILE
@ 2020-02-24  7:25 Jacob Kroon
  2020-02-25 15:53 ` Jacob Kroon
  0 siblings, 1 reply; 14+ messages in thread
From: Jacob Kroon @ 2020-02-24  7:25 UTC (permalink / raw)
  To: douglas.royds; +Cc: openembedded-core

Hi Douglas,

You updated a comment in reproducible_build.bbclass, commit 
e7b891b76954c784f5a93bd0a1c91315673ce40d:

> -# Once the value of SOURCE_DATE_EPOCH is determined, it is stored in the recipe's ${SDE_FILE}.
> +# Once the value of SOURCE_DATE_EPOCH is determined, it is stored in the recipe's SDE_FILE.
> +# If none of these mechanisms are suitable, replace the do_deploy_source_date_epoch task
> +# with recipe-specific functionality to write the appropriate SOURCE_DATE_EPOCH into the SDE_FILE.
> +#

But I can't really get this to work. What did work for me was to replace 
"do_create_source_date_epoch_stamp()" in my recipe:

do_create_source_date_epoch_stamp() {
     mkdir -p ${SDE_DIR}
     date -d "1981-03-03" "+%s" > ${SDE_FILE}
}

What is the intended way to achieve the thing I'm trying to do here ?

Cheers,
Jacob


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2020-02-28 14:32 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-24  7:25 Overriding SDE_FILE Jacob Kroon
2020-02-25 15:53 ` Jacob Kroon
2020-02-27  5:46   ` Douglas Royds
2020-02-27 15:01     ` Joshua Watt
2020-02-27 16:45       ` Joshua Watt
2020-02-27 21:22         ` Douglas Royds
2020-02-27 21:49           ` Joshua Watt
2020-02-27 22:29             ` Douglas Royds
2020-02-27 22:34               ` Joshua Watt
2020-02-27 22:35                 ` Douglas Royds
2020-02-28 13:39                   ` Jacob Kroon
2020-02-28 13:41                     ` Jacob Kroon
2020-02-28 14:18                       ` Joshua Watt
2020-02-28 14:32                         ` Jacob Kroon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.