From fc5def2e158b603c76e7295e74c7466faca9a355 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Wed, 3 Jan 2024 19:12:46 +0000 Subject: [PATCH] don't need ubifs u-boot patch now 23.11 has upgraded to a newer u-boot that has ubifs by default in the qemu-arm config --- overlay.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/overlay.nix b/overlay.nix index 4d12020c..da96bcf6 100644 --- a/overlay.nix +++ b/overlay.nix @@ -209,9 +209,6 @@ extraPkgs // { defconfig = "qemu_arm_defconfig"; extraMeta.platforms = ["armv7l-linux"]; filesToInstall = ["u-boot.bin"]; - # enable looking for boot files on ubifs. this is unused at - # present, but added in the expectation of a future test - extraPatches = [ ./pkgs/u-boot/0001-add-ubifs-to-boot-targets.patch ]; extraConfig = '' CONFIG_CMD_UBI=y CONFIG_CMD_UBIFS=y