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
This commit is contained in:
parent
9369fdf314
commit
fc5def2e15
1 changed files with 0 additions and 3 deletions
|
@ -209,9 +209,6 @@ extraPkgs // {
|
||||||
defconfig = "qemu_arm_defconfig";
|
defconfig = "qemu_arm_defconfig";
|
||||||
extraMeta.platforms = ["armv7l-linux"];
|
extraMeta.platforms = ["armv7l-linux"];
|
||||||
filesToInstall = ["u-boot.bin"];
|
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 = ''
|
extraConfig = ''
|
||||||
CONFIG_CMD_UBI=y
|
CONFIG_CMD_UBI=y
|
||||||
CONFIG_CMD_UBIFS=y
|
CONFIG_CMD_UBIFS=y
|
||||||
|
|
Loading…
Reference in a new issue