diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2016-06-21 23:22:42 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-01 16:22:40 +0100 |
commit | f91a01be70c554a85c8811279da30bda0b4bfe0a (patch) | |
tree | 64b8d05c02184619026cfd0b25f1054501d08137 /meta/classes/uboot-config.bbclass | |
parent | 13eb4a832b533f84001fca8be960ad1e58fc823f (diff) | |
download | poky-f91a01be70c554a85c8811279da30bda0b4bfe0a.tar.gz |
e2fsprogs: tweak mke2fs ext4 features
While e2fsprogs upgraded to 1.43, it dropped the patch
Revert-mke2fs-enable-the-metadata_csum-and-64bit-fea.patch,
we get it back and rebase for 1.43 to fix invoking grub-probe
failed.
Without the fix:
...
root@localhost:~# mkfs.ext4 /dev/sda3
[skip]
root@localhost:~# grub-probe --target=fs -d /dev/sda3
grub-probe: error: unknown filesystem.
...
After apply the fix:
...
root@localhost:~# mkfs.ext4 /dev/sda3
[skip]
root@localhost:~# grub-probe --target=fs -d /dev/sda3
ext2
...
(From OE-Core rev: a96ad733cf80716e26882889a130c87a78e5f576)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/uboot-config.bbclass')
0 files changed, 0 insertions, 0 deletions