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
pull/2/head
Daniel Barlow 2024-01-03 19:12:46 +00:00
parent 9369fdf314
commit fc5def2e15
1 changed files with 0 additions and 3 deletions

View File

@ -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