From patchwork Sat Apr 15 18:02:50 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arne Fitzenreiter X-Patchwork-Id: 6792 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4PzLlC5f8Bz3x6v for ; Sat, 15 Apr 2023 18:03:03 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4PzLlB2VQPzNF; Sat, 15 Apr 2023 18:03:02 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4PzLlB0gr0z2yjv; Sat, 15 Apr 2023 18:03:02 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4PzLl86TrTz2xmV for ; Sat, 15 Apr 2023 18:03:00 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4PzLl64csYzFQ; Sat, 15 Apr 2023 18:02:58 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1681581778; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=Hbs5vXBBLOuGczNZh7ca1gkBP6e0PGOxLjQ6wnnI9kA=; b=zVL/ApqPYX0amCQ2dLf9qdqurJ96Wn4BVXEuVHoIrvMbXUysL6o/NWPFQ0aQ3CgV5Jt9N9 FBjEQEIleLButnAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1681581778; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=Hbs5vXBBLOuGczNZh7ca1gkBP6e0PGOxLjQ6wnnI9kA=; b=La2m2LmCR8xmh7reSlcwk7U3T2IalEZtq1EnAa/4awjueoNEPdbab3AQphJJphQO+luUUG 0mTylAPoMkK1OpbhLlC1nu5+9M0mNgQWy3lhTJf1hNWQe3GIUuKZLf4COSS2lXM1V42u9V 4al9o3S/NyvUQjHhP2BU90JSvF89ci8w84U05spYKXJ7uwKR2jNJpLpQZ+Jf8qc+I4puem wEwAwOy6S09I3BuCXfT+YIKCefuUQ27e/aW4ixlpbta1BVabeypBaQAScAfb8CnCX6c6F0 cGjaUXA7AVg0hpPBLcg+PRSOtRGqqIzlFhWu8YjB+12GOzAwek4lfvhXZws/vQ== From: Arne Fitzenreiter To: development@lists.ipfire.org Subject: [PATCH] core174: fix build of the u-boot initrd on aarch64 Date: Sat, 15 Apr 2023 20:02:50 +0200 Message-Id: <20230415180250.7700-1-arne_f@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Arne Fitzenreiter Errors-To: development-bounces@lists.ipfire.org Sender: "Development" KVER was not defined so it has not build the initrd for u-boot. Signed-off-by: Arne Fitzenreiter --- config/rootfiles/core/174/update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/config/rootfiles/core/174/update.sh b/config/rootfiles/core/174/update.sh index 25474a7b2..b18618dac 100644 --- a/config/rootfiles/core/174/update.sh +++ b/config/rootfiles/core/174/update.sh @@ -169,6 +169,7 @@ fi # Rebuild initial ramdisk to apply microcode updates dracut --regenerate-all --force +KVER="xxxKVERxxx" case "$(uname -m)" in aarch64) mkimage -A arm64 -T ramdisk -C lzma -d /boot/initramfs-${KVER}-ipfire.img /boot/uInit-${KVER}-ipfire