NetBSD Problem Report #57924
From www@netbsd.org Sun Feb 11 00:37:05 2024
Return-Path: <www@netbsd.org>
Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200])
(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits))
(Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified))
by mollari.NetBSD.org (Postfix) with ESMTPS id 2988D1A9238
for <gnats-bugs@gnats.NetBSD.org>; Sun, 11 Feb 2024 00:37:05 +0000 (UTC)
Message-Id: <20240211003703.C72551A9239@mollari.NetBSD.org>
Date: Sun, 11 Feb 2024 00:37:03 +0000 (UTC)
From: jbglaw@lug-owl.de
Reply-To: jbglaw@lug-owl.de
To: gnats-bugs@NetBSD.org
Subject: [RB] evbppc/powerpc Use $MKREPRO_TIMESTAMP for mkubootimage
X-Send-Pr-Version: www-1.0
>Number: 57924
>Category: misc
>Synopsis: [RB] evbppc/powerpc Use $MKREPRO_TIMESTAMP for mkubootimage
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: misc-bug-people
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sun Feb 11 00:40:00 +0000 2024
>Last-Modified: Sun Feb 11 17:20:01 +0000 2024
>Originator: Jan-Benedict Glaw
>Release: current
>Organization:
>Environment:
>Description:
Comparing build results, we get timestamps in evbppc/powerpc output.
>How-To-Repeat:
Build twice and compare the resulting build artifacts.
>Fix:
diff --git a/sys/arch/evbppc/conf/Makefile.obs405.inc b/sys/arch/evbppc/conf/Makefile.obs405.inc
index ba08124341de..3481b71cf8f5 100644
--- a/sys/arch/evbppc/conf/Makefile.obs405.inc
+++ b/sys/arch/evbppc/conf/Makefile.obs405.inc
@@ -49,6 +49,9 @@ MKUBOOTIMAGE= mkubootimage
MKUBOOTIMAGEARGS= -A powerpc -T kernel
MKUBOOTIMAGEARGS+= -a $(TEXTADDR)
MKUBOOTIMAGEARGS+= -n "NetBSD/openblocks600 ${_OSRELEASE}"
+.if ${MKREPRO_TIMESTAMP:Uno} != "no"
+MKUBOOTIMAGEARGS+= -t "${MKREPRO_TIMESTAMP}"
+.endif
MKUBOOTIMAGEARGS_NONE= ${MKUBOOTIMAGEARGS} -C none
MKUBOOTIMAGEARGS_GZ= ${MKUBOOTIMAGEARGS} -C gz
>Audit-Trail:
From: "Christos Zoulas" <christos@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc:
Subject: PR/57924 CVS commit: src/sys/arch/evbppc/conf
Date: Sun, 11 Feb 2024 12:16:05 -0500
Module Name: src
Committed By: christos
Date: Sun Feb 11 17:16:05 UTC 2024
Modified Files:
src/sys/arch/evbppc/conf: Makefile.obs405.inc
Log Message:
PR/57924: Jan-Benedict Glaw: Use $MKREPRO_TIMESTAMP for mkubootimage
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/evbppc/conf/Makefile.obs405.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
(Contact us)
$NetBSD: query-full-pr,v 1.47 2022/09/11 19:34:41 kim Exp $
$NetBSD: gnats_config.sh,v 1.9 2014/08/02 14:16:04 spz Exp $
Copyright © 1994-2024
The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.